Can I (and how do I) target .net 4 with vs 2008?

﹥>﹥吖頭↗ 提交于 2019-12-02 04:20:19

No, you can't target .NET 4.0 using VS 2008.

To speed up, you can try to create this key in Registry (worked for me):

[HKEY_CURRENT_USER\Software\Microsoft\Avalon.Graphics]
"DisableHWAcceleration"=dword:00000001

More info here Visual Studio 2010 Beta 2 editor performance fix running on a virtual machine and Graphics Rendering Registry Settings

No you can't you need at least visual studio 2010 to target .net 4.0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!