Will sql express 2005 and Studio 2003 (.net 1.1) work together? I can
not find a definitive statement on the Microsoft site and need to
change a 1.1 app and wish to use the newer 2005 express.

I know that I will need to load both the 1.1 and 2.x framework on the
system, but this is not a big issue at this point.

Thanks

Re: Will sql express 2005 and Studio 2003 work together? by Sahil

Sahil
Mon Apr 03 18:19:18 CDT 2006

Yes they will. You won't be able to use the new features, but restricted to
a .NET 1.1 featureset, they will work together.

- Sahil Malik [MVP]
ADO.NET 2.0 book -
http://codebetter.com/blogs/sahil.malik/archive/2005/05/13/63199.aspx
__________________________________________________________


"David" <dm_fw@sbcglobal.net> wrote in message
news:bk13325d5mbaeavhid0pkucqc1qp1p259u@4ax.com...
> Will sql express 2005 and Studio 2003 (.net 1.1) work together? I can
> not find a definitive statement on the Microsoft site and need to
> change a 1.1 app and wish to use the newer 2005 express.
>
> I know that I will need to load both the 1.1 and 2.x framework on the
> system, but this is not a big issue at this point.
>
> Thanks
>
>



Re: Will sql express 2005 and Studio 2003 work together? by Hendrik

Hendrik
Tue Apr 04 01:38:38 CDT 2006

Why will you need to load both frameworks?? Does SQL Express need the
framework to run on a machine??


Re: Will sql express 2005 and Studio 2003 work together? by David

David
Thu Apr 06 13:45:22 CDT 2006

As far as I can tell from the doc., you need the 2.x framework to run
Express.

On 3 Apr 2006 23:38:38 -0700, "Hendrik" <henkv@qbcon.com> wrote:

>Why will you need to load both frameworks?? Does SQL Express need the
>framework to run on a machine??