In my Solutions in Visual Studio, I have 3 projects.
- Common (Root namespace: PodcastPlayer.Common)
-PodcastPlayer (Root namespace: PodcastPlayer) This is the Silverlight project.
-PodcastPlayer.Web (Root namespace: PodcastPlayer.Web)
In Common, I have several classes and service references.
But my problem is that I can`t not use PodcastPlayer.Common namespace in PodcastPlayer project.
How can one resolve this?
When I try to add project references in the PodcastPlayer I get this message:
(http://bildr.no/view/553295)