Options

Configure which .Net framework is used

Neil DavidsonNeil Davidson Posts: 281
edited July 15, 2004 2:48AM in SQL Packager Previous Versions
Robert,

The Packager should use version 1.0 of the .NET framework to package up the
database if that is installed. Could you confirm that you have this
installed? If you are trying to target a different version then you need to
set up a config file called RedGate.SQLPackager.UI.exe.config in the program
filesRed Gate SQL Bundle directory to contain something similar to the
following:

<?xml version ="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v1.1.4322" />
</startup>
</configuration>

There's a bit more information here:

http://msdn.microsoft.com/library/defau ... ersion.asp

- Neil


"Robert Schmid" <robert@theschmids.org> wrote in message
news:W25EbSbaEHA.1512@server53...
> I need to configure which .Net framework is used to package the DB ... I
> cannot find an option for that and it seems it uses the highest framework
> installed, which doesn't always makes sense.
>
> Robert
>
>
- Neil Davidson
Red Gate Software Ltd
This discussion has been closed.