Windows 7 Compatibility with Microsoft ASP.NET AJAX Extensions version 1
I recently tried to load a .NET 2.0 application that utilizes AJAX version 1 extensions on my Windows 7 x64 machine. At first I was prompted with a message indicating that I needed to turn CustomErrors off, because the application was not loading. So I modified the web.config and set the attribute to Off.
Then I try the application once again and it fails, pin pointing the problem to the System.Web.Extensions. So I research a little and find that there is a compatibility issue with Windows 7 x64 and ASP.NET AJAX Extensions version 1, but there is no issue with Windows 7 x86 according to Microsoft. Here is their article http://bit.ly/6h9AQ8
At the very bottom it recommended to modify the registry to enable the logging of Assembly binding, but it also mentioned that it would impact performance. So I opted not to. At this point there is nothing much that I can actually do until Microsoft releases a hotfix or update. Then again I suppose I can use VMWare Workstation 7 and run it on a VM machine.









Comments [0]