Jump to content

Custom classes in labview


Recommended Posts

OK,

I've been given two dll's. One contains the .net methods that I wish to run, and the other contains the definitions for the custom classes that the methods return.

I can add the first dll (with the methods) to the .net assembly references, but not the second. I can call the method, and it looks like the datatypes are there, but when I actually run the method. I get a .net exception:

File or assembly name dllnumber1, or one of its dependencies, was not found. in Untitled 1

My c# expert says, no problem, all you have to do is declare dll#2 in your code.

OK, so how do I do it?

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.