Your project file doesn’t list ‘win’ as a “RuntimeIdentifier”.

Veröffentlicht von

Seltsame Fehlermeldung beim Kompilieren. Was ist da los?

Error
Your project file doesn't list 'win' as a "RuntimeIdentifier". 
You should add 'win' to the "RuntimeIdentifiers" property in your 
project file and then re-run NuGet restore.
DALogic	

Die Meldung lässt einen erstmal etwas ratlos zurück, die Behebung ist allerdings trivial. Man löscht in dem betroffenen Projekt, in diesem Fall ist es “DALogic”, die Ordner “bin” und “obj” und kompiliert anschließend neu.

Dann klappt es.

English

The message leaves you a bit perplexed at first, but the fix is trivial. Delete the folders “bin” and “obj” in the affected project, in this case it is “DALogic”, and build it again.

Then it works.

Ein Kommentar

Kommentar hinterlassen

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert