Have an .NET assembly that will no longer build a Release version, i.e. I can set the Compile/Debug configuration to Release, and build the project, but no assembly is written to bin\release (the path specified for the Build Output Path) and when I recheck the project properties, the Compile/Debug configuration has reverted to Debug!
Apparently this is a VS problem not an application problem, since I am now getting the same behavior with a new Class project also.
I'm guessing MS broke this with some service pack. Anyone else have this problem, or have any ideas???