Can Any body tell why window class library can’t be added in the silverlight project. I have created window class library but can’t add that class library in the Silverlight project ?? any idea why is this so ??
I have created silverlight application in version 3.0
Can Any body tell why window class library can’t be added in the silverlight
Share
Silverlight projects can only reference Silverlight assemblies in Visual Studio…
Is the assembly you try to reference a Silverlight one ?
Please see this article for further explanation a few tricks to go past the restriction
Hope it helps !