Jump to content

Implementation problem with a .NET dll


Recommended Posts

Dear LabVIEW User,

I have to implement some VisualBasic.NET dlls in LabVIEW 8.21. Unfortunately LV8.21 has

a problem to show all methods, only some of them are available. Within LabVIEW 8.6 I can see

and use all methods. Maybe there is a way how the public interface in a .NET DLL have to be designed for the use with LV8.21.

The .NET programmer told me, that there is an influence if generic dictionaries are be used …

I am curries to get your response… thanks… and warm greetings from Germany…

Norbert

Link to comment

Hello Norbert,

The following is probably not going to help, so, in advanced, apologies for that.

I'm using LV 8.20, and have successfully written wrappers to .NET assemblies.

If I can suggest something: wire the error clusters (ins and outs) and run it in debug mode.

The other thing to try is to re-wire the constructor node on each VI; In short, re-select the .NET assembly.

While I was working on my project, my vendor kept providing updates to the .NET assemblies I was using, and in one instance I saw an error where I could not see properties... and the reason for that was that I had forgotten to link my VI to the newer .NET provided.

Cheers,

edp

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.