Answers (This worked for me:)
- Shut down VS.NET
- Browse to the project in Windows Explorer
- Delete the /obj/ folder.
- Delete the project outputs (.dll and .pdb) from /bin (not sure if this step is necessary)
- Can't hurt but might help: delete the project outputs from any other project /bin folders in the solution that is having issues (wasn't necessary for me)
- Restart VS.NET
- Rebuild
No comments:
Post a Comment