首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > .NET >

System.IO.FileNotFoundException: 找不到文件或程序集名称iqipmb7s.dll,或找不到它的一个依赖项。

2014-01-28 
System.IO.FileNotFoundException: 找不到文件或程序集名称iqipmb7s.dll,或找不到它的一个依赖项。 文件名:

System.IO.FileNotFoundException: 找不到文件或程序集名称iqipmb7s.dll,或找不到它的一个依赖项。
文件名: 'iqipmb7s.dll'
at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Boolean isStringized, Evidence assemblySecurity, Boolean throwOnFileNotFound, Assembly locationHint, StackCrawlMark& stackMark)
at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Boolean stringized, Evidence assemblySecurity, StackCrawlMark& stackMark)
at System.Reflection.Assembly.Load(AssemblyName assemblyRef, Evidence assemblySecurity)
at System.CodeDom.Compiler.CompilerResults.get_CompiledAssembly()
at System.CodeDom.Compiler.CompilerResults.get_CompiledAssembly()
at System.Xml.Serialization.Compiler.Compile()
at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings)
at System.Xml.Serialization.XmlSerializer.FromMappings(XmlMapping[] mappings)
at System.Web.Services.Protocols.XmlReturn.GetInitializers(LogicalMethodInfo[] methodInfos)
at System.Web.Services.Protocols.XmlReturnWriter.GetInitializers(LogicalMethodInfo[] methodInfos)
at System.Web.Services.Protocols.MimeFormatter.GetInitializers(Type type, LogicalMethodInfo[] methodInfos)
at System.Web.Services.Protocols.HttpServerType..ctor(Type type)
at System.Web.Services.Protocols.HttpServerProtocol.Initialize()
at System.Web.Services.Protocols.ServerProtocol.SetContext(Type type, HttpContext context, HttpRequest request, HttpResponse response)
at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)

=== Pre-bind state information ===
LOG: Where-ref bind. Location = C:\WINNT\TEMP\iqipmb7s.dll
LOG: Appbase = file:///D:/WebNewsSite
LOG: Initial PrivatePath = bin

Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Attempting download of new URL file:///C:/WINNT/TEMP/iqipmb7s.dll. 
 
------解决方法--------------------------------------------------------
添加iqipmb7s.dll引用,将iqipmb7s.dll程序集文件复制到项目的bin目录下。
------解决方法--------------------------------------------------------
C:/WINNT/TEMP是你的windows的临时文件环境变量,生成的临时文件要在放在这个目录,查看你的程序在这个目录是否有读写,加上权限即可。

        

热点排行