Search code examples
vb.netvisual-studiowebkitbrowserwebkit.net

Put additional Frameworks like Webkit.Net into a subfolder


That Webkit.Net project is great and working fine for me. https://sourceforge.net/projects/webkitdotnet/

So how could I manage to exclude the dll and other files to separate subfolders? I was thinking about just putting the librarys into subfolder. But somehow I nowhere found a solution that works.

So how can I put the Wekbit.Net into the subfolder webkit.

Here some links I already looked through but not found a solution for vb and win forms:


Solution

  • If the Webkit assemblies are neither in the same directory as your application nor in the GAC, you have to tell your program where it can find them.

    This answer explains how to resolve assemblies that couldn't been loaded by the CLR: https://stackoverflow.com/a/1373295