application built with 2003 also run under the .NET 1.0 framework?

  • Thread starter Thread starter ECVerify.com
  • Start date Start date
E

ECVerify.com

Is there any way to make an application built with 2003 also run under
the .NET 1.0 framework?

Thanks, Ed,
 
In the properties for the project, on the Build page set the supported runtimes.

HTH

David

----- ECVerify.com wrote: -----

Is there any way to make an application built with 2003 also run under
the .NET 1.0 framework?

Thanks, Ed,
 
David Williams said:
In the properties for the project, on the Build page set the supported runtimes.

HTH

David

----- ECVerify.com wrote: -----

Is there any way to make an application built with 2003 also run under
the .NET 1.0 framework?

Thanks, Ed,

Thanks David,

I also found this

<?xml version="1.0" ?>
<configuration>
<startup>
<supportedRuntime version="V1.1.4322" />
</startup>
</configuration>

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnhcvs03/html/vs03e12.asp


Once again thanks for your input
 

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

Back
Top