I found a very interesting article about running the .net framework 1.0 and 1.1 side by side.
http://www.3leaf.com/default/articles/ea/SBS.aspx
Printable View
I found a very interesting article about running the .net framework 1.0 and 1.1 side by side.
http://www.3leaf.com/default/articles/ea/SBS.aspx
Maybe i am dumb but strangely my test results was different from what said there that 'applications build against 1.0 will work by default agianst 1.1 if the computer has ONLY 1.1 installed.'
I installed 1.1 and removed 1.0 and tried the test. Still faced the behaviour of framework 1.0 , unless i changed the config file to run agaisnt 1.1.
If anyone cares to test just remove the 1.0 and install 1.1. Then build an application with two forms- using VS.NET 2002, form1 opening form2 modally. And put Me.Close in the load event of the second form. In framework 1.0 this wont work but in 1.1 it will close the modal form.
I will be happy to know your results.
Thanks
Another link:
http://msdn.microsoft.com/msdnmag/is...s/default.aspx