Install arcgis 10.1 ArcObject sdk on vs2013

Because the drawing tool of the geoprobe software uses arcgis10.1, I installed arcgis10.1 today, but the license manager can’t be started anyhow. I guess there may be a problem with the sevice.txt file. Later, I downloaded a license file until 2027. .

After installing arcobject sdk, I found that I need to install VS2010, but I am using VS2013. Baidu checked it and found the solution:

Reprinted from the Flash Ranger  https://blog.csdn.net/downloadflex/article/details/73087886 

To install ArcObject for Microsoft .Net Framework, you have to change the registry:

In the registry

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\

Add 10.0 items

Then increase the string InstallDir, the type is REG_SZ

The value is C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\

As a result, VS2010 is no longer required to be installed, and there is indeed an expert.
You can try other versions of vs. They should all work.

Note: If it still does not work, you need to increase ShellFolder, if there are 10.0 and 11.0, you must increase

See https://www.cnblogs.com/arxive/p/6840868.html for details

Guess you like

Origin blog.csdn.net/u011115875/article/details/106890185