I installed the .NET Framework 4.0 in my Windows Server 2008. I also created and deployed applications that use MVC3 in the server using VS2010 and they work without any problem.
Now I need to install the WCF LOB in the server in order to install the adapter for BizTalk. When I launch the installation for the WDF LOB the Microsoft installer tells me that the component needs at least the .NET 3.5 framework (when actually there is the 4.0).
I tried in explorer javascript:alert(navigator.userAgent) and this is the response that I get (just the relevant parts):
.NET CLR 2.0.50727: .NET4.0C: .NET4.0E
Moreover I check in the registry key and the version value is present just in the 2.0 folder (although the 4.0 folder is present)
What can be the problem? Thanks
Francesco