How To Get the .soe File From VS 2015 Projects

1399
1
07-10-2017 10:47 AM
BehrouzHosseini
Occasional Contributor

Using this Geometric Network Utility SOE Rest project and VS 2015 I am able to build the project and eventually I am getting following dlls at

..\Documents\Visual Studio 2015\Projects\SOE\ByPhaseGeometricNetworkUtility\obj\Debug

enter image description here

and in

..\Documents\Visual Studio 2015\Projects\SOE\ByPhaseGeometricNetworkUtility\bin\Debug

enter image description here

can you please let me know how to get/create .soe file now?

0 Kudos
1 Reply
nicogis
MVP Frequent Contributor

Are you in this situation ?

Problems with .NET SDK SOE templates at 10.2 in Visual Studio 2012 prevent the .soe file from being generated.
The cause of this bug and the issue you are having are the same.
The workaround would be :
Edit the project file *.csproj:
Near the bottom of the XML you will see an Import element. For both Project and Condition, update the path from Server.targets to Server.11.targets.
0 Kudos