Problem moving addin from 10.2 to 10.3

2007
1
Jump to solution
03-06-2016 04:45 PM
AllanMills
New Contributor III

I've got some software I've written that I'm trying to recompile for Arc 10.3. The old COM registering software compiles ok, but I've been having problems with the newer addins I've written for ArcMap. If I load them up (in Visual Studio 2012) and compile them I don't get any errors but it doesn't actually make the output .addin file I'm expecting. I've tried adjusting different values in the adding config file but it doesn't seem to help. I can port the code across if I make a new addin project and move the source files over but this is a lot more time consuming than I'd expect. Is there a simple way to update my addins?

0 Kudos
1 Solution

Accepted Solutions
AllanMills
New Contributor III

I think I've found the answer to my own problem. I noticed there is a migration analyzer under tool for 10.3. When I ran that it told me to change the target CPU to x86. After I did that it worked just fine.

View solution in original post

1 Reply
AllanMills
New Contributor III

I think I've found the answer to my own problem. I noticed there is a migration analyzer under tool for 10.3. When I ran that it told me to change the target CPU to x86. After I did that it worked just fine.