Hi,
I'm working on a .NET WinForms application that loads forms and other UI elements from separate assemblies at runtime. This works well.
However, one of the assemblies I'm loading has a form that uses either GeckoFX or WebKit.NET to embed a web browser control. When I try to load that assembly with Assembly.CreateInstance() I'm getting an exception saying that it can't find the assembly I'm trying to load, even though it's there. Everything builds fine and a separate test application with a normal build / link works fine with these controls.
Any ideas here?
Thanks,
Matt