Author Topic: Dialog Box - Incomplete Solution  (Read 1680 times)

Controlsnut

  • Newbie
  • *
  • Posts: 15
    • View Profile
Dialog Box - Incomplete Solution
« on: January 08, 2015, 05:01:34 PM »
Hello,
I'm having a strange issue. I'm using the EthernetIPforCLXCom driver and it seems I can instantiate a new object no problem and when I look at the stack trace of newly created "plc" object it looks okay, meaning it has been given a bunch of default parameters i.e.,
DisableSubscriptions = false
IPAddress = "192.168.0.10"
PollRateOverride = 500
Port = 44818
ProcessorSlot = 0
So everything looks good up to this point. Then when I try to set the IPAddress using something like:
plc.IPAddress = "192.168.36.3";
I get a dialog showing up that says: Incomplete Solution
In the titlebar of the dialog box says AdvancedHMIDrivers...any thoughts?

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: Dialog Box - Incomplete Solution
« Reply #1 on: January 08, 2015, 05:30:45 PM »
Are all of the controls, drivers, and projects still part of the Solution?

Controlsnut

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: Dialog Box - Incomplete Solution
« Reply #2 on: January 08, 2015, 07:18:59 PM »
Okay. What is the proper way to bring this into an existing solution. My other projects within the solution will need a reference to the AdvancedHMIDrivers. Thanks in advance.

Controlsnut

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: Dialog Box - Incomplete Solution
« Reply #3 on: January 08, 2015, 07:39:40 PM »
Hi Archie,
Just a follow up to my post. I was missing the AdvancedHMIControls project in my solution. Recompiled and everything seems to be working now. Thanks for your speedy response.
-Controlsnut