[Mono-dev] Error CS0246: The type or namespace name `Spotify' could not be found. (CS0246)

KillerSponge killersponge at gmail.com
Sat Aug 21 06:54:15 EDT 2010


Hello,

I'm quite new with C#/Mono, so this is probably a very simple problem, but I
just can't seem to figure it out.

I've been trying to write a Spotify plugin for Banshee using the
libspotify-sharp library. The problem is that once I try to include the
library with "using Spotify", the compiler complains that the namespace
cannot be found (CS0246). I have setup the references, and I am able to
browse the methods in the namespace with monodevelop, so I'm quite
mystified.

It might be worth mentioning that the demo project that comes with the
library compiles just fine, and I can't really seem to find any differences
between the way the demo project is using the reference and my own project
is using them.

I really hope someone can help me out with this one, thanks in advance! :)
-- 
View this message in context: http://mono.1490590.n4.nabble.com/Error-CS0246-The-type-or-namespace-name-Spotify-could-not-be-found-CS0246-tp2333392p2333392.html
Sent from the Mono - Dev mailing list archive at Nabble.com.


More information about the Mono-devel-list mailing list