Visual Studio Development Bookmark and Share   
 index > Visual Studio Guidance Automation Toolkit > How to Add Fixed Assets in GAT?
 

How to Add Fixed Assets in GAT?

I started from TechEd2005HoL and added files in templates\projects but, after re-building the project and creating a new data solution and projects in another VS instance, the files added did not appear. How should add the files in properly?
Felix Lo  Tuesday, July 12, 2005 1:55 AM
You should start by exporting a template from an existing web service from the new File -> Export Template menu.

It's a regular .vstemplate that specifies different properties for web projects. You can also take a look at the starter kits that come with ASP.NET v2.

Fixed files can be included as in any other project kind.

HTH
kzu  Tuesday, July 12, 2005 8:50 PM

Indeed, I am going to create a project template for web service. I found that it was alright to add fixed asset for csharp project but not web service. What should I do?

Felix Lo  Tuesday, July 12, 2005 9:20 AM
You should start by exporting a template from an existing web service from the new File -> Export Template menu.

It's a regular .vstemplate that specifies different properties for web projects. You can also take a look at the starter kits that come with ASP.NET v2.

Fixed files can be included as in any other project kind.

HTH
kzu  Tuesday, July 12, 2005 8:50 PM
Thanks. But I have another question. I tried to crate T3 template to generate code but I want to the code to be generated inside App_Code folder in the WebService project instead of the root folder. How should I do that?
Felix Lo  Wednesday, July 13, 2005 9:08 AM

You can use google to search for other answers

Custom Search

More Threads

• Errors when installing Guidance Automation Extenstions on VISTA
• Packaging both Vb and CS in one Guidance Package
• Error while unfolding template with empty projectItem file
• Using IAssetReferenceService
• ProjectReference
• Smart Client Software Factory (Recipe Framework Error) during Enable and Disable Packages
• how to run multiple class file with Main() method on each of them independently in a project?
• Including a Web Deployment Project Template in a Guidance Package Solution Template
• How to change which window form get executed first ?
• Problem getting project items from project (using DteHelper.FindProjectByName)