'/'应用程序中的服务器错误。指定的模块无法找到。 (来自HRESULT的异常:0x8007007E)

时间:2012-06-25 06:22:43

标签: asp.net .net visual-studio

我有一个.net应用程序使用visual studio 2005,当我尝试从debuger运行它时,它显示了这样的错误,它看起来像一些dll或模块文件丢失,任何关于解决此错误的建议以及如何找到缺少的模块或dll?

'/'应用程序中的服务器错误。

找不到指定的模块。 (来自HRESULT的异常:0x8007007E) 描述:执行当前Web请求期间发生未处理的异常。请查看堆栈跟踪以获取有关错误及其源自代码的位置的更多信息。

异常详细信息:System.IO.FileNotFoundException:找不到指定的模块。 (HRESULT异常:0x8007007E)

来源错误:

在执行当前Web请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪来识别有关异常的起源和位置的信息。

堆栈追踪:

[FileNotFoundException:找不到指定的模块。 (HRESULT异常:0x8007007E)]    System.Reflection.Assembly._nLoad(AssemblyName fileName,String codeBase,Evidence assemblySecurity,Assembly locationHint,StackCrawlMark& stackMark,Boolean throwOnFileNotFound,Boolean forIntrospection)+0    System.Reflection.Assembly.nLoad(AssemblyName fileName,String codeBase,Evidence assemblySecurity,Assembly locationHint,StackCrawlMark& stackMark,Boolean throwOnFileNotFound,Boolean forIntrospection)+43    System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef,Evidence assemblySecurity,StackCrawlMark& stackMark,Boolean forIntrospection)+127    System.Reflection.Assembly.InternalLoad(String assemblyString,Evidence assemblySecurity,StackCrawlMark& stackMark,Boolean forIntrospection)+142    System.Reflection.Assembly.Load(String assemblyString)+28    System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName,Boolean starDirective)+46

[ConfigurationErrorsException:找不到指定的模块。 (HRESULT异常:0x8007007E)]    System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName,Boolean starDirective)+613    System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory()+203    System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai)+105    System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig)+178    System.Web.Compilation.WebDirectoryBatchCompiler..ctor(VirtualDirectory vdir)+163    System.Web.Compilation.BuildManager.BatchCompileWebDirectoryInternal(VirtualDirectory vdir,Boolean ignoreErrors)+53    System.Web.Compilation.BuildManager.BatchCompileWebDirectory(VirtualDirectory vdir,VirtualPath virtualDir,Boolean ignoreErrors)+175    System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath)+86    System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath,Boolean noBuild,Boolean allowCrossApp,Boolean allowBuildInPrecompile)+261    System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context,VirtualPath virtualPath,Boolean noBuild,Boolean allowCrossApp,Boolean allowBuildInPrecompile)+101    System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath,HttpContext context,Boolean allowCrossApp,Boolean noAssert)+126    System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath,Type requiredBaseType,HttpContext context,Boolean allowCrossApp,Boolean noAssert)+62    System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context,String requestType,VirtualPath virtualPath,String physicalPath)+33    System.Web.UI.PageHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context,String requestType,VirtualPath virtualPath,String physicalPath)+40    System.Web.HttpApplication.MapHttpHandler(HttpContext context,String requestType,VirtualPath path,String pathTranslated,Boolean useAppConfig)+160    System.Web.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()+93    System.Web.HttpApplication.ExecuteStep(IExecutionStep step,Boolean& completedSynchronously)+155


版本信息:Microsoft .NET Framework版本:2.0.50727.5420; ASP.NET版本:2.0.50727.5420

1 个答案:

答案 0 :(得分:0)

谢谢你,我终于找到了dll,它是指纹软件sagem的dll,安装后,问题解决了,谢谢你