From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

GOOP Development Suite is Missing

Solved!
Go to solution

I'm installing LabVIEW 2018 onto a new computer that I'm trying to setup for development work.  

Whenever I open the project I get the following error:


C:\Source\CLV Station\Core\Source\WebServices\WebTool.vi (WebTool.vi)
NI GOOP Development Suite support for LabVIEW 2018 is missing and is referenced by the following VIs:


Twice, I have tried installing the NI GOOP suite to try to get rid of this error.  I received the error after each installation.

 

The snapshot below shows that the VI Package Manager seems to believe that the suite is installed.  However, when I load the project it gives me the error indicated above.

 NI GOOP.PNG

 

I would appreciate any help toward resolving this issue.

0 Kudos
Message 1 of 7
(4,269 Views)

jimSchneider, I wonder if the problem is that you have installed the package for LabVIEW 2018 and you are trying to open it in the LabVIEW 2018 64-bit version?

 

You also mention "I received the error after each installation". Which error? I presume it's not the same one you get when trying to load your project.

 

Regards,

0 Kudos
Message 2 of 7
(4,244 Views)

You also mention "I received the error after each installation". Which error? I presume it's not the same one you get when trying to load your project.

All of the times I'm referring to "receiving the error after installation", I'm referring to starting up my project and being informed that the "NI GOOP Development Suite support for LabVIEW 2018 is missing and is referenced by the following VIs:" from the LV IDE.  Of course, when this occurs I cannot run my project because the VIs are dependent on the GOOP suite.


I thought the wrong bitted-ness sounded like a good bet and perhaps it still is but I was not able to fix it so far.

I uninstalled all LabVIEW apps from the machine and then re-installed LabVIEW 2018 (32-bit) and all associated updates and patches.  After that I went to the VI Package Manager and uninstalled the GOOP suite and then re-installed it (when only LV2018 is installed on the machine).  Although the NI GOOP development Suite shows up as installed (for 2018) it still is not found when I start up the project.

How can I tell the bitted-ness of how the GOOP suite was installed?

Any other ideas? 

    

0 Kudos
Message 3 of 7
(4,198 Views)

Hello jimSchneider,

 

The reason I asked of there was another error, is because I've seen this common issue: 

 

However, since it is reporting you a successful installation, I recommend checking:

  1. The bitness where it was installed. You can see this in the dropdown menu that shows the LabVIEW version. There will be a small "64" blue text when VIPM is pointing to this version of the software. You can see the location in the section 2 of this document, where it says "multiple LabVIEW versions": Download & Manage LabVIEW Add-ons with VI Package Manager (VIPM).
  2. Check if the files are actually installed in your development system. You can use the windows file explorer, or a search tool as Everything to look for the specific VI that LabVIEW shows can't be found/loaded. If the VI exists in your machine, it might just be in a different directory where you can point your application to. Else, something is indeed not getting installed correctly.

 

Regards,

0 Kudos
Message 4 of 7
(4,175 Views)
Solution
Accepted by topic author jimSchneider

@oscarfonseca, thanks for your input.

 

I eventually found the problem.  Apparently the error message from LabVIEW was misleading.  It indicated that the NI GOOP Development Suite was missing when that package was not needed at all in the end.

 

I installed the following packages (which were valid dependencies) and it corrected the problem.

  • EasyXML Toolkit for LabVIEW
  • JKI HTTP REST Client
  • JKI JSON

I don't understand why the error message was so far off of the mark but my system is working now.

0 Kudos
Message 5 of 7
(4,134 Views)

That's interesting, indeed, jimSchneider

 

Thanks for updating us with your findings. I am glad your system is up and running again.

 

All the best,

0 Kudos
Message 6 of 7
(4,127 Views)

I had the same problem like jimSchneider.

NI GOOP Development Suite support for LabVIEW 2018 is missing and is referenced by the following VIs:

 

NI GOOP didn't solve the problem, because the error message is wrong.

In my case I had to install the Sound and Vibration Toolkit. 

I deinstalled the NI GOOP Development Suite and everything worked fine.

The missing thing was the Sound and Vibration Toolkit.

 

Best Regards,

Anton

0 Kudos
Message 7 of 7
(326 Views)