JohnnyCrazy / SpotifyAPI-NET

:sound: A Client for the Spotify Web API, written in C#/.NET
http://johnnycrazy.github.io/SpotifyAPI-NET/
MIT License
1.5k stars 305 forks source link

Error 38 The type or namespace name 'SpotifyAPI' could not be found (are you missing a using directive or an assembly reference?) #27

Closed DieterKoblenz closed 9 years ago

DieterKoblenz commented 9 years ago

Error 38 The type or namespace name 'SpotifyAPI' could not be found (are you missing a using directive or an assembly reference?)

This is the error when I just have "using SpotifyAPI.Local;" in my code. I installed the package via nuPackage and referenced the compiled dll file I downloaded here.

DieterKoblenz commented 9 years ago

Never mind, I didnt check the log properly before sending in this issue. My target framework was .net 4.0 instead of 4.5

JohnnyCrazy commented 9 years ago

Just a quick question, the compiled dll should be inside the NuGet Package, did you have to add it manually?

DieterKoblenz commented 9 years ago

No, it includes the compiled dll! I tried to reference it manually when it didn't work.

JohnnyCrazy commented 9 years ago

Alright, thought I didn't add the dll to the package :P