Omu
Omu

Reputation: 71288

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

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 ?
can I migrate it, or should I create a new silverlight project and rewrite it or something ?

Upvotes: 0

Views: 103

Answers (1)

Darin Dimitrov
Darin Dimitrov

Reputation: 1039418

You need to create a Silverlight Class Library:

alt text
(source: c-sharpcorner.com)

Upvotes: 1

Related Questions