“GenerateResource” task CLR2 runtime error

后端 未结 8 1007
梦毁少年i
梦毁少年i 2020-12-14 01:03

My app keeps getting this error (I\'m using VS 2013, VB.NET, and Windows 8.1, by the way):

Could not run the \"GenerateResource\" task because MSBuild

8条回答
  •  一个人的身影
    2020-12-14 01:42

    Adding this in each project is a cumbersome task. So you can set it in the environment variables.

    Click Start>> Right-click Computer >> Properties >> Advanced system settings >> Click Environment Variables button to open the dialog, then under the System variables section, click New… button, type the Variable name = DISABLEOUTOFPROCTASKHOST, and type the Variable value = 1, then click Ok.

    More here

提交回复
热议问题