
I am evaluating the Docking controls for use in our application.
I find that if the assembly and its dependencies are referenced in the project and I hardcode the instantiation of the control, then the control loads without issues.
However, for our purposes, we need to be able to .NET assemblies into the ToolWindow at runtime. What is the best way to do this without actually referencing the assembly directly in the project?
If you could provide me with a code snippet that would be great!
Thanks!
I find that if the assembly and its dependencies are referenced in the project and I hardcode the instantiation of the control, then the control loads without issues.
However, for our purposes, we need to be able to .NET assemblies into the ToolWindow at runtime. What is the best way to do this without actually referencing the assembly directly in the project?
If you could provide me with a code snippet that would be great!
Thanks!