Hello everyone,
I have a strange problem trying to debug an extension.
We are developping an ArcGIS-Extension. It used to be a .Net 3.5 Project for ArcView 9.3.
Now, we want to update this extension to the .Net Framework 4.0 on ArcGIS 10.
First, we made it work for ArcGIS 10 without any problems following the guide vom ESRI.
We also can change the version of the framework in Visual Studio 2010 from 3.5 to .Net 4.0.
After this change, wie can still compile the extension and start ArcMap in the VS debuggin mode properly. First we thougth that it worked. But then we tryed to debug this version. By setting a breakpoint in VS, is says:
"The break point currently will not be hit, no symbols have been loaded to this document".
Then we saw, our extension wasn't even registered to the Global Assembly Cash, however,
I don't know how this is possible, because it seemed to be startet properly with ArcMap.
Does anybody have an idea?