In order to use the JohannaSoft Imageshack Upload Library via COM, you need to register the COM model.
To do so, use Microsoft Windows SDK for Windows 7 and .NET Framework 4 tools to register the library and the COM model.
To register the library and the types , use the comand from the SDK command prompt:
This will generate the type library (tlb) and register it.
Place the assembly on the GAC (Windows .NET assembly cache) use the following command:
If you want un unregister the library and types , use the command:
Deleting the .NET assembly from the cache (GAC) is done by:
Please note there is no .dll at the end. |