I am tring to add dll file to my Silverlight application but get error which says that I can’t add reference which wasn’t built with Silverlight runtime.
Is there any solution?
Thanks.
I am tring to add dll file to my Silverlight application but get error
Share
Try to use WCF Service to connect to your DLL.I did that way and it solved my problem.