I have a ArcGIS Pro Managed Configuration project in Visual Studio 2022. I want to open a .aprx file, when the application is ready. I override the OnApplicationReady method in the ConfigurationManager, so when the application is ready I call the Project.OpenAsync method with the desired project file. It throws the "Could not find Project Dock Pane".
I'm stumped on what to do to be able to open the project.
Any help would be appreciated 🙂