Key in dictionary error message

rossj

New Member
Licensed User
Does anyone know how to overcome this error when trying to add a third party DLL (ZipForge.CF2.dll): An error occurred. Item has already been added. Key in dictionary "I" Key being added: "I" :sign0085:
 

agraham

Expert
Licensed User
Longtime User
I am afraid that you can't just add any third party .NET dll to Basic4PPC. In order to be accessible as a B4PPC library a dll needs to have the correct structure. To use your dll you would need to write/have written a simple wrapper dll that conforms to what B4PPC expects of a library to act as an interface between B4PPC and your dll.
 
Top