Using the FoxHub API from code
AnsweredHi,
I'm trying to use the FoxHub API from C# code - so I started by following the "full example" from the documentation however after referencing the FoxHubAPI.dll I am getting this error:
"Could not load the file or assembly 'FoxHubAPI, version 13.1.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required." after signing that dll I just get the same error with another dll: 'Foxenum' - however signing that dll doesn't do me any good the error stays the same.
Any advise on this?
-
Official comment
Hi Michael,
We have now added all the documentation on setting up the FoxHub integration here:
As explained over email, this particular problem was caused because of the lack of the required dll. When setting up the integration, it is important to make sure that the FoxHubAPI.dll file is copied into the same folder as your executable, and a reference to that file is added in your code.
Comment actions
Please sign in to leave a comment.
Comments
1 comment