Is it possible to include external dlls in a silverlight project, that weren't built for silverlight
Posted
by Josh Smeaton
on Stack Overflow
See other posts from Stack Overflow
or by Josh Smeaton
Published on 2010-03-26T06:59:52Z
Indexed on
2010/03/26
7:03 UTC
Read the original article
Hit count: 1052
We're trying to work out a deployment strategy for an internal tool that we're creating. It's a control that uses a set of 3rd party libraries to communication with a specific type of server. So I have a class library built that uses these libraries.
I was looking to deploy a silverlight application that uses our library, which in turn uses a set of 3rd party libraries. When trying to reference the 3rd party libraries, I get the "library can not be referenced because it was not built as a silverlight library".
The type of project I'm trying to build is a silverlight application - not a dll library or anything else. Is it possible to create a silverlight application using libraries created outside of silverlight?
© Stack Overflow or respective owner