R
Robert Bouillon
I'm using Aspects for my middle-tier data access, and on call interception
the application quits without error. It's inconsistent and I've found no
solid repro.
I'm assuming the CLR is encountering an error it can't handle, but I can't
reproduce it consistently so it's hard to determine how this is happening
exactly. The object is constructed, and then on property access the
application quits.
The aspect is used in other places (And is executed well over 50 times)
before it crashes. It only crashes in one specific class that doesn't do
anything special.
Any ideas? Does the CLR have a log file I can access?
Thanks in Advance.
--ROBERT
the application quits without error. It's inconsistent and I've found no
solid repro.
I'm assuming the CLR is encountering an error it can't handle, but I can't
reproduce it consistently so it's hard to determine how this is happening
exactly. The object is constructed, and then on property access the
application quits.
The aspect is used in other places (And is executed well over 50 times)
before it crashes. It only crashes in one specific class that doesn't do
anything special.
Any ideas? Does the CLR have a log file I can access?
Thanks in Advance.
--ROBERT