当前位置: 代码迷 >> ASP.NET >> win2003+iis下配置asp.net网站“找不到指定的模块”?该怎么处理
  详细解决方案

win2003+iis下配置asp.net网站“找不到指定的模块”?该怎么处理

热度:4672   发布时间:2013-02-25 00:00:00.0
win2003+iis下配置asp.net网站“找不到指定的模块”???
win2003+iis下配置asp.net网站出错。。。。请教各位大大可能是什么原因造成的啊????具体报错如下:


Server Error in '/LocalUser/ajj' Application.
--------------------------------------------------------------------------------

找不到指定的模块。 (Exception from HRESULT: 0x8007007E) 
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: 找不到指定的模块。 (Exception from HRESULT: 0x8007007E)

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.  

Stack Trace: 


[FileNotFoundException: 找不到指定的模块。 (Exception from HRESULT: 0x8007007E)]
  System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +0
  System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +211
  System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +141
  System.Reflection.Assembly.Load(String assemblyString) +25
  System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +32

[ConfigurationErrorsException: 找不到指定的模块。 (Exception from HRESULT: 0x8007007E)]
  System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +580
  System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +203
  System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai) +45
  System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +193
  System.Web.Compilation.WebDirectoryBatchCompiler..ctor(VirtualDirectory vdir) +274
  System.Web.Compilation.BuildManager.BatchCompileWebDirectoryInternal(VirtualDirectory vdir, Boolean ignoreErrors) +37
  System.Web.Compilation.BuildManager.BatchCompileWebDirectory(VirtualDirectory vdir, VirtualPath virtualDir, Boolean ignoreErrors) +441
  System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) +77
  System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) +611
  System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) +91
  System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean noAssert) +122
  System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert) +42
  System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +32
  System.Web.UI.PageHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +62
  System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) +385
  System.Web.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +139
  System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +146

 


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42

------解决方案--------------------------------------------------------
下载了PetShop 4.0 没事,进行了研究,进行了架构,一切都写好,可是,一运行 ,就会出现 “System.IO.FileNotFoundException: 未能加载文件或程序集“Team.DLinqDAL”或它的某一个依赖项。系统找不到指定的文件。 ”错误提示信息,昨天,郁闷了一天,不知如何去解决,今天没事,继续昨天的工作,终于看了,才明白了原因。原因是我们的名字空间,可以手动的去修改,但是我们这个类库文件对应的AssemblyName,还是以前的那个,因此,系统会提示,找不到那个程序集,问题找到了,解救的办法,也就找到了。打开 项目的属性(例如:我的是DLinqDAL),将AssemblyName修改为我们需要的名称。重新生成一次,看看。问题应该就能解决了 。
------解决方案--------------------------------------------------------
缺少组件吧
运行前生成一下,看哪里使用了未知命名空间
------解决方案--------------------------------------------------------
顶了

刚建立了一个C#群 63242231 希望有志同道合的朋友加入 共同学习 谢谢。。。
  相关解决方案