gpt4 book ai didi

vb.net - “GenerateResource”任务CLR2运行时错误

转载 作者:行者123 更新时间:2023-12-03 08:36:28 30 4
gpt4 key购买 nike

我的应用不断收到此错误(顺便说一句,我正在使用VS 2013,VB.NET和Windows 8.1):

Could not run the "GenerateResource" task because MSBuild could not create or connect to a task host with runtime "CLR2" and architecture "x86". Please ensure that (1) the requested runtime and/or architecture are available on the machine, and (2) that the required executable "C:\Program Files (x86)\MSBuild\12.0\bin\MSBuildTaskHost.exe" exists and can be run.



该应用程序适用于.NET 3.5(3.5及更低版本会向我显示此错误)。
我尝试再次运行该应用程序。有时,它可以工作;有时,错误又回来了。

我已经尝试过在Google上寻找答案,他们给我的答案竟然是:“您的内部版本的用户名太长”(他们说20个字符或更多的字符会导致错误),但这不是事实。我的用户名只有5个字符。无论如何,我认为构建的用户名长度与它无关。这个不成立。

有谁知道3.5及更低版本的问题是什么?谢谢。

最佳答案

这解决了我机器上的问题:

要解决此问题,请转到您的csproj文件,并在默认属性组下添加以下行:

<PropertyGroup>
...
<DisableOutOfProcTaskHost>true</DisableOutOfProcTaskHost>
</PropertyGroup>

找到 here

关于vb.net - “GenerateResource”任务CLR2运行时错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28708997/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com