VS2013 - Doesn't create SOE file

3343
1
06-03-2016 10:40 AM
jayshukla
New Contributor III

Hi There, I have SOE solution that I am upgrading from 10.3.1 to 10.4.1 in Visual Studio 2013. Solution builds fine but it doesn't create SOE. I did find a post with similar issue but the fixed described there doesn't work in my case, Appreciate any suggestions.

10.2 and VS 2012 - Wont Create SOE file

  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <Import Project="$(MSBuildExtensionsPath)\ESRI\ESRI.ArcGIS.AddIns.Server.11.targets" Condition="Exists('$(MSBuildExtensionsPath)\ESRI\ESRI.ArcGIS.AddIns.Server.11.targets')" />
0 Kudos
1 Reply
nicogis
MVP Frequent Contributor

In 10.4 a new project has:

<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <Import Project="$(MSBuildExtensionsPath)\ESRI\ESRI.ArcGIS.Server.SDK.targets" Condition="Exists('$(MSBuildExtensionsPath)\ESRI\ESRI.ArcGIS.Server.SDK.targets')" />

In gac have you  dll Microsoft.VisualStudio.Shell.12.0 ?

0 Kudos