AARRGH! I upgraded 10.1 to 10.2.2 and VS2010 to VS2012

4697
6
Jump to solution
03-26-2015 11:20 AM
DerekRyter
New Contributor II

..and I can't get it to work! I don't see any Arc templates. My existing .NET addins won't work. I get the following errors when I load a project.

Error7Type 'ESRI.ArcGIS.Desktop.AddIns.StartupObjectAttribute' is not defined.C:\Users\dryter\Documents\Visual Studio 2010\Projects\upater10\upater10\Config.Designer.vb1354upater10
Error8Type 'ESRI.ArcGIS.Desktop.AddIns.AddInEntryPoint' is not defined.C:\Users\dryter\Documents\Visual Studio 2010\Projects\upater10\upater10\Config.Designer.vb13914upater10
Error6Interop type 'UIDClass' cannot be embedded. Use the applicable interface instead.C:\Users\dryter\Documents\Visual Studio 2010\Projects\upater10\upater10\Config.Designer.vb7153upater10
Warning1Namespace or type specified in the Imports 'ESRI.ArcGIS.Desktop.AddIns' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.C:\Users\dryter\Documents\Visual Studio 2010\Projects\upater10\upater10\Config.Designer.vb159upater10

I installed VS 2012 first, then Arc, then ArcGIS_Runtime_SDK_DotNet_1025. But it seems that I'm in the wrong framework, or the SDK isn't there, or something. PLEASE help. This is driving me nuts!

Thanks,

Derek

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
KenBuja
MVP Esteemed Contributor

Go to https://my.esri.com/#/downloads and view the downloads for ArcGIS for Desktop

View solution in original post

0 Kudos
6 Replies
KenBuja
MVP Esteemed Contributor

Instead of the Runtime SDK, try installing the ArcObjects SDK for the Microsoft .NET Framework.

0 Kudos
DerekRyter
New Contributor II

I think you messaged this on another post of mine. I searched on that and found ArcGIS_Runtime_SDK_DotNet_1025.exe, but that apparently doesn't work. Then I found another discussion that the files are now only available on the installation disks. Here they are on a network far, far away and I am accessing them. So you were right Ken, but exactly what to install appears to be the problem. Hopefully this will fix it.

0 Kudos
KenBuja
MVP Esteemed Contributor

Are you able to use https://my.esri.com? If so, you can download the SDKs from there.

0 Kudos
DerekRyter
New Contributor II

I have an account at my.esri.com, but I can't find the SDK installation there.

0 Kudos
KenBuja
MVP Esteemed Contributor

Go to https://my.esri.com/#/downloads and view the downloads for ArcGIS for Desktop

0 Kudos
DerekRyter
New Contributor II

I pulled my installation files from our network and it definitely got it running. Thanks! I still have some problems with controls not in VS2012, but this got me over the first bump.

0 Kudos