Questions tagged [visual-studio-templates]

A number of predefined project and project item templates are installed when you install Visual Studio.

These templates appear as project types in the New Project Dialog Box.You can use one of the many project templates to create the basic project container and a preliminary set of items for your application, class, control, or library. You can also use one of the many project item templates to create, for example, a Windows Forms application or a Web Forms page to customize as you develop your application.

237 questions
0
votes
2 answers

Visual Studio 2012 multiple project template with inter-dependencies

I'm in the process of creating a MVC starterkit for work and I'm having problems creating a multi-project template that doesn't require massive manual modification after creation. What I have is 4 projects that have some dependencies on each…
peter3
  • 1,074
  • 13
  • 22
0
votes
1 answer

Project Template to be placed under "Test Projects" Node

I have created a project template that comes under the node 'CSharp'. What changes i should make to .vstemplate file or any other files such that i can place my Template under "Test Projects" Node (5th Node in the list shown below.)..??! In Visual…
0
votes
1 answer

WCF Data Service template with Visual Studio 2013 preview

A day ago I reformatted my computer and installed Windows 8.1 and then Visual Studio 2013 Preview. I was very VERY happy with all the changes, but I encountered one thing that's missing from 2012 version: WCF Data Service template Thing is that not…
0
votes
1 answer

Add filter to visual studio template

I'm trying to create a filter (one of the little folders which does nothing but separate files in a project) in a visual studio (C++) project template with a wizard, so I'm writing the following code in the RunStarted method: public void…
Marco A.
  • 43,032
  • 26
  • 132
  • 246
0
votes
1 answer

How to debug incompatibility between .NET RIA Servces (July Preview) and Silverlight MVVM toolkit?

I have discovered that when I install .NET RIA Services (July preview) it breaks all of my projects that were created with Michael Sync's Silverlight MVVM toolkit. This MVVM toolkit includes a Visual Studio project template which is now failing to…
Tom A
  • 595
  • 7
  • 16
0
votes
0 answers

Visual studio 2012 new project templates are not visible

My visual studio 2012 is not showing templates for any language. how can I restore it or another possible solution to make it right ..
0
votes
1 answer

Error when creating an XNA project

I've just installed XNA Game Studio 4. But when I create a new XNA project, I get an error: "Code/XnaWindowsGeme.vstemplate" was not found. What should I do?
user1711771
0
votes
2 answers

Visual Studio C++ project error re: LOCALAPPDATA

I'm trying to create a new C++ project in VS 10, and can't even get an empty project to load from the template. I get an error... The "exists" function only accepts a scalar value but its argument…
Random
  • 1,896
  • 3
  • 21
  • 33
0
votes
1 answer

Should I choose to create new website, or create new project in Visual Studio?

Possible Duplicate: ASP.NET: Web Site or Web Application? I created a 47 page website in VS before, using the template that comes with VS 2010. I'm about to create a new website. It's going to be a lead-generating website so it shouldn't really…
-1
votes
1 answer

No Cloud templates on Visual Studio for Mac

As title suggests i cannot see any cloud functions in VS Mac. I have reinstalled many times, clean installs, redone dotnet core 3 and 5. I can see the functions plug in within vs mac. I do have azure functions in VS Code for Mac But i cannot see why…
-1
votes
1 answer

Is there a way to specify cursor (caret) position when defining template for Visual Studio?

I would like to change default template for adding a new C# class in Visual Studio 2019. So when you right click C# project and then go Add new item -> Class (or Shift + Alft + C keyboard shortcut) I get a new file with class. I'd like to add public…
mlst
  • 2,688
  • 7
  • 27
  • 57
-1
votes
1 answer

How to hide Framework dropdown in the wizard window in vsix extension

I am generating the .net core as output project but in the vsix wizard it shows the .net framework drop down which is misleading the user.How to hide this drodown? Do we need to add any property/setting in the below vsTemplate? My VsTemplate looks…
1 2 3
15
16