H
Hilton
Hi,
Using VS 2003, compiled an EXE, runs fine on XP. I just tried to run it on
Vista, crashes with DllNotFoundException and mentions "CLR20r3". I have run
other .NET apps on the Vista machine. Why does this build specifically
require CLR20r3 (.NET 2.0 I assume)? I removed .NET 2.0 from my XP
development machine and the EXE runs fine.
Under References, I have System, System.Data, System.Drawing,
System.Windows.Forms, and System.XML - all have "Runtime Version" as
v1.1.4322 and Version as 1.0.5000.0.
Using VS 2003, is there a setting to force the use of .NET 1.0 or 2.0?
DLL Hell?
Thanks in advance,
Hilton
Using VS 2003, compiled an EXE, runs fine on XP. I just tried to run it on
Vista, crashes with DllNotFoundException and mentions "CLR20r3". I have run
other .NET apps on the Vista machine. Why does this build specifically
require CLR20r3 (.NET 2.0 I assume)? I removed .NET 2.0 from my XP
development machine and the EXE runs fine.
Under References, I have System, System.Data, System.Drawing,
System.Windows.Forms, and System.XML - all have "Runtime Version" as
v1.1.4322 and Version as 1.0.5000.0.
Using VS 2003, is there a setting to force the use of .NET 1.0 or 2.0?
DLL Hell?
Thanks in advance,
Hilton