.Net Framework Initialization error

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?
 
E

Ed Kaim [MSFT]

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top