- April 4, 2006
- 1,597
- 314
- Home Country
-
Germany
I don't have this issue here on Windows XP.
chemelli: It would be very helpful for the developers if you could provide the whole error message including a stackstrace. There a developer can see the section which is causing the exception. For logging the stacktrace add the following line in the catch block:
MisterD
chemelli: It would be very helpful for the developers if you could provide the whole error message including a stackstrace. There a developer can see the section which is causing the exception. For logging the stacktrace add the following line in the catch block:
Code:
Log.Write("SaveSectionSettings - Stacktace " + ex.StackTrace); }
MisterD