当前位置:编程学习 > C#/ASP.NET >>

这是什么错误啊

“/”应用程序中的服务器错误。
--------------------------------------------------------------------------------

找不到指定的模块。 (异常来自 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) +54
   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: 找不到指定的模块。 (异常来自 HRESULT:0x8007007E)]
   System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +596
   System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +211
   System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai) +46
   System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +177
   System.Web.Compilation.BuildProvidersCompiler..ctor(VirtualPath configPath, Boolean supportLocalization, String outputAssemblyName) +185
   System.Web.Compilation.ApplicationBuildProvider.GetGlobalAsaxBuildResult(Boolean isPrecompiledApp) +230
   System.Web.Compilation.BuildManager.CompileGlobalAsax() +49
   System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +462

[HttpException (0x80004005): 找不到指定的模块。 (异常来自 HRESULT:0x8007007E)]
   System.Web.Compilation.BuildManager.ReportTopLevelCompilationException() +57
   System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +612
   System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters) +644

[HttpException (0x80004005): 找不到指定的模块。 (异常来自 HRESULT:0x8007007E)]
   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +3465427
   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +69
   System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +279

 


--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:2.0.50727.1433; ASP.NET 版本:2.0.50727.1433  --------------------编程问答-------------------- 访问的文件不存在,检查路径 --------------------编程问答-------------------- 访问的文件不存在,请检查文件的路径是否正确. --------------------编程问答--------------------
引用 2 楼 insus 的回复:
访问的文件不存在,请检查文件的路径是否正确.
--------------------编程问答--------------------
引用 3 楼 dotnetsong 的回复:
引用 2 楼 insus 的回复:
访问的文件不存在,请检查文件的路径是否正确. 
--------------------编程问答--------------------
引用 1 楼 eyu777 的回复:
访问的文件不存在,检查路径


我在开发机器上发布没有问题,把发布没有问题的考到服务器上就这样了,应该没有少文件啊 --------------------编程问答-------------------- 哪个文件不存在? --------------------编程问答--------------------
if (!System.IO.File.Exists(filename)) { 
  //file not found
}
--------------------编程问答-------------------- 访问的文件不存在,请检查文件的路径是否正确.

具体看不出来!   你可以在把问题说详细些! 什么情况下报的这个错????
 

     项目用的什么框架?    --------------------编程问答-------------------- 你要是上传服务器上 应该是路径不正确啊  看看你的Web.config里面的设置ia --------------------编程问答--------------------  检查代码,是否的确不存在该文件,
 如果没有考一个
 如果存在
 右键电脑,管理,索引服务,关掉
 如果还没解决
 右键该文件,检查相应的访问权限,给其添加权限
 如果还没解决........
灵异事件
下面补充
  
补充:.NET技术 ,  ASP.NET
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,