[RESOLVED] VB.NET in VS 2005 express
im not sure if this is in the right forum, but i couldnt find a better one. I just changed some of my code in the .vb and ran it. But it comes up with a box that says "There is no source code for the current location" and then proceeds to use the previous code from before i made the change. This continues even after i have saved the .vb file, exited and restarted the application, and also built the file/solution, can someone please tell me what is wrong? thank you!
Re: VB.NET in VS 2005 express
I would guess that your build is failing and it's running the last version that was successfully built.
Re: VB.NET in VS 2005 express
It was saying that the build was successful. I ended up removing the file from the project and adding it again, that seemed to work....