摘要: 情况如下:两个项目项目A命名空间 Test.PA 匿名类型所在项目B命名空间 Test.PB 在Test.PB 中通过dynamic关键字调用Test.PA中匿名类型时报上述错误解决办法在项目A的AssemblyInfo.cs文件中加入[assembly: InternalsVisibleTo(... 阅读全文
posted @ 2015-08-12 17:24 天际翔龙 阅读(671) 评论(0) 推荐(0) 编辑