01-20-2011 02:48 PM
I have an issue calling a .net dll that was created in csharp. When I select the right constructor it is asking for 2 .net refernce inputs. The code is attacted below. How do i make this dll work in Labview. The dll is tcass.hass and is included in the zip file.
Thanks
01-20-2011 05:32 PM
You would need to use constructors to create those classes. The "testState" input wants an object that is of the RCSCA.TestSet.TestState class. My guess is that class is contained within one of the RCSCA* assemblies. You will need to look at the documentation for the .NET assemblies that you have so you know how to use them.
01-21-2011 08:26 AM
I dont have the source but included the dll files in that zip file that is attached. What I really need to do is run the shop faults function. Everytime I select a constucrtor I find one that requires another input. Thanks for the info and appreciate any further help.
01-21-2011 08:50 AM
I didn't say you needed the source. I said you needed the documentation. I don't know what else I can tell you since as I said, the classes required are contained in one of the other assemblies. I'm certainly not going to search the assemblies for you, especially since I have no idea what you are trying to do and where you got that library, or what it does. You could also use a .NET assembly viewer to list the classes in a .NET assembly. If you load the assembly in, say, Visual C# or VB.NET then you could see all the clases. You could also search the web for a .NET assembly viewer.
01-21-2011 11:37 AM
Thanks that will be a huge help.