clr203r3 error

  • Thread starter Thread starter BizEd
  • Start date Start date
B

BizEd

We keep getting a windows service error as follows....

EventType clr20r3, P1 pp13eakn2jq2lxxdjz04gyi0giktjvq4, P2
1.0.2385.25848, P3 44b6b961, P4 mscorlib, P5 2.0.0.0, P6 4333ab80, P7
32f8, P8 26d, P9 system.io.ioexception, P10 NIL.

I have seen inquiries on this error on other posts, but nobody seems to
be getting answers other than "use 1.1 framework" from other users, and
nothing from Microsoft regarding this. Does anyone have a fix?

Thanks in adv
 
This error just says that there was an uncaugth NullReferenceException.
There is an uninitialized variable in your code that you are accessing.
Try attaching a debuger, or adding a log to your service. Good luck
 
Back
Top