Home > Net >  On.net core target platform problem X86 cannot run
On.net core target platform problem X86 cannot run

Time:09-27

A very simple question, very simple code, but there is a problem don't quite understand, is in x64 can run, why is set on x86 can not run, and no other DLL call redundant key to is an output, what reason is this? I think I know may be is a question of 32-bit and 64 - bit, don't. Net core can only run on a 64 - bit? Or can only call 64 DLLS, etc?


CodePudding user response:

Netcore SDK are x64 and x86,
If you want to run the target platform X86 program, to download and install the X86 version,

https://dotnet.microsoft.com/download/dotnet-core/2.2

CodePudding user response:

reference 1st floor github_36000833 response:
netcore SDK are x64 and x86,
If you want to run the target platform X86 program, to download and install the X86 version,

https://dotnet.microsoft.com/download/dotnet-core/2.2


X64 and X86 I have installed, and how do I look to whether successfully installed the X86 SDK?

CodePudding user response:

Remember about the.net core CLR is the default support x64


He that load is LoadLibraryExW


https://blog.csdn.net/tangyanzhi1111/article/details/88535630

CodePudding user response:

Can use the command line!

CodePudding user response:

Why I can't run?
  •  Tags:  
  • C#
  • Related