Reference assemblies for framework “.NETFramework,Version=v4.7.1” were not found

Tried the steps mentioned here, did not resolve the error. Had to do change the omnisharp.useGlobalMono option to always. This worked for C# extension for VS Code=1.23.2. Source: Reddit Post Your error output tells me that you’re using the official C# extension for VS Code. The latest version of said extension, 1.23.2, has this to … Read more

Is WPF on Linux (already) possible?

You’ll have better luck working with Moonlight, which targets the Silverlight API, which is a subset of full WPF. edit: Sure, Silverlight isn’t “intended” for the desktop, but there’s no reason why you can’t embed a silverlight engine in your application. It’s been done before, such as for the Mac NY Times Reader more edit: … Read more

How to use LINQ in Mono?

I guess what you would need to do is: In your project options set “Runtime version” to “Mono/.Net 3.5” Add reference to System.Core package (right click references in solution explorer) Add “using System.Linq” to your module after that your code should compile and execute hope this helps, regards

What is the best way to run ServiceStack on Linux / Mono?

Update for Linux From the v4.5.2 Release ServiceStack now supports .NET Core which offers significant performance and stability improvements over Mono that’s derived from a shared cross-platform code-base and supported by Microsoft’s well-resourced, active and responsive team. If you’re currently running ServiceStack on Mono, we strongly recommend upgrading to .NET Core to take advantage of … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)