ASPNETMENU errors

  • Thread starter Thread starter Diogenes Dilone
  • Start date Start date
D

Diogenes Dilone

Can anyone help me I keep getting this error on our web application.


Access is denied: 'ASPnetMenu'.

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.IO.FileLoadException: Access is denied:
'ASPnetMenu'.



Source Error:





[No relevant source lines]





Source File: c:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\root\f3d8655c\6680bcd4\wmimg8dx.0.cs Line: 0



Assembly Load Trace: The following information can be helpful to determine
why the assembly 'ASPnetMenu' could not be loaded.





=== Pre-bind state information ===

LOG: DisplayName = ASPnetMenu, Version=1.0.4.0, Culture=neutral,
PublicKeyToken=9bc9f846553156bb

(Fully-specified)

LOG: Appbase = file:///D:/Web Sites/Catapult_NET

LOG: Initial PrivatePath = bin

Calling assembly : wmimg8dx, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=null.

===



LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/root/f3d8655c/6680bcd4/ASPnetMenu.DLL.

LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/root/f3d8655c/6680bcd4/ASPnetMenu/ASPnetMenu.DLL.

LOG: Attempting download of new URL file:///D:/Web
Sites/Catapult_NET/bin/ASPnetMenu.DLL.







Stack Trace:





[FileLoadException: Access is denied: 'ASPnetMenu'.]

ASP.TopMenuControl_ascx.__BuildControlTree(Control __ctrl) +0

ASP.TopMenuControl_ascx.FrameworkInitialize() in
c:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\root\f3d8655c\6680bcd4\wmimg8dx.0.cs:0

System.Web.UI.UserControl.InitializeAsUserControlInternal() +31

System.Web.UI.UserControl.InitializeAsUserControl(Page page) +15

ASP.Default_aspx.__BuildControlmmc1() in D:\Web
Sites\Catapult_NET\Default.aspx:16

ASP.Default_aspx.__BuildControlTree(Control __ctrl) in D:\Web
Sites\Catapult_NET\Default.aspx:1

ASP.Default_aspx.FrameworkInitialize() in
c:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\root\f3d8655c\6680bcd4\mx_nxz7o.0.cs:0

System.Web.UI.Page.ProcessRequest() +85

System.Web.UI.Page.ProcessRequest(HttpContext context) +18


System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionSte
p.Execute() +179

System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously) +87
 
You should probably talk to AspnetMenu support. Since you are paying for
this component, they should be able to help you.
 
Marina

I'm in the mix of talking to them but I figure I get some tips from here
also.

Thank


Marina said:
You should probably talk to AspnetMenu support. Since you are paying for
this component, they should be able to help you.

Diogenes Dilone said:
Can anyone help me I keep getting this error on our web application.


Access is denied: 'ASPnetMenu'.

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.IO.FileLoadException: Access is denied:
'ASPnetMenu'.



Source Error:





[No relevant source lines]





Source File: c:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\root\f3d8655c\6680bcd4\wmimg8dx.0.cs Line: 0



Assembly Load Trace: The following information can be helpful to determine
why the assembly 'ASPnetMenu' could not be loaded.





=== Pre-bind state information ===

LOG: DisplayName = ASPnetMenu, Version=1.0.4.0, Culture=neutral,
PublicKeyToken=9bc9f846553156bb

(Fully-specified)

LOG: Appbase = file:///D:/Web Sites/Catapult_NET

LOG: Initial PrivatePath = bin

Calling assembly : wmimg8dx, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=null.

===



LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/root/f3d8655c/6680bcd4/ASPnetMenu.DLL.

LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/root/f3d8655c/6680bcd4/ASPnetMenu/ASPnetMenu.DLL.

LOG: Attempting download of new URL file:///D:/Web
Sites/Catapult_NET/bin/ASPnetMenu.DLL.







Stack Trace:





[FileLoadException: Access is denied: 'ASPnetMenu'.]

ASP.TopMenuControl_ascx.__BuildControlTree(Control __ctrl) +0

ASP.TopMenuControl_ascx.FrameworkInitialize() in
c:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\root\f3d8655c\6680bcd4\wmimg8dx.0.cs:0

System.Web.UI.UserControl.InitializeAsUserControlInternal() +31

System.Web.UI.UserControl.InitializeAsUserControl(Page page) +15

ASP.Default_aspx.__BuildControlmmc1() in D:\Web
Sites\Catapult_NET\Default.aspx:16

ASP.Default_aspx.__BuildControlTree(Control __ctrl) in D:\Web
Sites\Catapult_NET\Default.aspx:1

ASP.Default_aspx.FrameworkInitialize() in
c:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\root\f3d8655c\6680bcd4\mx_nxz7o.0.cs:0

System.Web.UI.Page.ProcessRequest() +85

System.Web.UI.Page.ProcessRequest(HttpContext context) +18
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionSte
p.Execute() +179

System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously) +87
 
Back
Top