随笔分类 - 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
阅读全文
摘要: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...
阅读全文