What do I need to deploy an ASP.NET web application built in VS2010 (.NET 4.0) to Windows Server 2008 Standard?
One by one I've been fixing this issue and then that issue, trying to get this app deployed to our server. The latest issue is an event in the server's Application log. The part that has me most concerned is "The keycode assembly, BusinessObjects.Licensing.KeycodeDecoder.dll, cannot be loaded."
Does this message mean we can't use the free runtime on our server? If yes, what do I need to purchase? And, is there a trial version I can test this with before spending more money?
I installed "CRforVS_13_0" on my workstation and switched the assembly references from 14.0.2 to 13.0.2. I also installed the "CRforVS_redist_install_32bit_13_0" on the server. BTW, where is the runtime for the 14.0.2 assemblies?
The assembly version in the above is 13.0.2. This is confirmed by looking in the GAC on the server and the local dev machine. However, the developer's guide (crnet_dg_2010_en.chm) says the version should be 14.0.2. Which version should I use? I can't find the runtime for 14.0.2 so I'm using the older 13.0.2 version.
Thanks!
Edited by: scottw on Feb 11, 2011 8:06 PM