A lot of the code samples/documentation seem to have a slight towards WPF? (I'm guessing that the WPF version was written first, then ported to SL?)
In any case, I am kind of new to actipro and Silverlight.
What I want to know is, when I add
assem.AssemblyReferences.AddMsCorLib()I'm not an expert, but I think the classes available vary between the different versions.
Next, when running the code
assem.AssemblyReferences.Add("System.Core")Finally, the end goal is to be able to edit an asp.NET UserControl, both the ascx and a code behind. I want to be able to reference asp.net System.Web.UI.UserControl, NOT (System.Windows.Controls.UserControl, i.e. silverlight UC). In addition, we have a .NET4 assembly we'd also like to have intellisense for. How should that get added?
The main issue I suppose, is, in a silverlight browser app, I want intellisense, for .net4 asp.net.
Thanks