开发者

how to use/migrate a dll (built by me) in silverlight?

开发者 https://www.devze.com 2023-01-08 07:17 出处:网络
I have a class library built on .net 3.5, I wanted to use it in a silverlight project and it told me that I must build it against silverlight runtime, anybody knows how to do this ?

I have a class library built on .net 3.5, I wanted to use it in a silverlight project and it told me that I must build it against silverlight runtime, anybody knows how to do this ?

c开发者_运维知识库an I migrate it, or should I create a new silverlight project and rewrite it or something ?


You need to create a Silverlight Class Library:

how to use/migrate a dll (built by me) in silverlight?


(source: c-sharpcorner.com)

0

精彩评论

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