Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
172 views

What is the best way to include references to my own assemblies in a project template?

Guess the question says it all. We have developed a library in C#, and now I wish to create a project template to aid in using the library correctly. I want new projects to include a reference to ...
2
votes
2answers
96 views

Install NuGet packages automatically in VS 2010 project template

Can anyone share with me how to (or where I can find how to) install NuGet packages automatically when I create a new project based on my custom project template in Visual Studio 2010? I am creating ...
2
votes
2answers
126 views

Installing Visual Studio Project Templates without deleting the ProjectTemplatesCache

I'm working on an installer that needs to add several files to AVR Studio 5, an IDE developed by Atmel that is based on the Visual Studio Isolated Shell. These files include project templates for the ...
2
votes
1answer
470 views

Adding an folder to a multiple project Visual Studio 2010 Template

I've been working on a full vertical stack template for Visual Studio (It's on Github if you'd like to help out: https://github.com/Adron/infrastructure My problem is, I have not been able to add a ...
2
votes
0answers
465 views

Create visual studio solution template - multiple projects

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 ...
2
votes
1answer
279 views

What are each of the template types intended usage, pros and cons?

I have not hardly touched EF4, but I've used Linq to sql quite a lot. I would like to start into one of the EF templates but I have no idea what situations make sense for each or what their intent ...
2
votes
1answer
90 views

Visual Studio Template Parameters: Machine Name Capitalized?

MSDN Template Parameters Is $machinename$ always capitalized? I wanted to write some code based on this return value, but Python's socket.gethostname() returns "Mark-PC" whereas $machinename$ returns ...
2
votes
2answers
176 views

Is the Visual Studio template file just a regular .zip file or is it something else?

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. If ...
2
votes
2answers
880 views

Where are the Unit Test templates in the VS Unit Testing Framework?

I am increasingly annoyed by the unnecessarily verbose template that is used when I create a new unit test in Visual Studio (using the default, included unit testing framework). Instead of public ...
1
vote
1answer
82 views

Use local IWizard assembly as WizardExtension in Project Template

I have a very simple IWizard implementation with sole the purpose of adding a parameter variable to the dictionary (no user interaction is required). I don't want to have to add this to the GAC if ...
1
vote
1answer
58 views

Adding custom format to a template parameters Visual studio project

I have defined a Visual Studio template called classDB.cs. I would like the default name for the class to appear as [projectname]DB.cs, where [projectname] is the name of the current project (as ...
1
vote
1answer
276 views

Why is “Successfully” installed Multi-Project Template for Visual Studio 2010 not appearing anywhere?

I created a multi-project template using the example from vsix.codeplex.com When I hit run, the extension is installed and works in the Experimental Instance of Visual Studio 2010. When I try to ...
1
vote
1answer
402 views

Visual Studio multi-project templates rename namespaces and project names

I've successfully created a multi-project solution template. What I would like to do, however, is to rename the beginning of each project with the name of the solution. So my projects: ProjectOne.A ...
1
vote
0answers
99 views

visual studio item template - find out current folder

When you right click on a folder and 'add a new item', is there a way to find out the current folder? I'm trying to display a default name for my custom item template in the add new item dialog box. ...
1
vote
1answer
305 views

VS2008 extern templates

Microsoft has an extension whereby one can declare that a template instantiation will be external; consequentially, it does not get implicitly instantiated. At least that's the theory. I tried ...
1
vote
1answer
57 views

Shared Templates in Visual Studio

I've got a bunch of useful Project Item templates for Visual Studio 2010 and I'd like to share them with the developers in my team. At the moment the zip files are sitting on a network share with an ...
1
vote
1answer
103 views

Create a visual studio initial solution, with a tool or extension

I found myself repeat on the same structure over and over again in all new projects. Is there a tool that I can use to create my own initial template?
1
vote
1answer
542 views

DotNetNuke Visual Studio Projects

I downloaded the DotNetNuke Visual Studio Installer, and the only project template I got was a Compiled Module. I've seen screen shots and examples where people had 'DNN Project' projects, and 'DNN ...
1
vote
1answer
134 views

Any idea how to use CodeCampServer template?

http://teamcity.codebetter.com/viewLog.html?buildId=11047&tab=artifacts&buildTypeId=bt21 CodeCampServer has two download packages: VisualStudioTemplate and CodeCampServerPackage. I looked ...
0
votes
0answers
29 views

Visual Studio Templates CodeModel: How to prevent “void” parameter from being output?

I'm trying to customize the code produced by the Visual Studio "Add Class" templates (specifically the code generated by the "Generic C++ Class Wizard". I'd like to stop the template from including ...
0
votes
1answer
365 views

TFS 2010 Team Project Portal Setting

I am not seeing the out of the box workbooks that come with MSF for Agile Software Development v5.0 in my Team Project. Turns out, TFS stores the Excel files for the template in the SharePoint portal ...
0
votes
0answers
51 views

Visual Studio Custom project Item

This is more of a question where to look that how to do it.. What I am trying to do is create a custom project item for VS studio, this will have custom code generators etc and will work in the ...
0
votes
4answers
205 views

Find the lowest subfolders and zip them

Visual Studio Templates has folder structure like this: /ProjectTemplatesCache /CSharp /Windows /1033 /ClassLibrary.zip -- the lowest subfolder ...
0
votes
1answer
332 views

VC++ 2010 template typedef typename error

I am trying to migrate a project to VC++ 2010 The project contains the file TabbedMDI.h (by Danial Bowen) which gives the error "named followd by '::' must be a class or namespace name for the line ...
0
votes
2answers
149 views

Can Visual Studio's Project-Templates use T4s?

I'm surprised to see no link between the 2. Am I wrong ? I have some tt in a project template where I put $safeprojectname$ as filename to write and it doesn't seem to expand the tt file and create ...
0
votes
2answers
414 views

Templates for Visual Studio 2008 missing after full install of Standard Edition

I have a server with something called Visual Studio 2008 Shell (integrated mode) - ENU which only provides templates for SSIS work. I did not remove that before installing the VS 2008 Standard Edition ...
0
votes
1answer
447 views

Visual Studio - How to use an existing vsproj's project settings as a template for new project?

There is some software I want to write a plugin for. The software includes some sample plugins. I want to create a new fresh project but I want to use one of the sample plugin vsproj's project ...
0
votes
1answer
105 views

Dealing with child window from the view and sending results to viewModel

Silverlight version : 4 Silverlight patter :MVVM Visual Studio template :Silverlight navigation application 1)How do I deal with dialogs on the views e.g childwindow gets opened when a button is ...
0
votes
2answers
193 views

Export Visual Studio Template error: “Unable to read an exported file”

When exporting a Visual Studio project to a Template (File/Export Template...) I get the following error upon clicking the Finish button: Unable to read an exported file for the following ...
0
votes
1answer
27 views

i want to put a variable in a aspx so when publishing it transform to actual date

I want to put a variable in a aspx so when publishing it transform to actual date... I mean I want to change Actual date: 23/12/10 for Actual date: $date and when it compiles it gets rendered
0
votes
1answer
210 views

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 ...
0
votes
2answers
337 views

Missing templates after re-installing VS 2008

I installed VS 2008 and I installed .NET 3.5 SP1 and I got all templates. Then, I had to uninstall VS 2008 (please don't ask why) without uninstalling .NET Framework 3.5 SP1 or anything else. After ...