开发者

Is it possible to include external dlls in a silverlight project, that weren't built for silverlight?

开发者 https://www.devze.com 2022-12-25 04:20 出处:网络
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 o

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?


No, Silverlight cannot load dlls compiled using Desktop or .Net Compact Framework versions of the .Net Runtime.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号