点击 breezejs nuget示例中的保存按钮时出现以下错误:
无法从程序集'mscorlib,Version = 4.0.0.0,Culture = neutral,PublicKeyToken = b77a5c561934e089'
加载类型'System.Runtime.CompilerServices.ScriptAssemblyAttribute'在调用以下代码中的 SaveChanges 时出现错误:
[HttpPost]
public SaveResult SaveChanges(JObject saveBundle) {
return _contextProvider.SaveChanges(saveBundle);
}
当我在代码编辑器中查找 System.Runtime.CompilerServices 并且我的目标是.NET 4.5时,实际上 ScriptAssemblyAttribute 在intellisense中不存在。
我错过了什么?
提前致谢。
答案 0 :(得分:1)
结果脚本#与它有关。我卸载了它,错误消失了。