After I upgraded my local machine to .NET 4.0 and VS 2010, we deployed the new framework to our test server. I used the Web Installer on the test system. (http://www.microsoft.com/download/en/details.aspx?id=17851)
The application works just fine, but this is the server we build from and the Web Installer did not install the newest version of ASPNET_MERGE.exe and throws an error when trying to merge because it is looking for the .NET 4.0 version.
Does anyone know where I can get this?Can I just copy that directory from my local machine?
mth13
Member
331 Points
96 Posts
ASP.NET 4.0 Web Installer did not install the new aspnet_merge utility
Sep 22, 2011 01:23 PM|LINK
Hi again,
After I upgraded my local machine to .NET 4.0 and VS 2010, we deployed the new framework to our test server. I used the Web Installer on the test system. (http://www.microsoft.com/download/en/details.aspx?id=17851)
The application works just fine, but this is the server we build from and the Web Installer did not install the newest version of ASPNET_MERGE.exe and throws an error when trying to merge because it is looking for the .NET 4.0 version.
Does anyone know where I can get this?Can I just copy that directory from my local machine?
We are running Windows Server 2003.
Thanks,
-Mike