I wrote a managed C++ dll that I update and post via ftp to the bin folder of my web on a shared host web server. However when I change the dll and upload it it gives me an error:
COMException (0x800736b1) FileLoadException: Could not load file or assembly
I should add that the dll is compile with the /clr option since it uses static C++ lib functions.
Is there any way that I can use a C++ dll on a shared server without having to register it every time I change it?