本人是菜鸟,在调用一个dll 的时候报错,提示是: Mixed mode assembly is built against version 'v1.1.4322' of the runtime and can not be loaded in the 4.0 runtime without additional configuration information.
请高手指点,谢谢
你的这个dll是不是1.1.4322版本的(net frramework 1.1)?
如果是,建议你设法找到源程序(或者通过反编译工具,例如Just- Decompiler等)得到源码重新编译成4.0的dll,然后再次引用。
ASP.NET Questions Other Discussions FreeRice Donate Issues to report