Eric
Eric

Reputation: 2091

Creating a Silverlight Assembly

Okay, about three to four months ago, while looking for something COMPLETELY different, I was tripping over how-to's on creating Silverlight assemblies. Now that I am actually looking for that info, I can't seem to find it.

Can anyone point me to some resources for taking a UserControl I've created and making an assembly from it?

Thanks!

Upvotes: 0

Views: 111

Answers (1)

Reed Copsey
Reed Copsey

Reputation: 564323

Create a new Silverlight library in Visual Studio, and add your UserControl to that project.

When you build, it will generate an assembly for you.

Upvotes: 1

Related Questions