How to emit silverlight assembly using AssemblyBuilder

Posted by zproxy on Stack Overflow See other posts from Stack Overflow or by zproxy
Published on 2010-03-16T10:03:20Z Indexed on 2010/03/16 10:06 UTC
Read the original article Hit count: 305

Filed under:
|

In desktop CLR using AssemblyBuilder, how do I emit a silverlight application?

I want to dynamically create a new silverlight application within the desktop clr.

Should I use ildasm to relink base assemblies as shown here? http://www.codeproject.com/KB/silverlight/SLAssemblies.aspx

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about .NET