![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi All. I am using the SecureBlackBox class for cryptography to create a new X509 certificate. SBX509.TElX509Certificate certUsr = new SBX509.TElX509Certificate(); certUser.LoadFromBuffer(certData); This works fine in some areas of my code but all of a sudden, a certain part of my code is throwing a System.ExecutionEngineException on that line. I debugged it and went over my code line by line and this is the exception info. I have no idea what to do. Funny thing is that my try-catch doesn't catch this. Any suggestions???? Cheers. Sushant Bhatia - System.Exception {"Exception of type System.ExecutionEngineException was thrown." } System.Exception System.Object {System.ExecutionEngineException} System.Object _className "System.ExecutionEngineException" string _COMPlusExceptionCode -532459699 int _exceptionMethod <undefined value> System.Reflection.MethodBase _exceptionMethodString null string _helpURL null string _HResult -2146233082 int _innerException { } System.Exception _message null string _remoteStackIndex 0 int _remoteStackTraceString null string _source null string _stackTrace <undefined value> System.Object _stackTraceString null string _xcode -532459699 int _xptrs 0 int HelpLink null string HResult -2146233082 int InnerException { } System.Exception Message "Exception of type System.ExecutionEngineException was thrown." string Source null string StackTrace null string TargetSite <undefined value> System.Reflection.MethodBase |
#3
| |||
| |||
|
|
Post this in the CLR group, it's a bug in the CLR that needs to be looked at by someone from microsoft working with the CLR -- Regards, Alvin Bruney - ASP.NET MVP [Shameless Author Plug] The Microsoft Office Web Components Black Book with .NET Now available @ www.lulu.com/owc, Amazon.com etc sushant.bhatia (AT) gmail (DOT) com> wrote in message news:1115051823.270215.155050 (AT) z14g2000cwz (DOT) googlegroups.com... Hi All. I am using the SecureBlackBox class for cryptography to create a new X509 certificate. SBX509.TElX509Certificate certUsr = new SBX509.TElX509Certificate(); certUser.LoadFromBuffer(certData); This works fine in some areas of my code but all of a sudden, a certain part of my code is throwing a System.ExecutionEngineException on that line. I debugged it and went over my code line by line and this is the exception info. I have no idea what to do. Funny thing is that my try-catch doesn't catch this. Any suggestions???? Cheers. Sushant Bhatia - System.Exception {"Exception of type System.ExecutionEngineException was thrown." } System.Exception System.Object {System.ExecutionEngineException} System.Object _className "System.ExecutionEngineException" string _COMPlusExceptionCode -532459699 int _exceptionMethod <undefined value> System.Reflection.MethodBase _exceptionMethodString null string _helpURL null string _HResult -2146233082 int _innerException { } System.Exception _message null string _remoteStackIndex 0 int _remoteStackTraceString null string _source null string _stackTrace <undefined value> System.Object _stackTraceString null string _xcode -532459699 int _xptrs 0 int HelpLink null string HResult -2146233082 int InnerException { } System.Exception Message "Exception of type System.ExecutionEngineException was thrown." string Source null string StackTrace null string TargetSite <undefined value> System.Reflection.MethodBase |
#4
| |||
| |||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |