Krognol / discordify

Discord rich presence app for Spotify
MIT License
4 stars 0 forks source link

Cannot build discordify #11

Open VIONYT opened 6 years ago

VIONYT commented 6 years ago

Hey i tried to build discordify with my discord and spotify ids and token but when i started it to build i get this error

1>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3274: Der primäre Verweis "discordrpc, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" konnte nicht aufgelöst werden, da er anhand des ".NETFramework,Version=v4.6.2"-Frameworks erstellt wurde. Dabei handelt es sich um eine höhere Version als das aktuelle Zielframework ".NETFramework,Version=v4.6.1". 1>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3274: Der primäre Verweis "spotify, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" konnte nicht aufgelöst werden, da er anhand des ".NETFramework,Version=v4.6.2"-Frameworks erstellt wurde. Dabei handelt es sich um eine höhere Version als das aktuelle Zielframework ".NETFramework,Version=v4.6.1". 1>G:\Entwicklung\VIONDev\discordify\discordify\Form1.cs(8,7,8,14): error CS0246: Der Typ- oder Namespacename "spotify" wurde nicht gefunden (fehlt eine using-Direktive oder ein Assemblyverweise?) 1>G:\Entwicklung\VIONDev\discordify\discordify\Form1.cs(9,7,9,17): error CS0246: Der Typ- oder Namespacename "discordrpc" wurde nicht gefunden (fehlt eine using-Direktive oder ein Assemblyverweise?) 1>G:\Entwicklung\VIONDev\discordify\discordify\Form1.cs(28,18,28,25): error CS0246: Der Typ- oder Namespacename "Spotify" wurde nicht gefunden (fehlt eine using-Direktive oder ein Assemblyverweise?) 1>G:\Entwicklung\VIONDev\discordify\discordify\Form1.cs(44,18,44,28): error CS0246: Der Typ- oder Namespacename "DiscordRpc" wurde nicht gefunden (fehlt eine using-Direktive oder ein Assemblyverweise?) 1>G:\Entwicklung\VIONDev\discordify\discordify\Form1.cs(45,18,45,28): error CS0246: Der Typ- oder Namespacename "DiscordRpc" wurde nicht gefunden (fehlt eine using-Direktive oder ein Assemblyverweise?)

Senexis commented 6 years ago

You changed the target .NET Framework to v4.6.1 while the dependencies are built against v4.6.2. Change the target .NET Framework back to v4.6.2 and try again.

You could also just download discordify from the releases tab if you're not really up for this after all!