Select to view content in your preferred language

Runtime SDK for WPF 10.1.1 - Missing VS Templates

3092
3
Jump to solution
01-28-2013 09:42 AM
Labels (1)
MarkMcCall
Deactivated User
I installed the latest version 10.1.1 of the Runtime for WPF SDK with the IDE Integration component.  When I create a Visual Studio 2010 project, I don't see any of the WPF project templates.  I've tried looking for them manually but haven't been able to locate them.  Is there a known issue with this or a place I can download them explicitly?
0 Kudos
1 Solution

Accepted Solutions
MichaelBranscomb
Esri Frequent Contributor
Hi,

sorry to hear you're having trouble, the VS2010 templates should have installed ok. I've uploaded them and attached to this post. The Zip files should be copied as outlined below then you can run the command devenv.exe /InstallVSTemplates to register the templates with Visual Studio.

#. ArcGISMapAppCSharp.zip => C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ProjectTemplates\CSharp\Windows\ArcGIS\Runtime SDK 10.1.1 for WPF

#. ArcGISMapAppVBNET.zip => C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ProjectTemplates\VisualBasic\Windows\ArcGIS\Runtime SDK 10.1.1 for WPF

devenv.exe /InstallVSTemplates (http://msdn.microsoft.com/en-us/library/ms241279(v=vs.100).aspx)


Cheers

Mike

View solution in original post

0 Kudos
3 Replies
MichaelBranscomb
Esri Frequent Contributor
Hi,

sorry to hear you're having trouble, the VS2010 templates should have installed ok. I've uploaded them and attached to this post. The Zip files should be copied as outlined below then you can run the command devenv.exe /InstallVSTemplates to register the templates with Visual Studio.

#. ArcGISMapAppCSharp.zip => C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ProjectTemplates\CSharp\Windows\ArcGIS\Runtime SDK 10.1.1 for WPF

#. ArcGISMapAppVBNET.zip => C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ProjectTemplates\VisualBasic\Windows\ArcGIS\Runtime SDK 10.1.1 for WPF

devenv.exe /InstallVSTemplates (http://msdn.microsoft.com/en-us/library/ms241279(v=vs.100).aspx)


Cheers

Mike
0 Kudos
rahulshama
New Contributor
Hello devs/peers,

Please provide the template and the way to install it in VS2013 express edition C# for ArcGIS 10.2.3..
Thanks in advance.
I really need this help.
0 Kudos
MichaelBranscomb
Esri Frequent Contributor
Hi,

The two template zip are attached to the previous post on this thread.

To install them to VS Express you may just need to copy them to the VS project template location (for all users):

C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\ProjectTemplates\CSharp\Windows\

Or alternatively if it is just for a single user then try:

C:\Users\<UserName>\Documents\Visual Studio 2013\Templates\ProjectTemplates\Visual C#

Visual Studio automatically picks up the templates from the default locations.


Alternatively, you can create your own:- create a new WPF app project in the language of your choice, add the reference to Esri.ArcGIS.Client.dll (and any other dlls), add some initial XAML/code as required then save the project as a new template. See http://msdn.microsoft.com/en-us/library/xkh1wxd8.aspx for more info.

Cheers

Mike
0 Kudos