visual-studio-templates Questions
10
Solved
After a Visual Studio 2017 (RC) installation from scratch, I can't find a standard list of templates. I'm specifically interested in the Console Application (C#) template and the Windows Form (C#) ...
Schlep asked 16/12, 2016 at 17:19
2
Solved
I'm looking for help on making a multi project template (i.e. a deploy-able solution that contains multiple projects) with a custom wizard (to enable custom parameters to be entered).
I've followe...
Holmann asked 26/9, 2017 at 18:48
1
Context
For some project, we've been attempting to do code generation directly from Visual Studio. The basic idea is that you can create a bunch of (.foo) files, and that each (.foo) file correspo...
Unify asked 1/11, 2018 at 14:6
6
Solved
Lately I created a ASP.NET MVC Core project from scratch using Visual Studio 2017 (15.6.3). I discovered the usual JavaScript frameworks:
bootstrap
jquery
jquery-validation
jquery-validation-unob...
Hsining asked 23/3, 2018 at 9:11
2
I am manually creating a multi-project template for Visual Studio 2012 and I followed the guidelines from this page: http://msdn.microsoft.com/en-us/library/ms185308.aspx
The problem I am having i...
Wolves asked 27/6, 2013 at 11:4
4
Solved
I am creating an MVC project in VS2017 and in VS2015, when you create an MVC templated ASP.NET Web App, it will automatically build an account controller for you which adds register and log in func...
Bratton asked 22/4, 2017 at 19:5
1
Solved
I am creating a multi-project template, that has a few optional projects and solution folders. I have been through quite a few different documentations and code in github to achieve this, but with ...
Hanshaw asked 20/5, 2019 at 7:7
1
Solved
I'm going to create a custom Visual Studio project template to avoid repeating extra work of common configuration tasks for an ASP.NET Core project like adding EntityFramework with MySQL support. S...
Lira asked 24/5, 2017 at 16:58
1
Solved
I use Visual Studio 2015 update 2 Community Edition.
With Visual Studio DotNetCore RC1 tools I had my custom Item Template under DNX section. I can't provide proving screenshot because I already m...
Matronage asked 26/5, 2016 at 9:59
5
How can I create a project that uses WebApi2 in visual studio 2012?
Do I have to create with a blank project or do I have to create a MVC project?
I don't want to install Visual Studio 2013 previ...
Broad asked 21/8, 2013 at 4:55
1
Solved
I am trying to create a new project in VS2015 community edition using JavaScript template but getting error:
The project file 'IonicCordovaProjectSolution\IonicCordovaProject\IonicCordovaProject...
Juliannejuliano asked 14/8, 2015 at 11:7
3
I am using Visual Studio Tools for Apache Cordova for Microsoft Visual Studio 2013 CTP3.0.
I created a new solution using the "Ionic Login Template".
The appliction works fine when I run it in th...
Resht asked 30/3, 2015 at 14:48
2
Solved
I created a VSIX Project (using Visual Studio Extensibility) that references a C# Project Template; it looks like this:
<TemplateData>
<Name>...</Name>
<Description>...&l...
Homerus asked 20/6, 2013 at 12:8
2
Solved
I would like to be able to create a Multi-Project Template for a solution which contains the following two projects (where the interface should include a reference to the business layer).:
<pro...
Winshell asked 29/10, 2013 at 15:40
4
Solved
I want to add functionality when the user creates project \ solution in Visual Studio 2010\2012. i.e. I need to perform C# code when a new project is created.
I googled a lot but didn't find any ...
Airstrip asked 23/4, 2014 at 11:56
0
I'm using Visual Studio 2012 Premium on a 64-bit window's 7 laptop. I want to export a template but I get the following error when I click finish in the export template form:
Template export faile...
Mantooth asked 14/4, 2014 at 12:48
1
Goal:
Integrate project templates within Visual Studio 2013's "One ASP.NET" collection.
Background:
The "to be distributed" project began as a new ASP.NET Web Application project, using the ...
Franni asked 25/3, 2014 at 22:25
2
Solved
I'm having problems having my visual studio template wizard's gui showing up. I followed these steps: http://msdn.microsoft.com/en-us/library/ms185301.aspx
Here's what I did:
1) Generated a C# cl...
Locarno asked 15/6, 2013 at 9:8
3
Solved
I have a VS template with something like
string mypath = "C:\\custom\\file.jpg";
I'd like to make the C:\custom\ part with a template substitution parameter $userpath$. Is there any way I can av...
Theater asked 25/6, 2013 at 17:48
1
I'm creating a Visual Studio Item template to create a few files which depend on a 'container' file.
The last file <ProjectItem SubType="Code" TargetFileName="$fileinputname$\I$fileinputname$ V...
Isomeric asked 10/12, 2012 at 11:7
1
Solved
I have created a project template that is installed via a VSIX extension. This is working fine, but it only shows up in the Visual C# category. I am having a lot of trouble figuring out how to get ...
Soke asked 18/3, 2013 at 19:34
2
Solved
I'm writing my own custom item template for use within visual studio. All is well except I need to find a way to get one of the files in the template to be dependent upon another.
In a csproj file...
Leafage asked 11/11, 2010 at 12:31
1
I'm stuck on this tutorial for creating a multi-project visual studio template. I'm specifically stuck on this line:
Select the files and folders to include in your template, right-click the sele...
Tryma asked 4/2, 2011 at 16:11
1
So I'm modifying a multi-project VS Template (Visual Studio project template), and I want to set a Custom Parameter in the root template to be used by the sub templates. However, I want to set it b...
Evacuation asked 9/11, 2011 at 22:40
3
Solved
I'm trying to tweak a project template file exported by Visual Studio's "Export Template" wizard. At first glance this looks like just a garden-variety zip file, but it's not:
I can't edit files....
Brine asked 10/3, 2010 at 17:7
1 Next >
© 2022 - 2024 — McMap. All rights reserved.