On occasion I will be debugging my programs and will run across the following problem. My form will not show because it says I no longer have reference to that object (the form). However, as I look at the code where this is supposed to occur, namely Application.Designer.vb, I cannot find any difference between what I had when it was working and what I have when it's not. I am obviously not a pro at VB or .NET, but I would think that if no code changes have been made, things should not suddenly stop working. What have I missed? Does anyone else experience this on a regular basis?. Note: It would seem that the simpler the project is, the less likely this is to happen. I don't know if that has a bearing on it or not. Any insight will be appreciated as I would like to at least understand this behavior if I can't stop it altogether.
↧