.Net Framework Version Spoof
-
I know this is not related to programming, but here goes: I have a program that requires .Net framework 1.1.4322 to be installed, while I have the latest 3.5 beta from VS Orcas. Is there any way to trick the program into accepting my computer?
All of my programs are downloadable at fahadsadah.co.nr
-
I know this is not related to programming, but here goes: I have a program that requires .Net framework 1.1.4322 to be installed, while I have the latest 3.5 beta from VS Orcas. Is there any way to trick the program into accepting my computer?
All of my programs are downloadable at fahadsadah.co.nr
Sure, you could. But then your app would probably fall on it's face anyway since there are breaking changing between .NET 1.1 and 2.0 and 3.0 and 3.5... Just download and install the .NET 1.1 Redistributable and save yourself that hassle of trying to "force" the thing to work. All versions of the .NET Framework can be installed side-by-side with no problems. You can install 1.0, 1.1, 2.0, 3.0, and 3.5 all at the same time...
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
Sure, you could. But then your app would probably fall on it's face anyway since there are breaking changing between .NET 1.1 and 2.0 and 3.0 and 3.5... Just download and install the .NET 1.1 Redistributable and save yourself that hassle of trying to "force" the thing to work. All versions of the .NET Framework can be installed side-by-side with no problems. You can install 1.0, 1.1, 2.0, 3.0, and 3.5 all at the same time...
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007Thank you very much!
All of my programs are downloadable at fahadsadah.co.nr
-
Sure, you could. But then your app would probably fall on it's face anyway since there are breaking changing between .NET 1.1 and 2.0 and 3.0 and 3.5... Just download and install the .NET 1.1 Redistributable and save yourself that hassle of trying to "force" the thing to work. All versions of the .NET Framework can be installed side-by-side with no problems. You can install 1.0, 1.1, 2.0, 3.0, and 3.5 all at the same time...
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007Dave Kreskowiak wrote:
save yourself that hassle of trying to "force" the thing to work
Kind of like pounding a square peg through a round hole :->
"Try asking what you want to know, rather than asking a question whose answer you know." - Christian Graus