02-12-2012 07:17 AM
Hello,
I have a problem trying to build a project comprising of one labview class. I'd like to build it into a .net assembly to use elsewhere. Everytime I try this I get an error in the build process, error 1172.
Can anyone help?
labjunky.
02-12-2012 09:29 PM
I have investigated further. I made a new project, with one new class inside. The class has two methods.
One method (called numberToNumber) has a input type double, and a double output. When I build the .net assembly, with just this method in the source) everything goes well.
Then I add a second method (called lvobject), this one has an input which is a generic Labview object (I leave it unwired, i.e. the method does nothing). Then I try to build the project again, including this new method in the build source.
Now I get the error 1172.
Any one know why, and how to work around this?
labjunky.
02-13-2012 02:32 AM
02-13-2012 11:54 AM
Same project saved in LV2010.