Author Topic: CIP error: priviledge violation - CLX 398t  (Read 902 times)

WellsCPak

  • Newbie
  • *
  • Posts: 28
    • View Profile
CIP error: priviledge violation - CLX 398t
« on: July 16, 2015, 10:50:58 AM »
I'm getting this CIP error when I try to launch my application on a Windows 8.1 Surface Pro 3, exception detail is attached.
The line referenced in my project is a Write to a tag when the form's visibility changes.
I don't have this issue on my desktop PC running Windows 7, only on the tablet.

I'm going to install Visual Studio on the tablet to see if that will give me some more debugging capabilities/information.
« Last Edit: July 16, 2015, 10:55:26 AM by WellsCPak »

WellsCPak

  • Newbie
  • *
  • Posts: 28
    • View Profile
Re: CIP error: priviledge violation - CLX 398t
« Reply #1 on: July 16, 2015, 12:01:20 PM »
It turns out I was trying to write to a ReadOnly tag (duh)
Took that write out and it runs fine now!