I've upgraded a windows form app from vb.net 2005 to 2008. I've gone into the project and told the debug to point to bin\Debug and active to point to bin\Release. Now when i change the mode to active, it puts the files in the release folder. when i change it to debug, the files are not put into the debug folder. I think it is putting them in the release. If that is the worst that happens ok. but the problem is when i put it to debug and run it, i get a message
Microsoft Visual Studio The following module was built eitheer with optimizatons enabled or without debug information. C:....\Quicke Db Tools.exe
To bebug this module, change the projet build configuartion to Debug mode.
I've got it changed to debug mode, but it's like it not taking it... how do i get it working again. thanks shannon