Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

I looked into your code and I don't understand why you need to use BrowserPane when the requested content is derived from Windows.Forms.UserControl.

Isn't it better to use DockableWindow? C# sample is available for example here on my GitHub

Method BrowserPanes.AddByManifest is designed for placing ActiveX objects which is not your case in my opinion.