I am trying to move my DNN sites to a new web server. I copied the files over a while back and got the sites working. I copied them over again tonight to make sure I had the most recent stuff, and now I'm getting an error. I THINK this has to do with upgrading to the Pageblaster Pro, but I could be wrong. I tried going to DesktopModules/Snapsis and just deleting the Pageblaster folder just to get the site working but that didn't seem to make any difference. I am on DNN 4.5.5, Windows 2003 server. Edited: I figured out how to delete it. I deleted the Pageblaster folder, took pageblaster out of web.config, and deleted the dll from the bin folder. My site is coming up now. So now I need to know how to get it to work, but at least for now I can keep going. Here is the error I'm getting: Server Error in '/' Application.
--------------------------------------------------------------------------------
Requested value 'MergeJS' was not found.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Requested value 'MergeJS' was not found.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentException: Requested value 'MergeJS' was not found.]
System.Enum.Parse(Type enumType, String value, Boolean ignoreCase) +1244
Snapsis.HttpModules.PageBlaster.Config.Settings.Create(HttpApplication app, String settingsXML) +2884
Snapsis.HttpModules.PageBlaster.Config.Settings.GetConfig(HttpApplication app) +343
Snapsis.HttpModules.PageBlaster.PageBlasterModule.Init(HttpApplication app) +311
System.Web.HttpApplication.InitModulesCommon() +126
System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +1013
System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +348
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +163
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +210
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832 |