Rank: Newbie Groups: Member
Joined: 7/30/2007 Posts: 1
|
Hi, I have a registered copy of the ASPXLab menu controls and my website host's server is giving me this error and they claim they haven't changed the server. It used to work beautifully for quite some time. Any idea what this error means? It's obviously the menu that is causing the trouble.
thanks! Sam
error:
Attempted to read or write protected memory. This is often an indication that other memory is corrupt. 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.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
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:
[AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.] _Impl.CallTest..ctor() +0
[TargetInvocationException: Exception has been thrown by the target of an invocation.] System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck) +0 System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache) +103 System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache) +261 System.Activator.CreateInstance(Type type, Boolean nonPublic) +66 _Impl.Loader.Init(Assembly assembly, String resxName) +318 _Impl.Loader.System.ComponentModel.ISynchronizeInvoke.Invoke(Delegate method, Object[] args) +99 du.e() +2536 du..cctor() +5
[TypeInitializationException: The type initializer for 'du' threw an exception.] du.a() +0 cn..cctor() +103
[TypeInitializationException: The type initializer for 'cn' threw an exception.] cn.Invoke(Int32 n1, Int32 n2, Object arg1, Object arg2, Object arg3) +0 AspxLab.WebControls.Runtime.InitRuntime(HttpApplication application, String scriptDir, Boolean legacyCode, Boolean httpModule) +140 AspxLab.WebControls.Runtime.System.Web.IHttpModule.Init(HttpApplication application) +67 System.Web.HttpApplication.InitModules() +267 System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +1251 System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +243 System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +106 System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +317
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Sam, I am not sure what caused it. The only thing that has changed recently is a MS security update: http://www.essentialobjects.com/Forum/Default.aspx?g=posts&t=192However the user usually sees a different message if that is the cause. You can try that and see if it works. If that doesn't work, then something has changed with your web application/server. You may want to try our menu in a blank application and see if that works, if that works, then you can continue to find out the offending part. Thanks
|