solution won't rebuild

bla

New member
Joined
Oct 17, 2007
Messages
4
Programming Experience
5-10
I have a vb.net windows project that I have been working on.

It will no longer rebuild.

For example, I can add a button and see it perfectly in the IDE.

When I run the project however, the button does not appear on the window.

This applies to any changes that I make, code included. They look fine in the IDE but are not in the app when it is run.

I have a feeling it has to do with the IDE using a prior build, but how do I rectify this?

Thanks
 
This can sometimes happen if a file has become corrupt in some way. In previous version of VS this was mostly due to build and rebuilding the project over and over again.
 
Is this to say that there is no resolution?

That can be quite costly in terms of time/effort lost, all with no real warning from VS.
 
Back
Top