Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Monday, July 30, 2018 8:55:37 AM(UTC)
LuisRSerrano

Groups: Registered
Posts: 2


a message appears when you run the demo application that says: "Could not run the "GenerateResource" task because MSBuild could not create or connect to a task host with runtime "CLR4" and architecture "x64". 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\amd64\MSBuild.exe" exists and can be run."

I am running vs2013 as administrator in windows 7 to 64 bits.

 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Tuesday, July 31, 2018 8:22:55 AM(UTC)

Joe Z  
Joe Z

Groups: Registered, Tech Support, Administrators
Posts: 63

Thanks: 2 times
Was thanked: 4 time(s) in 4 post(s)

Luis,

This issue seems to be related to the Visual Studio project upgrade/update/convert tool. Could you try setting the "DisableOutOfProcTaskHost" property to "true" within your csproj file? More information can be found at the link below.
Code:
<PropertyGroup>
    ...
    <DisableOutOfProcTaskHost>true</DisableOutOfProcTaskHost>
</PropertyGroup>

https://stackoverflow.com/questions/28708997/generateresource-task-clr2-runtime-error

Additionally, for the MSBuild error, it seems that the path to MSBuild.exe was changed within VS 2013 Update 4. I would recommend for you to take a look at the post below from StackOverflow.

https://stackoverflow.com/questions/29917697/visual-basic-msbuild-not-running#29917828
Joe Zhan
Developer Support Engineer
LEAD Technologies, Inc.

LEAD Logo
 
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.052 seconds.