tags:

views:

8

answers:

0

I'd like to use the CSharpCodeProvider to create a Silverlight assembly and add fonts int it, but it seems that the CompilerParameters only support build as "embedded resource", which can not be use in the FontFamily Uri.

Is there any way to create a assembly in code, and the resource's build action is "resource"?