.NET 1.1 and 2.0 side by side execution problems

G

Guest

I have clients using a .NET application built and distributed with .NET 1.1.
When the 2.0 Framework is installed. This application stops working and
reports a data access error. This seems to be a major flaw in side by side
execution. Has anyone else encountered this type of problem?
 
T

Tim Anderson

Nick said:
I have clients using a .NET application built and distributed with .NET
1.1.
When the 2.0 Framework is installed. This application stops working and
reports a data access error. This seems to be a major flaw in side by side
execution. Has anyone else encountered this type of problem?

Could this be to do with unmanaged database components that get installed
with .NET 2.0, eg. MDAC?

It is also a beta at the moment.

Tim
XML in SQL Server 2005
http://www.itwriting.com/blog/?postid=183
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top