to run both 3.5 and 4.0 web apps?
|
feedback
|
|
I remember reading something once from Microsoft that stated:
So to answer your question you only need both if your application uses features from both or altenatively you have separate web applications that use .NET 3.5 and .NET 4.0. .NET 4.0 should be fine by itself, as long as you can upgrade your 3.5 applications to 4.0. This page has some useful infrmation. Heres where I read it. | |||||||||
feedback
|
|
Only 4.0 should be enough, there could be some issues though - for example J# does not work on .net 4.0 | |||||
feedback
|
|
http://msdn.microsoft.com/en-us/magazine/ee819091.aspx It appears you need to install side by side. | |||
|
feedback
|
|
I found that I needed 3.5 even though I have 4 installed. Without 3.5 I was getting GfxUI has stopped working error. Despite installing the latest Intel Drivers for G41 chipset The error would persist. I then found a post which said it requires .net3.5 and as soon as I installed this I was OK. So... as previously said it all depends on the apps you have installed. If they need 3.5 then you need to install both. | |||
|
feedback
|