Server Error in '/' Application.

Could not load file or assembly 'UtilDLL, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))

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: Could not load file or assembly 'UtilDLL, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))

Source Error:


Line 20: 
Line 21:     DataTable dtUser = new DataTable();
Line 22:     DataTable dtUserDetails = new DataTable();
Line 23: 
Line 24:     protected void Page_Load(object sender, EventArgs e)

Source File: d:\inetpub\vhosts\deccangymkhana.org\httpdocs\Home\ForgotPassword.aspx.cs    Line: 22

Assembly Load Trace: The following information can be helpful to determine why the assembly 'UtilDLL, 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:


[FileLoadException: Could not load file or assembly 'UtilDLL, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))]
   Home_ForgotPassword..ctor() in d:\inetpub\vhosts\deccangymkhana.org\httpdocs\Home\ForgotPassword.aspx.cs:22
   ASP.home_forgotpassword_aspx..ctor() in d:\inetpub\vhosts\deccangymkhana.org\tmp\root\f2118186\961eaa16\App_Web_uztbt7gh.10.cs:0
   __ASP.FastObjectFactory_app_web_uztbt7gh.Create_ASP_home_forgotpassword_aspx() in d:\inetpub\vhosts\deccangymkhana.org\tmp\root\f2118186\961eaa16\App_Web_uztbt7gh.12.cs:0
   System.Web.Compilation.BuildResultCompiledType.CreateInstance() +32
   System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert) +119
   System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +33
   System.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String requestType, String virtualPath, String path) +37
   System.Web.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +307
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155


Version Information: Microsoft .NET Framework Version:2.0.50727.9061; ASP.NET Version:2.0.50727.9062