wonderliza wrote:
Otis wrote:
It should update an existing csproj file. Nevertheless, the project file is produced from a template. What are you using: selfservicing or adapter and which database + driver type (e.g. oracle + odp.net) so I can point you to the exact location of the templates.
we are using Adapter and SQLServer 2005 (Net 2.0)
The csproj template for the dbgeneric project is in:
Templates\SharedTemplates\Net2.x\C#
--> template: vsnet2005ProjectFileAdapter.template
teh csproj template for the dbspecific project is in:
Templates\SqlServerSpecific\Net2.x\C#
--> template: vsnet2005DBSpecificProjectFileAdapter.template
please make copies of these files, a small templatebindings file where you bind
SD_VsNet2005DBSpecificAdapterTemplate to the copy of vsnet2005DBSpecificProjectFileAdapter.template
and
SD_VsNet2005Adapter.Template to the copy of vsnet2005ProjectFileAdapter.template
and place that templatebindings file at tab two of the generator config dialog above all other template bindings. See the SDK docs for details about this.