Hello,
I am having a problem with calling a C# DLL that created using Visual Studio 2005. The problem is that when I use a .net constructor node I am able to see my class, but not the class constructor or any of the methods. I found that this problem occurs for some reason due to an xml parsing method that is in my DLL. When I remove or comment out that method and re-build my dll, my constructor node shows up and I can access all other methods in my dll. Unfortunately, the method is an important part of the program I am trying to create and I am not sure why it is causing problems for labview.
The method that I comment out to get things to work involves using functions from an xml parsing dl (mvp xml to be exact), which was included as a refence in my C# project. If I reference a C# dll that reference another DLL, do I have to do something special in labview? I'm not really sure what is causing this issue and any help would be appreciated.