LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview GOOP Renaming Error

Hi all,

 

I have a question about renaming a class using NI GOOP Development Suite in LabVIEW 2014 SP1.

 

I copied a template class from an existing project, and want to make a new instance out of it by: right click - GOOP - rename class. When LabVIEW is renaming the class and fixing all the dependency issue, below error happens. I have tried to uninstall and reinstall the NI GOOP Development Suite from VIPM and the issue still exists. Anyone knows what should I do to solve this problem?

ClassRenameFail.png

 

Thanks,

Suomy

0 Kudos
Message 1 of 2
(2,626 Views)

Hi Suomy,

 

Typically, error 7 occurs when there's missing dependencies. In this case, it looks like the class you copied over has several methods within it. When changing the name of the class, it looks like GDS is trying to find the "Save:Instrument" method but could not. I think the error may go away if you try copying over all the methods in the class along with the class itself. You can also try changing the class name in the project where the class originally lived to see if that gives you any issues. If you also get this error from the original project the class was in, the problem may lie else where and we need to look at other possible causes. 

 

James F.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,545 Views)