.Net Framework Initialization error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

To run this application you must install .Net Framework v1.1.432

I wrote an application in VS 2003 (also have Framework v1.1) and I'm trying to test it on servers using Framework 1.0 or 2.0 (beta

Why am I getting this error? Is there a switch that I can include in my C# application to force it to use v1.0 if v1.1 is not detected?
 
You can find info on this at
http://msdn.microsoft.com/library/d...pconconfiguringassemblybindingredirection.asp.

Walsh21st said:
To run this application you must install .Net Framework v1.1.4322

I wrote an application in VS 2003 (also have Framework v1.1) and I'm
trying to test it on servers using Framework 1.0 or 2.0 (beta)
Why am I getting this error? Is there a switch that I can include in my
C# application to force it to use v1.0 if v1.1 is not detected?
 
Back
Top