Hello.
My company has developed a custom application which is BPM designer using Visual Studio 2010 Shell Isolated. In VS Shell we are rehosting the Workflow 3.5 designer. Now we are looking to replace the Shell Isolated with something more lightweight.
In solution Explorer we added for each project some additional VirtualNodes like MainProcess, SubProcesses, Roles, Variables … all these nodes are working with the same set of project files but showing different views like designer surface, different property windows, editors, etc. Each project have only next files: Process.xoml, Process.xoml.cs, Process.layout and project file Name.bpmproj.
Because of that we had to make some customization regarding communication with different WindowPanes, serialization, deserialization from project files … for the customization we used Shell interface IVsRunningDocTableEvents and object DocData.
Is it possible in SD to working with same project file which is open in different views in more tabs?
Can you give me some direction, which interfaces and object should we use in SD Instead of using interface IVsRunningDocTableEvents and DocData from VS Shell?
Thank you.
Regards,
Uros.