I just finished another application called xEKG. It monitors your xPL and xAP devices and informs you via osd messages that a device hasn't checked in. Read more about and download it from here.
Found the problem - since you're not using xAP you're missing components for the xAP portion of the app. Unfortunately, there's no way to disable the xAP portion at runtime. It has to be compiled without xAP. Not sure if I will get around to doing that, but in the meantime try this:
1. download xapintranet.ocx @ http://mi4.biz/modules.php?name=Downloads&d_op=getit&lid=200 2. extract xapintranet.ocx to c:\windows\system32 3. open a command prompt and type: regsvr32 c:\windows\system32\xapintranet.ocx 4. also type: regsvr32 c:\windows\system32\mswinsck.ocx
Although it doesn't appear like it, I really do have a day job. I'm a hardware guy (which explains why my coding is so bad!) I've been designing chips for a living since 1993.
Hi,
ReplyDeleteI've got a problem with xEKG, it loads, and then stops alone with a .net runtime error in the event viewer (eventType clr20r3)
I'll see if I can reproduce the problem. It's running fine on 3 of my XP boxes. I'll try to get another machine to test on.
ReplyDeleteFound the problem - since you're not using xAP you're missing components for the xAP portion of the app. Unfortunately, there's no way to disable the xAP portion at runtime. It has to be compiled without xAP. Not sure if I will get around to doing that, but in the meantime try this:
ReplyDelete1. download xapintranet.ocx @ http://mi4.biz/modules.php?name=Downloads&d_op=getit&lid=200
2. extract xapintranet.ocx to c:\windows\system32
3. open a command prompt and type: regsvr32 c:\windows\system32\xapintranet.ocx
4. also type: regsvr32 c:\windows\system32\mswinsck.ocx
Now try to run xEKG.