ManagedShell icon indicating copy to clipboard operation
ManagedShell copied to clipboard

Instantiating ShellManager throws NullReferenceException

Open the-mosaic opened this issue 1 year ago • 1 comments

I've tested this with Windows Forms on .NET 8 and 6.

To reproduce, simply create ShellManager using new ShellManager(); It doesn't matter if you assign it to a variable or not, it will always throw the error.

Full stack trace: ManagedShell.ShellManager.ShellManager() ManagedShell.AppBar.FullScreenHelper()

the-mosaic avatar Nov 16 '24 16:11 the-mosaic

Right now ManagedShell supports WPF applications. However, you should be able to use WinForms within a WPF app and get the best of both worlds.

dremin avatar Nov 16 '24 23:11 dremin