Hi,

I asked this question in the .NET Base Class Library Forum without any reply so far. Maybe someone can help here.

I want to be able to create a CodeCompileUnit from source code to be in synch with the Workflow Designer. Using IEventBindingService I can genreate CodeMemberMethods but when I load the generated sources from disk I need a way to re-create the CCU to be in synch. VisualStudio seems to be able to do that. There is an internal class which seems to be able ...
Any hint would be very much appreciated.