当我试图通过版本0.9.3.0读取Silverlight5程序集时,我得到了以下异常:
System.NotSupportedException: Version not supported: 5.0.5.0at Mono.Cecil.BaseAssemblyResolver.GetCorlib(AssemblyNameReference reference) in C:\programming\mono.cecil\jbevain-cecil-5df660e\Mono.Cecil\BaseAssembl
我正在编写一个编译器,它使用.NET API生成磁盘上的System.Reflection.Emit程序集.编译器本身是针对.NET 4.5构建的,但是生成的代码仅引用可移植类库中的类型。但是,当试图引用从Windows 8项目生成的程序集时,Visual会抱怨A reference to a higher version or incompatible assembly cannot当在反编译器中打开生成的程序集时,我可以看到它引用