G
Guest
I am running a high traffic web site on ASP.NET 2.0.
I'm getting this error every few days, usually when I deploy a control that
is very active.
The only way to fix this problem that I've found so far is to stop the web
service, delete the ASP.NET temporary files under
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files
and then restar tthe web service.
Needless to say this is not ideal. Any suggestions?
Here is the error message:
System.IO.FileNotFoundException: Could not load file or assembly
'App_Web_titckuyi, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or
one of its dependencies. The system cannot find the file specified.
File name: 'App_Web_titckuyi, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=null'
at
ASP.controls_footer_2_0_ascx.__BuildControlTree(controls_footer_2_0_ascx
__ctrl)
at ASP.controls_footer_2_0_ascx.FrameworkInitialize() in
c:\webs\phoenix\Controls\footer_2_0.ascx.cs:line 912306
at System.Web.UI.UserControl.InitializeAsUserControlInternal()
at System.Web.UI.UserControl.InitializeAsUserControl(Page page)
at ASP.feature_aspx.__BuildControlFooter1() in
c:\webs\phoenix\feature.aspx:line 203
at ASP.feature_aspx.__BuildControlTree(feature_aspx __ctrl) in
c:\webs\phoenix\feature.aspx:line 1
at ASP.feature_aspx.FrameworkInitialize() in
c:\webs\phoenix\feature.aspx.cs:line 912307
at System.Web.UI.Page.ProcessRequest(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.feature_aspx.ProcessRequest(HttpContext context) in
c:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\root\447e2b24\efdf49af\App_Web_wbhxmovx.14.cs:line 0
at
System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously)
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind
failure logging.
To turn this feature off, remove the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog].
I'm getting this error every few days, usually when I deploy a control that
is very active.
The only way to fix this problem that I've found so far is to stop the web
service, delete the ASP.NET temporary files under
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files
and then restar tthe web service.
Needless to say this is not ideal. Any suggestions?
Here is the error message:
System.IO.FileNotFoundException: Could not load file or assembly
'App_Web_titckuyi, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or
one of its dependencies. The system cannot find the file specified.
File name: 'App_Web_titckuyi, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=null'
at
ASP.controls_footer_2_0_ascx.__BuildControlTree(controls_footer_2_0_ascx
__ctrl)
at ASP.controls_footer_2_0_ascx.FrameworkInitialize() in
c:\webs\phoenix\Controls\footer_2_0.ascx.cs:line 912306
at System.Web.UI.UserControl.InitializeAsUserControlInternal()
at System.Web.UI.UserControl.InitializeAsUserControl(Page page)
at ASP.feature_aspx.__BuildControlFooter1() in
c:\webs\phoenix\feature.aspx:line 203
at ASP.feature_aspx.__BuildControlTree(feature_aspx __ctrl) in
c:\webs\phoenix\feature.aspx:line 1
at ASP.feature_aspx.FrameworkInitialize() in
c:\webs\phoenix\feature.aspx.cs:line 912307
at System.Web.UI.Page.ProcessRequest(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.feature_aspx.ProcessRequest(HttpContext context) in
c:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\root\447e2b24\efdf49af\App_Web_wbhxmovx.14.cs:line 0
at
System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously)
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind
failure logging.
To turn this feature off, remove the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog].