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?
Solved! Go to Solution.
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
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