How to create an ArcGIS Runtime deployment for an Excel-Addin dotnet?

3933
1
Jump to solution
04-02-2016 07:05 AM
KarstenRank
Occasional Contributor III


Hi there,

I worte an excel-addin (VSTO Excel 2010) with dotnet. I use a part of the geometry engine.

How is it possible to create an ArcGIS Runtime deployment?

it is not possible to add ArcGis Runtime .NET Deployment Manifest with this template. I get this error message .

I tried to create an ArcGIS Runtime deployment without the manifest, but this didn't work either?

Can someone help me please?

0 Kudos
1 Solution

Accepted Solutions
KarstenRank
Occasional Contributor III

I solved the problem in 2 steps:

- change the ArcGisRuntime.InstallPath to the install directory of the addin

- add the recomended files of the ArcGisRuntime to the addin.

Now it works fine for me.

Karsten

View solution in original post

0 Kudos
1 Reply
KarstenRank
Occasional Contributor III

I solved the problem in 2 steps:

- change the ArcGisRuntime.InstallPath to the install directory of the addin

- add the recomended files of the ArcGisRuntime to the addin.

Now it works fine for me.

Karsten

0 Kudos