Hi friends,
Can we add a reference to a Class Library project in a Silverlight application project
Thank you
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.
Jignesh TrivediPosted May 14, 2012, 2:29 AM
yes, you can add reference of class library in silverlight project but class library type must be silverlight class library.
hope this help.
Posted May 14, 2012, 2:20 AM
Generally you can't refer a non-silverlight assembly from a silverlight project.
From SL4 onwards you can do assembly portability,for more info , http://blogs.msdn.com/b/dotnet/archive/2009/12/01/sharing-silverlight-assemblies-with-net-apps.aspx
Posted May 14, 2012, 2:20 AM
Generally you can't refer a non-silverlight assembly from a silverlight project.
From SL4 onwards you can do assembly portability,for more info , http://blogs.msdn.com/b/dotnet/archive/2009/12/01/sharing-silverlight-assemblies-with-net-apps.aspx