错误:error while trying to run project: method does not exist
新建了console application
main里边写了一句话 console.writeline("hello c#");
右键main run to cursor 提示这个错误
F5 运行也出现这个错误
打开其他windows窗体的也出现这个错误
神马原因呢
对了 我重置过了没用啊 deven /resetsetting
vs还提示:you hava mixed tabs and spaces
是不是net framework4.0冲突了啊..
我机子装有client profile3.5 4.0 、extended 4.0 、4.0
我在检查检查
debug和release 生成都是成功的
打开exe运行是可以的
就是vs F5就出现方法找不到错误
1) 打开项目属性,选择调试选项卡,将“启用非托管代码调试”一项钩上。
2) 打开项目属性,选择调试选项卡,将“启用Visual Studio宿主进程“一项钩掉。
项目-->属性-->Debug
Enable Debuggers
打钩 Enable unmanaged code debugging
去掉勾 Enable the Visual Studio hosting process