Home  |  Index  |  Dotnet4all Snippets  |  Submit resources
About  |  Mail us  
Dotnet4all Logo

  Can a VB.NET 2003 project work with framework 1.0? (Thursday, December 23, 2004)




Found the following interesting discussion in the Newsgroups:

Can a VB.NET 2003 project work with framework 1.0?
by:Anonymous

Hi all,

I've a project that has been developed with VS .NEt 2003 (which works with framework 1.1). Is there a way to Build this project in order to make it work with framework 1.0?

Additionally, is there a way to make a .NET 2002 project work with framework 1.1?

Thanks in advance.

God Bless.



 Reply:
by:hirf-spam-me-here@gmx.at (Herfried K. Wagner [MVP])

 
You can do that with a config file. Notice that VS.NET 2003 will still
compile a .NET 1.1 assembly.

> Additionally, is there a way to make a .NET 2002 project work with framework 1.1?

I assume that .NET 1.0 projects will run on .NET 1.1 automatically, but
I never tested that. VS.NET 2002 can only create .NET 1.0 assemblies.
Both versions of the .NET Framework can be installed on the same machine:

"Side-by-Side Execution"
<URL:http://msdn.microsoft.com/library/en-us/dnnetdep/html/sidexsidenet.asp>

Version comparison
<URL:http://msdn.microsoft.com/netframework/productinfo/versioncomparison/>

General changes
<URL:http://www.gotdotnet.com/team/changeinfo/>

Class changes
<URL:http://www.gotdotnet.com/team/upgrade/apiChanges.aspx>

--
Herfried K. Wagner [MVP]


 Reply:
by:Ken Tucker [MVP]

 Hi,

In the project properties under common properties in build. You
will find supported runtimes click on the change button to change to
framework 1.0

Ken









0 Comments:

Post a Comment

 
Previous Posts
    - .Net Assembly via VBS
    - Need to include original DLL with Interop?
    - Datagrid with a combobox
    - Passing variables from page to control
    - Error: Argument 'Prompt' cannot be converted to ty...
    - Drawing XY coords on a form
    - webBrowser control
    - remoteing setup
    - Does file exist
    - Why TextAlign in ListView doesn't work!

Archives
    - 10/03/2004 - 10/10/2004
    - 10/10/2004 - 10/17/2004
    - 10/17/2004 - 10/24/2004
    - 10/24/2004 - 10/31/2004
    - 10/31/2004 - 11/07/2004
    - 11/21/2004 - 11/28/2004
    - 11/28/2004 - 12/05/2004
    - 12/05/2004 - 12/12/2004
    - 12/12/2004 - 12/19/2004
    - 12/19/2004 - 12/26/2004
    - 12/26/2004 - 01/02/2005
    - 01/23/2005 - 01/30/2005
    - 01/01/2006 - 01/08/2006
    - 09/24/2006 - 10/01/2006

Disclaimer & Terms of Use  | DotNet4All.Com concept & © 2004 - 2007 by  Zelders²  - Holland