Options

Template project question

TheBatATheBatA Posts: 18
edited January 8, 2008 10:45AM in SQL Toolkit Previous Versions
Hi.

Is it possible to create one template poject in VS2005 based on RedGate template project that would use only .resx files that are created using SQL Packager (using Project as an output type) ?
As I can see, SQL Packager can create VS2003 project using template, but I need 2005 project. So, my idea is to create VS2005 template that will use only resx files from project that is created using SQL Packager, in order to get 2005 version of project.
Is this possible? Is there any other way for getting .NET 2.0 project using SQL Packager?

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hi,

    There is some sort of incompatibility between the resource format in .NET 1.1 and 2.0, so the only way I know to get a .NET 2.0 package would be to output it as a Visual Studio project and load it into VS 2005, which should automatically convert the resources to the right format and make the whole project use the 2.0 runtime after it's compiled.
Sign In or Register to comment.