Menu

#1191 CryptographicExc. in OnRequestCertificateIssue event handler

v1.6.0.1
closed
Crashes (166)
5
2012-09-23
2008-01-26
No

One of my feeds used a certificate that now seems to have an issue (expired, whatever). Now we like to show the according cert. issue dialog and getting this error:

** Exception Text **
System.Security.Cryptography.CryptographicException: m_safeCertContext is an invalid handle.
at System.Security.Cryptography.X509Certificates.X509Certificate.get_NotAfter()
at System.Security.Cryptography.X509Certificates.X509Certificate.GetExpirationDateString()
at RssBandit.WinGui.Forms.WinGuiMain.OnRequestCertificateIssue(Object sender, CertificateIssueCancelEventArgs e) in D:\My Projects\SF.RssBandit\trunk\source\RssBandit\WinGui\Forms\WinGUIMain.cs:line 7432
at RssBandit.RssBanditApplication.<>cDisplayClass1.<OnRequestCertificateIssue>b0() in D:\My Projects\SF.RssBandit\trunk\source\RssBandit\Core\RssBanditApplication.EventHandlers.cs:line 27
at RssBandit.GuiInvoker.SafeInvoke(Object state) in D:\My Projects\SF.RssBandit\trunk\source\RssBandit\Core\GuiInvoker.cs:line 76

** Loaded Assemblies **
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
RSSBandit
Assembly Version: 1.6.0.1
Win32 Version: 1.6.0.1
CodeBase: file:///D:/My%20Projects/SF.RssBandit/trunk/source/RssBandit/bin/Debug/RSSBandit.exe

Discussion

  • Torsten Rendelmann

    Logged In: YES
    user_id=714452
    Originator: YES

    The feed in question is this one: https://xing.com/generated/rss/en-rssfeed2.0.xml

     
  • Torsten Rendelmann

    Logged In: YES
    user_id=714452
    Originator: YES

    fixed in 1.6.0.2 SVN code (trunk)

     

Log in to post a comment.