.net framework 2.0
-
There is an application which need .net 2.0 framework for execution. so i installed it on pc, run the application, all ok. i need to work on VS 2008, so i installed it. But surprisingly VS removes .net 2.0 and installes 2.0 sp1. Why this? Now if i installs 2.0 it says sp1 already there, and exits the setup. I want to install 2.0, so that i can run my application. how can i install 2.0 framework? regards
-
There is an application which need .net 2.0 framework for execution. so i installed it on pc, run the application, all ok. i need to work on VS 2008, so i installed it. But surprisingly VS removes .net 2.0 and installes 2.0 sp1. Why this? Now if i installs 2.0 it says sp1 already there, and exits the setup. I want to install 2.0, so that i can run my application. how can i install 2.0 framework? regards
Your application should work fine with .net 2.0 sp1. unless you need to simulate a client environment where the client did not install the service pack. In this case you should encourage him to update.
Hesham A. Amin My blog twitter: @HeshamAmin
-
Your application should work fine with .net 2.0 sp1. unless you need to simulate a client environment where the client did not install the service pack. In this case you should encourage him to update.
Hesham A. Amin My blog twitter: @HeshamAmin
-
hspc wrote:
Your application should work fine with .net 2.0 sp1.
Its not working !! giving an error- one of needed dependencies not found !! It needs .net 2.0. Cant it be possible to install 2.0 ?
The SP1 does not remove the previous version of the framework. It merely adds and replaces files to .NET Framework 2.0. Something else is missing.
Hum Dum wrote:
Cant it be possible to install 2.0
Not if you're installing a freshly downloaded Visual Studio Express edition. It will always install SP1.
Hum Dum wrote:
giving an error- one of needed dependencies not found !!
What does it say is missing?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
The SP1 does not remove the previous version of the framework. It merely adds and replaces files to .NET Framework 2.0. Something else is missing.
Hum Dum wrote:
Cant it be possible to install 2.0
Not if you're installing a freshly downloaded Visual Studio Express edition. It will always install SP1.
Hum Dum wrote:
giving an error- one of needed dependencies not found !!
What does it say is missing?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
Dave Kreskowiak wrote:
What does it say is missing?
I had included the screen shot of error on following link. Here But if install 2.0 and run this application it runs fine.
Your problem isn't the .NET Framework. It's a problem with this[^].
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009...