by Pieter Philippaerts [pieter at mentalis dot org] posted on 2003/08/12 |
|
Yes, I had the same problem a while ago.
In order to get the debug builds to work again, perform the following steps:
- go to the Security Library project options and set the "Generate Debugging Information" to "False" [this option is located at "Configuration Properties->Build->Outputs"]
- build the Security Library project. It should build fine, but no debugging information is generated
- turn the "Generate Debugging Information" back on
- recompile the project; everything is as it should be now
From the looks of it, I think it's a bug in the IDE. |