Is there any way to include a database project into solution template?
***If you uderstand my poor english, thanks!***
hardday Wednesday, February 15, 2006 4:54 AM
You can simply use the template provided with VS at C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ProjectTemplatesCache\CSharp\Database\1033\SqlServerLib.zip as a starting point, and include that from a solution template.
kzu Thursday, February 23, 2006 1:14 AM
You can simply use the template provided with VS at C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ProjectTemplatesCache\CSharp\Database\1033\SqlServerLib.zip as a starting point, and include that from a solution template.
kzu Thursday, February 23, 2006 1:14 AM
Thanks.
It is not sql server project. It is /other project types/database/database project.
There seems no template for it under common7 folder. I work aroud it by coding.