I am trying to build some labview (v8.5) code that uses .net but one particular set of constructors appear invalid in labview. I tried starting from scratch with a project and tried putting the dll file in the same directory as the vi and project file but still no luck. When I open it in labview I see the first level of items but the constructors do not show up in the lower section of the .net constructor dialog box.
I installed version 8.2 as a 30 day trial and all works fine. Is it possible to use this .net code with version 8.5?
I read the comments about this issue and tried the following with no change in the outcome:
Create an empty project in the same directory as the dll file containing the constructors. Add a blank VI to that directory. Tried to select constructor but all constructors are invalid. I tried the same in version 8.2 but when the project is opened in version 8.5 the constructors are invalid.