Author Topic: Error : property value is not valid.  (Read 1102 times)

Alpaslan

  • Newbie
  • *
  • Posts: 26
    • View Profile
Error : property value is not valid.
« on: February 01, 2019, 11:52:49 AM »
Hi,

when i place an analogvaluedisplay (and some other controls) and write register address to PLCAddressValue i get "property value is not valid" error. This error doesn't occur write register address to PLCaddressKeypad. I wish i could give detailed info however i didn't do much work. Only deleted texts on main form and placed modbustcp and analog display.

I attached an image of error.

Thanks for your kindness.
One step at a time baby, One step at a time.

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5322
    • View Profile
    • AdvancedHMI
Re: Error : property value is not valid.
« Reply #1 on: February 01, 2019, 12:05:25 PM »
This is a Visual Studio quirk. To fix:

- Window->Close All Documents
- Build->Clean Solution
- Close Visual Studio
- Re-open Visual Studio and your project
- Build->Rebuild Solution
- Open the MainForm

Alpaslan

  • Newbie
  • *
  • Posts: 26
    • View Profile
Re: Error : property value is not valid.
« Reply #2 on: February 01, 2019, 12:08:14 PM »
Thanks.
One step at a time baby, One step at a time.