Is there a way to do this?
I have a library with 'helper' code wich I want tp use from a Silverlight project. I don't know why, but Visual Studio won't let me add the reference even though there's nothing prohibited in my library (like DataSets)
I don't want to write all that code again, so I was thinking maybe creating a Silverlight class library and adding my classes as links to that project.
I know that works for other stuff, havn't tried it in Silverlight yet, is there a problem with that approach? is there a better way to achieve what I want?