installing to older versions of Windows
-
Hi, I am trying to get a program, created in visualbasic.net 2008 on a windows xp computer, to work on a computer with windows 2000 installed on it. Is this possible? Thanks!
-
Hi, I am trying to get a program, created in visualbasic.net 2008 on a windows xp computer, to work on a computer with windows 2000 installed on it. Is this possible? Thanks!
Sure, just install the .NET Framework you wrote the app against and install your app.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
Hi, I am trying to get a program, created in visualbasic.net 2008 on a windows xp computer, to work on a computer with windows 2000 installed on it. Is this possible? Thanks!
Depends on what framework you programed against. If you used .NET 3.0 or above you won't be able to install it. Anything before that you can. There is a way to install the .NET 3.0 or 3.5 framework on windows 2000 but it is unsupported and very cumbersome. http://rainstorms.me.uk/blog/2008/03/12/microsoft-net-framework-35-in-windows-2000/[^]
-
Depends on what framework you programed against. If you used .NET 3.0 or above you won't be able to install it. Anything before that you can. There is a way to install the .NET 3.0 or 3.5 framework on windows 2000 but it is unsupported and very cumbersome. http://rainstorms.me.uk/blog/2008/03/12/microsoft-net-framework-35-in-windows-2000/[^]