How to emit silverlight assembly using AssemblyBuilder
- by zproxy
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