Class Library Project
Can we add a reference to a class library project in a silverlight application project?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Blocked AccountPosted Jan 17, 2012, 3:19 AM
Instead of a regular class library, you can use the "Silverlight Class Library" template. The reason why you can't use a regular Class Library is that the Common Language Runtime of a Silverlight is different than the CLR of "regular" .NET Framework.