“GenerateResource” task CLR2 runtime error

后端 未结 8 996
梦毁少年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:32

    I try adding the follow but didn't works

      
            ...
            true
        
    

    this solve this issue for me, adding the same as enviroment Variable

    DisableOutOfProcTaskHost=true

提交回复
热议问题