Hi
Is it possible to edit the site.master file? I tried adding some basic text and i get the following error.
Thanks
Server Error in '/' Application.
--------------------------------------------------------------------------------
[A]System.Collections.Generic.Dictionary`2[System.String,Dynamic+PageConfig] cannot be cast to [B]System.Collections.Generic.Dictionary`2[System.String,Dynamic+PageConfig]. Type A originates from 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' in the context 'LoadNeither' at location 'C:\WINDOWS\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll'. Type B originates from 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' in the context 'LoadNeither' at location 'C:\WINDOWS\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll'.
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.InvalidCastException: [A]System.Collections.Generic.Dictionary`2[System.String,Dynamic+PageConfig] cannot be cast to [B]System.Collections.Generic.Dictionary`2[System.String,Dynamic+PageConfig]. Type A originates from 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' in the context 'LoadNeither' at location 'C:\WINDOWS\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll'. Type B originates from 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' in the context 'LoadNeither' at location 'C:\WINDOWS\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll'.
Source Error:
Line 69: Cache.NoAbsoluteExpiration, new TimeSpan(1, 0, 0));
Line 70: } else {
Line 71: pageConfigurations = (Dictionary<string, PageConfig>)o;
Line 72: }
Line 73:
Source File: d:\Projects\Web\DotShoppingCartSuiteV2.53\DotShoppingCartSuiteV2.53\Web\Dynamic.aspx.cs Line: 71
Stack Trace:
[InvalidCastException: [A]System.Collections.Generic.Dictionary`2[System.String,Dynamic+PageConfig] cannot be cast to [B]System.Collections.Generic.Dictionary`2[System.String,Dynamic+PageConfig]. Type A originates from 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' in the context 'LoadNeither' at location 'C:\WINDOWS\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll'. Type B originates from 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' in the context 'LoadNeither' at location 'C:\WINDOWS\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll'.]
Dynamic.get_PageConfigurations() in d:\Projects\Web\DotShoppingCartSuiteV2.53\DotShoppingCartSuiteV2.53\Web\Dynamic.aspx.cs:71
Dynamic.Page_PreInit(Object sender, EventArgs e) in d:\Projects\Web\DotShoppingCartSuiteV2.53\DotShoppingCartSuiteV2.53\Web\Dynamic.aspx.cs:86
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Page.OnPreInit(EventArgs e) +8694814
DotShoppingCart.Commercial.Core.DSCPage.OnPreInit(EventArgs e) +15
System.Web.UI.Page.PerformPreInit() +31
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +282
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053
|