tareqimbasher / NetPad

A cross-platform C# editor and playground.
MIT License
1.31k stars 67 forks source link

I just facing the exception in my first running : Unhandled exception. System.BadlmageFormatException: An attempt was made to load a program with an incorrect format. #174

Closed imfine-sd closed 5 months ago

imfine-sd commented 7 months ago

pic1

*My mac info :

How I fix that issue ?

tareqimbasher commented 7 months ago

Do you have .NET 6 installed also?

imfine-sd commented 7 months ago

Do you have .NET 6 installed also?

image Yes .NET6 Installed.

tareqimbasher commented 7 months ago

Next check that you have the ARM version of the .NET SDK installed. The error you reported typically means an assembly is not compatible with your processor architecture.

imfine-sd commented 5 months ago

I installed new version 0.7.0, and it worked.