Visual Studio 2013 doesn't create soe file

1006
1
07-23-2018 04:15 PM
jayshukla
New Contributor III

Hi There, I am having an issue with Server Object Extension in Visual Studio 2013 where .soe file is not being generated...it only generates soe dll file. Our development environment is 10.3.1. 

I found another post with this suggestion but that doesn't seem to be helping. I was wondering if someone has any suggestions.

Thanks 

Jay 

10.2 and VS 2012 - Wont Create SOE file    

I found that there is a similar issue reported in our system as [#NIM093779  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
1 Reply
SimonSchütte_ct
Occasional Contributor III

I had the same problem, no .soe ws generaded for an old project that was updated and I just wanted to build it. I simply missed that I did not have the SDK installed on my machine  😄 After I installed it from MyEsri, it worked.

0 Kudos