Home > Net >  The.net Core X86
The.net Core X86

Time:10-02

.net Core WPF X64 debug: no problem, change the X86 debugging stuck for a few minutes and then prompt failure! Unable to compile, what happened?? Is the same as the console program, we have this problem?

CodePudding user response:

Installing x86 version of netcore you download the SDK?

CodePudding user response:

reference 1st floor github_36000833 response:
you installing x86 download version of the netcore SDK?

Of course, installed, are useless

CodePudding user response:

In the project file (the csproj), add a section,
Tell VisualStudio, in c: \ Program Files (x86) \ dotnet \ dotnet exe version for debugging operation,

 & lt; PropertyGroup Condition="' $(Platform) '==' x86 '" & gt; 
X86 & lt;/PlatformTarget>
$(MSBuildProgramFiles32) \ dotnet \ dotnet exe


  •  Tags:  
  • C#
  • Related