我收到以下错误:
Error: Framework '.NETFramework 4.0 Client Profile' not installed.
Run Code Online (Sandbox Code Playgroud)
当我尝试构建我的项目时.
我该如何解决?
Mik*_*son 28
MSBuild项目可以引用任意框架配置文件(子集),这仅在配置文件安装在运行时框架定义中时才有效.Mono没有.NET拥有的所有框架配置文件,例如.NET 4.0 Client Profile.
要解决此问题,请更改项目以使用完整的4.0框架.
在MonoDevelop中,您可以通过以下方式更改设置: