Hi Friends,
Can we add the reference of a Class library project in Silverlight application project ?
Loading
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.
Satyapriya NayakPosted May 21, 2012, 10:38 PM
No, You can't add the reference of a Class library inside the Silverlight application project. You can only add the reference of another Silverlight application project inside a Silverlight application project.
However, you can add the reference of a Web Service or WCF services.
Please refer the below link
http://www.codeproject.com/Articles/87421/Basic-Questions-on-Silverlight-Technology#_Toc263879422
Thanks