.Net Framework 1.1 and 2.0 conflict

  • Thread starter Thread starter luc.stolsem
  • Start date Start date
L

luc.stolsem

I'm getting trouble when I build an Image with both 1.1 and 2.0
Framework (Xpe SP2 + FP2007).

The depedencies check mention an error, it mentions a conflict between
both Framworks. Is it normal ?
In Xp pro both can be installed in the same machine!

When I build the Image with the conflict, I get no particular error
but some applications that need the Framework 1.1 don't work anymore!

After analysing, I detected that some files with version 2.xxx are in
the C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 directory. This
cannot work!

After analysing, I detected that some files with version 2.xxx are in
the .Net 1.1 components in Target designer ... This probably explains
the above mentionned conflict but cannot work anyway.

Any partial answers and/or ideas ??


TY in advance.
 
I'm getting trouble when I build an Image  with both 1.1 and 2.0
Framework (Xpe SP2 + FP2007).

The depedencies check mention an error, it mentions a conflict between
both Framworks. Is it normal ?
In Xp pro both can be installed in the same machine!

When I build the Image with the conflict, I get no particular error
but some applications that need the Framework 1.1 don't work anymore!

After analysing, I detected that some files with version 2.xxx are in
the C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 directory. This
cannot work!

After analysing, I detected that some files with version 2.xxx are in
the .Net 1.1 components in Target designer ... This probably explains
the above mentionned conflict but cannot work anyway.

Any partial answers and/or ideas ??

TY in advance.

hi, i believe you will need to add .net 2.0 framework will do as it
contain backward compatiblity support for .net 1.1
 
Back
Top