回复 9楼gw0506的帖子
新建多个项目的话,我也试过了。 有的项目可以正常运行,有的则不可以。 分析不出来具体原因。
不论是否符合引用了这个dll,编译是不出错的,直到打开这个窗体时,在调试状态下才会出这个异常。
发生了 System.IO.FileNotFoundException
HResult=-2147024894
Message=未能加载文件或程序集“FarPoint.Win.TextRenderer, Version=4.0.2000.2005, Culture=neutral, PublicKeyToken=327c3516b1b18457”或它的某一个依赖项。系统找不到指定的文件。
Source=mscorlib
FileName=FarPoint.Win.TextRenderer, Version=4.0.2000.2005, Culture=neutral, PublicKeyToken=327c3516b1b18457
FusionLog==== 预绑定状态信息 ===
日志: DisplayName = FarPoint.Win.TextRenderer, Version=4.0.2000.2005, Culture=neutral, PublicKeyToken=327c3516b1b18457
(Fully-specified)
日志: Appbase = file:///D:/CCG/code/CCG_CN015_SCCG/ProductCode/ZTE/CCG/Config/UI/Win/ZTE.CCG.UI.Config.Win/bin/Debug/
日志: 初始 PrivatePath = NULL
调用程序集: FarPoint.Win, Version=4.0.2011.2005, Culture=neutral, PublicKeyToken=327c3516b1b18457。
===
日志: 此绑定从 default 加载上下文开始。
日志: 未找到应用程序配置文件。
日志: 使用主机配置文件:
日志: 使用 C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config 的计算机配置文件。
日志: 策略后引用: FarPoint.Win.TextRenderer, Version=4.0.2000.2005, Culture=neutral, PublicKeyToken=327c3516b1b18457
日志: 尝试下载新的 URL file:///D:/code/CCG_CN015_SCCG/ProductCode/CCG/Config/UI/Win/CCG.UI.Config.Win/bin/Debug/FarPoint.Win.TextRenderer.DLL。
日志: 尝试下载新的 URL file:///D:/code/CCG_CN015_SCCG/ProductCode/CCG/Config/UI/Win/CCG.UI.Config.Win/bin/Debug/FarPoint.Win.TextRenderer/FarPoint.Win.TextRenderer.DLL。
日志: 尝试下载新的 URL file:///D:/code/CCG_CN015_SCCG/ProductCode/CCG/Config/UI/Win/CCG.UI.Config.Win/bin/Debug/FarPoint.Win.TextRenderer.EXE。
日志: 尝试下载新的 URL file:///D:/code/CCG_CN015_SCCG/ProductCode/CCG/Config/UI/Win/CCG.UI.Config.Win/bin/Debug/FarPoint.Win.TextRenderer/FarPoint.Win.TextRenderer.EXE。
StackTrace:
在 System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
在 System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) |