Select to view content in your preferred language

Can't create an Add-In for ArcGIS 10.0

886
1
10-31-2010 12:21 AM
KirillLykov
Emerging Contributor
I installed ArcGIS 10.0 and .netSDK for it with integration with VS 2010. Then I created a button Add-In for ArcMap (.net 3.5). I can install Add-in, I can see the button in ArcMap but when I click the button there was nothing. I set the breakpoint in my project in the button's constructor but It this code is never called. I tried to perform the same steps with other projects types and even using VS 2008. But it didn't help.
PS In the output in the VS the last message is "A first chance exception of type 'System.TypeLoadException' occurred in mscorlib"
0 Kudos
1 Reply
KirillLykov
Emerging Contributor
The problem was I didn't set in COM interoperability option in VS. And there is nothing about it in articles by ESRI which I had found.
0 Kudos