Prism 8 Application in a DockablePane

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey,
I found a couple of Articels regarding Prism and Revit.
The Building Coder: BIM360 Scripts, Dotnet Template and Prism Goodies (typepad.com)
PrismLibrary and Unity containers examples - Autodesk Community - Revit Products
There is more Information to find on Google. Unfortunally none of this Articels or Repos seems to adress my Goal/Problem. I wanna run a Prism Application within a DockablePane.
I have no Problem to get the Prism Application(Window) run separately.
I also have no Problem to create a DockablePane and run a Windows.Forms within for example.
But I can't run a Prism 8(I could also work with older Versions) Application within a Dockable Pane. I dont get any Errors, the DockablePane just doesn't shows.
As far as I understand I need to initialize Prism before running it within Revit. I "solved" that Problem with a Bootstrapper(just as HellPie from the first Articel).
Does anyone have Experience with this Case?
Does anyone know If the Repo from HellPie(Articel 1) is useable within a DockablePane?
If necessary I can share my current Project.
Best Regards,
Anton S.