Open origami-xyz opened 7 months ago
Hi To fix this error, you need to install the .NET dependencies in addition. Depending on what version of the program you have, you need to download some or other runtime environments from the official Microsoft site. The version to be downloaded is shown in the error. At the moment the program uses .NET Framework 4.8 dependencies, but soon I plan to rewrite the whole thing to .NET CORE 5/7. Here are the links to download the dependencies: .NET Framework 4.8 https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48 .NET 5 https://dotnet.microsoft.com/en-us/download/dotnet/5.0 .NET 7 https://dotnet.microsoft.com/en-us/download/dotnet/7.0 All the best
Hi To fix this error, you need to install the .NET dependencies in addition. Depending on what version of the program you have, you need to download some or other runtime environments from the official Microsoft site. The version to be downloaded is shown in the error. At the moment the program uses .NET Framework 4.8 dependencies, but soon I plan to rewrite the whole thing to .NET CORE 5/7. Here are the links to download the dependencies: .NET Framework 4.8 https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48 .NET 5 https://dotnet.microsoft.com/en-us/download/dotnet/5.0 .NET 7 https://dotnet.microsoft.com/en-us/download/dotnet/7.0 All the best