Visual Studio Development Bookmark and Share   
 index > Visual Studio Guidance Automation Toolkit > Creating database projects
 

Creating database projects

Has anyone worked out how to create a database project? I need to add a database project to my solution and I can get it to work, sort of, but it throws up an error message.
Opacity  Tuesday, January 22, 2008 4:58 AM
Hi, could you post the error description?

thanks,
-Adrian
Adrian Alonso  Thursday, January 24, 2008 5:43 PM
---------------------------
Microsoft Visual Studio
---------------------------
Project Template Wizard

A problem was encountered creating the sub project '$DBProjectName$'. The method or operation is not implemented.
---------------------------
OK
---------------------------

This occurs after the DB project has been created, before the project name is changed. When I click OK the name is then changed without error. No project items are added though.
StephenB012  Tuesday, January 29, 2008 3:45 AM

Have you tried adding a MonitorArgument?

<Argument Name="ModuleProject" Type="EnvDTE.Project, EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">

<Converter Type="ProjectConverter" />

<ValueProvider Type="ProjectByPathExpressionProvider" PathExpression="Modules\DSI.$(ApplicationName)" Stage="OnBeforeActions">

<MonitorArgument Name="ApplicationName"/>

</ValueProvider>

</Argument>

b_c_ellis  Monday, March 10, 2008 5:21 PM
Hi Stephen,
Can you post how it looks your recipe and vstemplate?

thanks
jose.
Jose Escrich  Tuesday, March 11, 2008 5:46 PM

You can use google to search for other answers

Custom Search

More Threads

• Set version for Guidance Package
• GAT/GAX for VS2005 RTM released!
• Update guidance already installed
• Documentation with recipes
• Windows Installer XML project for GAT Package?
• Access Denied error on Install of Feb GAT
• June GAT Installation Issues
• How to add multiple projects to an existing solution using GAT/GAX?
• Can I do this with GAT
• Bullet points for building a guidance automation package from scratch.