HI people,
I am experience the problem below and tried a lot of fixes and still
didn't work. Can someone take a look and give some hint? thanks so
much.
Could not load file or assembly 'App_Web_f8_lco1l, Version=0.0.0.0,
Culture=neutral, PublicKeyToken=null' or one of its dependencies. The
system cannot find the file specified.
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.FileNotFoundException: Could not load
file or assembly 'App_Web_f8_lco1l, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=null' or one of its dependencies. The system cannot
find the file specified.
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.
Assembly Load Trace: The following information can be helpful to
determine why the assembly 'App_Web_f8_lco1l, Version=0.0.0.0,
Culture=neutral, PublicKeyToken=null' could not be loaded.
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].
Stack Trace:
[FileNotFoundException: Could not load file or assembly
'App_Web_f8_lco1l, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=null' or one of its dependencies. The system cannot
find the file specified.]
System.RuntimeTypeHandle._GetTypeByName(String name, Boolean
throwOnError, Boolean ignoreCase, Boolean reflectionOnly,
StackCrawlMark& stackMark, Boolean loadTypeFromPartialName) +0
System.RuntimeTypeHandle.GetTypeByName(String name, Boolean
throwOnError, Boolean ignoreCase, Boolean reflectionOnly,
StackCrawlMark& stackMark) +72
System.RuntimeType.PrivateGetType(String typeName, Boolean
throwOnError, Boolean ignoreCase, Boolean reflectionOnly,
StackCrawlMark& stackMark) +58
System.Type.GetType(String typeName, Boolean throwOnError, Boolean
ignoreCase) +64
DBauer.Web.UI.WebControls.DynamicControlsPlaceholder.RestoreChildStructure(Pair
persistInfo, Control parent) +255
DBauer.Web.UI.WebControls.DynamicControlsPlaceholder.LoadViewState(Object
savedState) +209
System.Web.UI.Control.LoadViewStateRecursive(Object savedState)
+251
System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList
childState) +142
System.Web.UI.Control.LoadViewStateRecursive(Object savedState)
+300
System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList
childState) +142
System.Web.UI.Control.LoadViewStateRecursive(Object savedState)
+300
System.Web.UI.Page.LoadAllState() +520
System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
+3444
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.832;
ASP.NET Version:2.0.50727.832