A
Andy Bates
Hi -
I'm developing a .NET Win Forms application on XP. Service packed up to the
hilt including .NET 1.1 SP1 and .NET 1.0 SP3.
I've just tried running it on an XP machine and I get the above message
appearing! This machine only has .NET 1.1 SP1 installed (no .NET 1.0). I
installed .NET 1.0 and it works fine.
On trying a Win 2000 Pro machine I get the same problem. I've installed .NET
1.0/1.1 and all SPs but it still reports the same problem.
I've created a .exe.config file and on the development box can switch .NET
versions (application reports .NET version by System.Environment.Version) by
amending the settings in this.
The application is dependent on an ActiveX (via interop) and a third party
component. The question I have is:
1. Can a .NET application require two versions of .NET (i.e. one for itself
and other components it uses use another version) or do they all use the
same version?
2. What do I need to do to get it running on the Win 2000 Pro machine? BTW I
also need to go back to Win 9X, so I envisage having the same problems
here...
3. Where can I configure the .NET version to use in the IDE?
4. How can I see what version of the .NET framework a component is
targetting?
TIA
- Andy
I'm developing a .NET Win Forms application on XP. Service packed up to the
hilt including .NET 1.1 SP1 and .NET 1.0 SP3.
I've just tried running it on an XP machine and I get the above message
appearing! This machine only has .NET 1.1 SP1 installed (no .NET 1.0). I
installed .NET 1.0 and it works fine.
On trying a Win 2000 Pro machine I get the same problem. I've installed .NET
1.0/1.1 and all SPs but it still reports the same problem.
I've created a .exe.config file and on the development box can switch .NET
versions (application reports .NET version by System.Environment.Version) by
amending the settings in this.
The application is dependent on an ActiveX (via interop) and a third party
component. The question I have is:
1. Can a .NET application require two versions of .NET (i.e. one for itself
and other components it uses use another version) or do they all use the
same version?
2. What do I need to do to get it running on the Win 2000 Pro machine? BTW I
also need to go back to Win 9X, so I envisage having the same problems
here...
3. Where can I configure the .NET version to use in the IDE?
4. How can I see what version of the .NET framework a component is
targetting?
TIA
- Andy