Loading

随笔分类 -  assembly

摘要:今天碰到一个问题,其实之前也有碰到过。在visual studio 2010创建控制台程序的时候(其它项目还不知道会不会有同样的问题)。添加log4net.dll引用,随便写点代码,如:[代码]编译,通不过,Error1The type or namespace name 'log4net' could not be found (are you missing a using directive or an assembly reference?)C:\Users\Joe\Desktop\sample\sample\ConsoleApplication1\Program.cs57Consol 阅读全文
posted @ 2010-12-29 22:42 .net's 阅读(1322) 评论(0) 推荐(1)
摘要:A fusion log can contain very useful debugging information when you experience a failure to bind to an assembly. FileNotFoundException, FileLoadException, and BadImageFormatException are all exception... 阅读全文
posted @ 2009-09-27 11:33 .net's 阅读(975) 评论(0) 推荐(0)