当单声道 returns 出错时怎么办 "Could not load file or assembly"
What to do when mono returns an error "Could not load file or assembly"
我在 Mac 上尝试 运行 一个 .exe 文件,开发人员说它需要 .NET Framework 4.5.2 和
mono oms-client.exe
它附带一条错误消息
The entry point method could not be loaded due to Could not load file or assembly 'PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies
我能做什么?
the developer said requires .NET Framework 4.5.2
如果是这种情况,则无法安装在 Mac 上。 .NET Framework 需要 Windows OS。在.NET 上引用Microsoft 的网站:
https://dotnet.microsoft.com/download
.NET Core is a cross-platform version of .NET for building websites,
services, and console apps.
.NET Framework is a Windows-only version of .NET for building any type
of app that runs on Windows.
具体来说,您需要 Windows Vista SP2+ OS。兼容性 table 在这里:
https://docs.microsoft.com/en-us/dotnet/framework/get-started/system-requirements
我在 Mac 上尝试 运行 一个 .exe 文件,开发人员说它需要 .NET Framework 4.5.2 和
mono oms-client.exe
它附带一条错误消息
The entry point method could not be loaded due to Could not load file or assembly 'PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies
我能做什么?
the developer said requires .NET Framework 4.5.2
如果是这种情况,则无法安装在 Mac 上。 .NET Framework 需要 Windows OS。在.NET 上引用Microsoft 的网站:
https://dotnet.microsoft.com/download
.NET Core is a cross-platform version of .NET for building websites, services, and console apps.
.NET Framework is a Windows-only version of .NET for building any type of app that runs on Windows.
具体来说,您需要 Windows Vista SP2+ OS。兼容性 table 在这里: https://docs.microsoft.com/en-us/dotnet/framework/get-started/system-requirements