Labview using .net list type with 3rd party dll

532 views Asked by At

I'm trying to use Labview to control and obtain data from a camera using a .net assembly provided by the camera developer. It's mostly going well, with Labview managing to use each of the classes and methods correctly, except for those that require a System.Collections.Generic.List of one of the classes in the .net assembly.

Whenever I try to create a list with the desired contents of the list, I get the error:

"PublicKeyToken cannot be null"

And I have noted that the version of the dll, as reported by labview changes between 1.1.0.0 and 0.0.0.0.

I have tried to determine what the public key token is for the dll, and I have not been able to determine what it is.

I must be missing something?

0

There are 0 answers