During a first-time install of our application, I install PC Dr5, and get this error:
EventType : clr20r3 P1 : pcdr5cuiw32.exe P2 : 5.1.0.0 P3 : 499f130a
P4 : libasapicsharp P5 : 0.0.0.0 P6 : 499dcd26 P7 : 1eb P8 : 0
P9 : system.typeinitialization
Details: (some)
Code: 0xe0434f4d Flags: 1
Record: 0 Address: 0x000000007c81eb33
Module 1 pcdr5cuiw32.exe
Module 2 ntdll.dll
Module 3 mscoree.dll
Module 4 kernel32.dll
I don't know what all the Pn values mean, but it seems that pcdr5cuiw32.exe v5.1.0.0 is trying to load libasapicsharp v0.0.0.0, and failing to initialize some class in a constructor.
Has anyone else seen this, or know what's happening? I have seen some posts out on the web which refer to this in connection with .NET, but we install .NET 3.5 prior to this (though we don't reboot in between).
thanks for any feedback, Rob