.NET 1.1 and 2.0 side by side execution problems

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
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
 
Back
Top