<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>ExceptionReporter Forum Rss Feed</title><link>http://www.codeplex.com/ExceptionReporter/Thread/List.aspx</link><description>ExceptionReporter Forum Rss Description</description><item><title>New Post: Joins Reporter projects</title><link>http://exceptionreporter.codeplex.com/discussions/431243</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Why not join in one project:&amp;nbsp;&lt;span style="font-size:10pt"&gt;Exception Reporter and CrashReporter.Net ?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;http://exceptionreporter.codeplex.com/&lt;/p&gt;
&lt;p&gt;https://crashreporterdotnet.codeplex.com/&lt;/p&gt;
&lt;/div&gt;</description><author>kiquenet</author><pubDate>Tue, 29 Jan 2013 11:46:05 GMT</pubDate><guid isPermaLink="false">New Post: Joins Reporter projects 20130129114605A</guid></item><item><title>New Post: Email issues with mixed 32/64 bit environment</title><link>http://exceptionreporter.codeplex.com/discussions/284843</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks, yeah I did notice that recently and didn't have the time to look at it but the research you've done there looks like the answer.&lt;/p&gt;
&lt;p&gt;Looks like we can remove the call &amp;amp; maybe just confirm that other environments (32-bit/vista) don't have any negative effects.&lt;/p&gt;&lt;/div&gt;</description><author>pandawood</author><pubDate>Wed, 04 Jan 2012 01:44:52 GMT</pubDate><guid isPermaLink="false">New Post: Email issues with mixed 32/64 bit environment 20120104014452A</guid></item><item><title>New Post: Email issues with mixed 32/64 bit environment</title><link>http://exceptionreporter.codeplex.com/discussions/284843</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I'm trying to use ExceptionReporter in a managed Win32 Application. &amp;nbsp;I'm running on Win7/64, with 64-bit Office (including Outlook) installed and no 32-bit mail client (Win7 does not come with any mail client by default).&lt;/p&gt;
&lt;p&gt;When I try to get ER to send an Email, I see an error &amp;quot;Microsoft Office Outlook / Either there is no default mail client or the current mail client cannot fulfill the messaging request. &amp;nbsp;Please run Microsoft Outlook and set it as the default mail client&amp;quot;.
 &amp;nbsp;It turns out that Outlook &lt;em&gt;is&lt;/em&gt;&amp;nbsp;the default mail client. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;The message box is shown during the (first) call to MAPILogon in Mapi.Logon(), and the error value returned is 0x80004005; session is left at null. &amp;nbsp;However, the code continues and sends the email successfully. &amp;nbsp;Looking at the documentation for
 MAPILogon here:&amp;nbsp;&lt;a href="http://msdn.microsoft.com/en-us/library/windows/desktop/dd296726(v=vs.85).aspx"&gt;http://msdn.microsoft.com/en-us/library/windows/desktop/dd296726(v=vs.85).aspx&lt;/a&gt;&amp;nbsp;it seems that the function is deprecated.&lt;/p&gt;
&lt;p&gt;I've disabled the call to mapi.Logon in MailSender.SendMapi and everything still seems to work fine. &amp;nbsp;Since the call seems to be superfluous and troublesome, perhaps it would be better removed from the code?&lt;/p&gt;
&lt;/div&gt;</description><author>philAtkin</author><pubDate>Tue, 03 Jan 2012 16:47:32 GMT</pubDate><guid isPermaLink="false">New Post: Email issues with mixed 32/64 bit environment 20120103044732P</guid></item><item><title>New Post: ER in Addin VS 2008</title><link>http://exceptionreporter.codeplex.com/discussions/267692</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi, I try use ER in my Addin VS 2008, but I get some errors.&lt;/p&gt;
&lt;p&gt;[6532] Boolean ComprobarItemBajoSC(System.String) &lt;br&gt;
[6532]&amp;nbsp;&amp;nbsp;&amp;nbsp; en COMPANY.VSIntegration.TeamExplorerManager.TEManager.ComprobarItemBajoSC(String ficheroSolucion) en C:\TFS\pro\COMPANYTeam\Main\Public\COMPANYDevelopment\TeamExplorerManager\TEManager.cs:l&amp;iacute;nea 691
&lt;br&gt;
[6532]&amp;nbsp;&amp;nbsp;&amp;nbsp; en COMPANY.VSIntegration.COMPANYAddIn.Connect.EnvDTE.IDTCommandTarget.QueryStatus(String CmdName, vsCommandStatusTextWanted NeededText, vsCommandStatus&amp;amp; StatusOption, Object&amp;amp; CommandText) en C:\TFS\pro\COMPANYTeam\Main\Public\COMPANYDevelopment\COMPANYAddIn\Connect.CommandTarget.cs:l&amp;iacute;nea
 267 &lt;br&gt;
[6532] COMPANY.VSIntegration.COMPANYAddIn.Connect.TratamientoExcepcionEnConnect(Exception exc, String descripcion, Boolean modal) in C:\TFS\pro\COMPANYTeam\Main\Public\COMPANYDevelopment\COMPANYAddIn\Connect.CommandTarget.cs: line 557
&lt;br&gt;
[6532] COMPANY.VSIntegration.COMPANYAddIn.Connect.EnvDTE.IDTCommandTarget.QueryStatus(String CmdName, vsCommandStatusTextWanted NeededText, vsCommandStatus&amp;amp; StatusOption, Object&amp;amp; CommandText) in C:\TFS\pro\COMPANYTeam\Main\Public\COMPANYDevelopment\COMPANYAddIn\Connect.CommandTarget.cs:
 line 542 &lt;br&gt;
[6532] System.Windows.Forms.UnsafeNativeMethods&amp;#43;IMsoComponentManager.FOnComponentExitState(Int32 dwComponentID, Int32 uStateID, Int32 uContext, Int32 cpicmExclude, Int32 rgpicmExclude)
&lt;br&gt;
[6532] System.Windows.Forms.ComponentManagerProxy.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FOnComponentExitState(Int32 dwComponentID, Int32 uStateID, Int32 uContext, Int32 cpicmExclude, Int32 rgpicmExclude)
&lt;br&gt;
[6532] System.Windows.Forms.Application&amp;#43;ThreadContext.EndModalMessageLoop(ApplicationContext context)
&lt;br&gt;
[6532] System.Windows.Forms.Application&amp;#43;ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
&lt;br&gt;
[6532] System.Windows.Forms.Application&amp;#43;ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
&lt;br&gt;
[6532] System.Windows.Forms.Application.RunDialog(Form form) &lt;br&gt;
[6532] System.Windows.Forms.Form.ShowDialog(IWin32Window owner) &lt;br&gt;
[6532] System.Windows.Forms.Form.ShowDialog() &lt;br&gt;
[6532] ExceptionReporting.WinForms.Views.ExceptionReportView.ShowExceptionReport()
&lt;br&gt;
[6532] ExceptionReporting.ExceptionReporter.Show(Exception[] exceptions) &lt;br&gt;
[6532] COMPANY.VSIntegration.COMPANYAddIn.Connect.TratamientoExcepcionEnConnect(Exception exc, String descripcion, Boolean modal) in C:\TFS\pro\COMPANYTeam\Main\Public\COMPANYDevelopment\COMPANYAddIn\Connect.CommandTarget.cs: line 573
&lt;br&gt;
[6532] COMPANY.VSIntegration.COMPANYAddIn.Connect.EnvDTE.IDTCommandTarget.QueryStatus(String CmdName, vsCommandStatusTextWanted NeededText, vsCommandStatus&amp;amp; StatusOption, Object&amp;amp; CommandText) in C:\TFS\pro\COMPANYTeam\Main\Public\COMPANYDevelopment\COMPANYAddIn\Connect.CommandTarget.cs:
 line 542&lt;/p&gt;
&lt;p&gt;Perhaps not is possible using in Addin, or is required modifications about the source code&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;/div&gt;</description><author>alhambraeidos</author><pubDate>Thu, 04 Aug 2011 09:01:23 GMT</pubDate><guid isPermaLink="false">New Post: ER in Addin VS 2008 20110804090123A</guid></item><item><title>New Post: Screenshot Capture with Reports</title><link>http://exceptionreporter.codeplex.com/discussions/64081</link><description>&lt;div style="line-height: normal;"&gt;&lt;blockquote style="border: solid .1em #ccc; font-style: italic; margin: .25em 1em 0 1em; padding: 0 .25em 0 .25em;"&gt;&lt;strong&gt;seankearon wrote:&lt;/strong&gt;&lt;br /&gt;
&lt;p&gt;What would be good is of the user could &lt;em&gt;elect&lt;/em&gt; to send a screenshot. &amp;nbsp;Currently, as I understand, the screenshot is either automatic or not. &amp;nbsp;The screenshot may contain personal information that the user would not wish to share.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Yes, this concern applies when you choose to send an email, but even then, really only if you have configured SMTP for email.&lt;/p&gt;
&lt;p&gt;That is because with MAPI (where it launches your native email program), the the screenshot is just 'attached', and a warning about the screenshot having been attached is included in the body of the email, encouraging you to delete it if it contains any private data.&lt;/p&gt;&lt;/div&gt;</description><author>PandaWood</author><pubDate>Thu, 07 Jul 2011 04:44:11 GMT</pubDate><guid isPermaLink="false">New Post: Screenshot Capture with Reports 20110707044411A</guid></item><item><title>New Post: CLR 2.0</title><link>http://exceptionreporter.codeplex.com/discussions/257018</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;One option is to download the &lt;a title="3rd drop" href="http://exceptionreporter.codeplex.com/releases/view/19432"&gt;3rd drop&lt;/a&gt; - it was the last release based on the .NET2 framework.&lt;/p&gt;
&lt;p&gt;There's a few features missing compared to the final &lt;a href="http://exceptionreporter.codeplex.com/releases/view/23163"&gt;version 2&lt;/a&gt; but probably nothing to stop you from getting a lot of use out of it.&lt;/p&gt;&lt;/div&gt;</description><author>PandaWood</author><pubDate>Tue, 10 May 2011 10:56:27 GMT</pubDate><guid isPermaLink="false">New Post: CLR 2.0 20110510105627A</guid></item><item><title>New Post: CLR 2.0</title><link>http://exceptionreporter.codeplex.com/discussions/257018</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;is there a downloadable binary version of Exception Reporter based off the .NET 2.0 CLR?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;/div&gt;</description><author>tanis2000</author><pubDate>Tue, 10 May 2011 07:51:16 GMT</pubDate><guid isPermaLink="false">New Post: CLR 2.0 20110510075116A</guid></item><item><title>New Post: {"Error HRESULT E_FAIL has been returned from a call to a COM component."}</title><link>http://exceptionreporter.codeplex.com/discussions/244053</link><description>&lt;div style="line-height: normal;"&gt;I wish I could help you. I ended up doing some redesign and the problem went away. Couldn't tell you for sure what fixed it.&lt;/div&gt;</description><author>rpflughoeft</author><pubDate>Wed, 04 May 2011 20:38:28 GMT</pubDate><guid isPermaLink="false">New Post: {"Error HRESULT E_FAIL has been returned from a call to a COM component."} 20110504083828P</guid></item><item><title>New Post: {"Error HRESULT E_FAIL has been returned from a call to a COM component."}</title><link>http://exceptionreporter.codeplex.com/discussions/244053</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I am seeing the same issue with IE9 installed on Windows 7 SP1 x64.&lt;/p&gt;
&lt;p&gt;Was there every any resolution to this?&lt;/p&gt;&lt;/div&gt;</description><author>jameswelle</author><pubDate>Wed, 04 May 2011 18:54:06 GMT</pubDate><guid isPermaLink="false">New Post: {"Error HRESULT E_FAIL has been returned from a call to a COM component."} 20110504065406P</guid></item><item><title>New Post: {"Error HRESULT E_FAIL has been returned from a call to a COM component."}</title><link>http://exceptionreporter.codeplex.com/Thread/View.aspx?ThreadId=244053</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I have the following code&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;pre&gt;        private void CodeForExceptionReportEvent(object Sender, ExceptionEventArgs myArgs)
        {
            if (this.InvokeRequired)
            {
                ExceptionReportCallbackDelegate cb = new ExceptionReportCallbackDelegate(CodeForExceptionReportEvent);
                this.Invoke(cb, new object[] { Sender, myArgs });
            }
            else
            {
                &lt;span style="color:#00ff00"&gt;myArgs.ExceptionReporter.Show(myArgs.CustomMessage, myArgs.Exception);&lt;/span&gt;
            }
&lt;/pre&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;On the highlighted line, I 'sometimes get this error'.&lt;/p&gt;
&lt;p&gt;System.Runtime.InteropServices.COMException crossed a native/managed boundary&amp;nbsp;&amp;nbsp;Message=Error HRESULT E_FAIL has been returned from a call to a COM component.&amp;nbsp;&amp;nbsp;Source=System.Windows.Forms&amp;nbsp;&amp;nbsp;ErrorCode=-2147467259&amp;nbsp;&amp;nbsp;StackTrace:&amp;nbsp;&amp;nbsp;
 &amp;nbsp; &amp;nbsp; at System.Windows.Forms.UnsafeNativeMethods.IWebBrowser2.Refresh()&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; at System.Windows.Forms.WebBrowser.Refresh()&amp;nbsp;&amp;nbsp;InnerException:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any thoughts?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>rpflughoeft</author><pubDate>Mon, 31 Jan 2011 22:53:06 GMT</pubDate><guid isPermaLink="false">New Post: {"Error HRESULT E_FAIL has been returned from a call to a COM component."} 20110131105306P</guid></item><item><title>New Post: Exception Reporter throwing exception, sometimes...</title><link>http://exceptionreporter.codeplex.com/Thread/View.aspx?ThreadId=237047</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Is the ExceptionReport being called on the Background thread?&lt;/p&gt;
&lt;p&gt;I always catch the exception on the thread and show the ExceptionReporter back on the UI thread. Otherwise weird things can happen.&lt;/p&gt;
&lt;/div&gt;</description><author>PandaWood</author><pubDate>Sat, 04 Dec 2010 05:35:35 GMT</pubDate><guid isPermaLink="false">New Post: Exception Reporter throwing exception, sometimes... 20101204053535A</guid></item><item><title>New Post: Exception Reporter throwing exception, sometimes...</title><link>http://exceptionreporter.codeplex.com/Thread/View.aspx?ThreadId=237047</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div&gt;&lt;strong&gt;&lt;em&gt;Exception Reporter&lt;/em&gt;&lt;/strong&gt; is working great for me. &amp;nbsp;I am using it on a Winform project. &amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;However, when I try and use it in one particular place it fails. &amp;nbsp;It only reports this --&amp;gt;&lt;/div&gt;
&lt;div&gt;
&lt;pre&gt;Exception has been thrown by the target of an invocation.&lt;/pre&gt;
&lt;pre&gt;&lt;br&gt;&lt;/pre&gt;
&lt;pre&gt;The &lt;strong&gt;exception &lt;/strong&gt;and &lt;strong&gt;innerexception&lt;/strong&gt; are getting &lt;strong&gt;thrown &lt;/strong&gt;appropriatly but when I get to the &lt;/pre&gt;
&lt;pre&gt;&lt;pre&gt;ExceptionReporter.Show(exception)&lt;/pre&gt;
portion I get the previously stated &lt;strong&gt;exception &lt;/strong&gt;instead, like E&lt;em&gt;&lt;strong&gt;xception Reporter&lt;/strong&gt;&lt;/em&gt; itself has &lt;strong&gt;thrown &lt;/strong&gt;it.&lt;/pre&gt;
&lt;pre&gt;In the interest of 'full disclosure' the &lt;strong&gt;method &lt;/strong&gt;it is doing this for is calling a database sync on a &lt;strong&gt;Background Worker&lt;/strong&gt;.&lt;/pre&gt;
&lt;pre&gt;Thoughts?&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>RefractedPaladin</author><pubDate>Fri, 03 Dec 2010 16:08:17 GMT</pubDate><guid isPermaLink="false">New Post: Exception Reporter throwing exception, sometimes... 20101203040817P</guid></item><item><title>New Post: When can we expect the New Release?</title><link>http://exceptionreporter.codeplex.com/Thread/View.aspx?ThreadId=77712</link><description>&lt;div style="line-height: normal;"&gt;There's a C# example in the Demo App (source code)
It uses optional parameters.

&lt;pre style="color:#000000;background:#ffffff"&gt;&lt;span style="color:#800000;font-weight:bold"&gt;private&lt;/span&gt; &lt;span style="color:#800000;font-weight:bold"&gt;static&lt;/span&gt; &lt;span style="color:#800000;font-weight:bold"&gt;void&lt;/span&gt; ShowMultipleExceptionReporter&lt;span style="color:#808030"&gt;(&lt;/span&gt;&lt;span style="color:#808030"&gt;)&lt;/span&gt;
&lt;span style="color:#800080"&gt;{&lt;/span&gt;
    Exception exception1 &lt;span style="color:#808030"&gt;=&lt;/span&gt; &lt;span style="color:#800000;font-weight:bold"&gt;null&lt;/span&gt;&lt;span style="color:#800080"&gt;;&lt;/span&gt;
    Exception exception2 &lt;span style="color:#808030"&gt;=&lt;/span&gt; &lt;span style="color:#800000;font-weight:bold"&gt;null&lt;/span&gt;&lt;span style="color:#800080"&gt;;&lt;/span&gt;
    &lt;span style="color:#800000;font-weight:bold"&gt;try&lt;/span&gt;
    &lt;span style="color:#800080"&gt;{&lt;/span&gt;
        SomeMethod&lt;span style="color:#808030"&gt;(&lt;/span&gt;&lt;span style="color:#808030"&gt;)&lt;/span&gt;&lt;span style="color:#800080"&gt;;&lt;/span&gt;
    &lt;span style="color:#800080"&gt;}&lt;/span&gt;
    &lt;span style="color:#800000;font-weight:bold"&gt;catch&lt;/span&gt; &lt;span style="color:#808030"&gt;(&lt;/span&gt;Exception exception&lt;span style="color:#808030"&gt;)&lt;/span&gt;
    &lt;span style="color:#800080"&gt;{&lt;/span&gt;
        exception1 &lt;span style="color:#808030"&gt;=&lt;/span&gt; exception&lt;span style="color:#800080"&gt;;&lt;/span&gt;
    &lt;span style="color:#800080"&gt;}&lt;/span&gt;
    &lt;span style="color:#800000;font-weight:bold"&gt;try&lt;/span&gt;
    &lt;span style="color:#800080"&gt;{&lt;/span&gt;
        CallAnotherMethod&lt;span style="color:#808030"&gt;(&lt;/span&gt;&lt;span style="color:#808030"&gt;)&lt;/span&gt;&lt;span style="color:#800080"&gt;;&lt;/span&gt;
    &lt;span style="color:#800080"&gt;}&lt;/span&gt;
    &lt;span style="color:#800000;font-weight:bold"&gt;catch&lt;/span&gt; &lt;span style="color:#808030"&gt;(&lt;/span&gt;Exception exception&lt;span style="color:#808030"&gt;)&lt;/span&gt;
    &lt;span style="color:#800080"&gt;{&lt;/span&gt;
        exception2 &lt;span style="color:#808030"&gt;=&lt;/span&gt; exception&lt;span style="color:#800080"&gt;;&lt;/span&gt;
    &lt;span style="color:#800080"&gt;}&lt;/span&gt;
    var exceptionReporter &lt;span style="color:#808030"&gt;=&lt;/span&gt; &lt;span style="color:#800000;font-weight:bold"&gt;new&lt;/span&gt; ExceptionReporter&lt;span style="color:#808030"&gt;(&lt;/span&gt;&lt;span style="color:#808030"&gt;)&lt;/span&gt;&lt;span style="color:#800080"&gt;;&lt;/span&gt;

    exceptionReporter&lt;span style="color:#808030"&gt;.&lt;/span&gt;ReadConfig&lt;span style="color:#808030"&gt;(&lt;/span&gt;&lt;span style="color:#808030"&gt;)&lt;/span&gt;&lt;span style="color:#800080"&gt;;&lt;/span&gt;

    exceptionReporter&lt;span style="color:#808030"&gt;.&lt;/span&gt;Show&lt;span style="color:#808030"&gt;(&lt;/span&gt;exception1&lt;span style="color:#808030"&gt;,&lt;/span&gt; exception2&lt;span style="color:#808030"&gt;)&lt;/span&gt;&lt;span style="color:#800080"&gt;;&lt;/span&gt;
&lt;span style="color:#800080"&gt;}&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;</description><author>PandaWood</author><pubDate>Tue, 29 Jun 2010 04:24:48 GMT</pubDate><guid isPermaLink="false">New Post: When can we expect the New Release? 20100629042448A</guid></item><item><title>New Post: Exception Reporter en Español (Spanish)</title><link>http://exceptionreporter.codeplex.com/Thread/View.aspx?ThreadId=206824</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&lt;strong&gt;Si, ya se que las etiquetas se pueden configurar con el xml de configuracion.... Pero me parecio util traducir el proyecto en si, listo para usarse en version espa&amp;ntilde;ol.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Pueden descargarlo desde aqui: http://www.mediafire.com/file/minzlageikx/ExceptionReporter_Espa&amp;ntilde;ol_Spanish.zip&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Es el codigo fuente con el dll generado.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;br&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Saludos y espero que le sea de utilidad a alguien mas. ^__^&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-------------------------------------------------------------------------------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;&lt;span id="result_box"&gt;&lt;span style="background-color:#ffffff" title="Si, ya se que las etiquetas se pueden  configurar con el xml de configuracion...."&gt;Yes, I know that labels can be  configured with the configuration xml .... &lt;/span&gt;&lt;span style="background-color:#ffffff" title="Pero me parecio  util traducir el proyecto en si, listo para usarse en version español."&gt;But  I found it helpful to translate the project itself, ready for use in  Spanish version.&lt;br&gt;&lt;br&gt;&lt;/span&gt;&lt;span style="background-color:#ffffff" title="Pueden descargarlo desde aqui:  http://www.mediafire.com/file/minzlageikx/ExceptionReporter_Español_Spanish.zip"&gt;You  can download it from here:  http://www.mediafire.com/file/minzlageikx/ExceptionReporter_Espa&amp;ntilde;ol_Spanish.zip&lt;br&gt;&lt;br&gt;&lt;/span&gt;&lt;span title="Es el codigo fuente con el dll generado."&gt;It is the source code  with the generated dll.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="result_box"&gt;&lt;span style="background-color:#ffffff" title="Saludos y espero que le sea de utilidad a  alguien mas."&gt;Greetings and I hope it is helpful to someone else. &lt;/span&gt;&lt;span style="background-color:#ffffff" title="^__^"&gt;^ __ ^&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><author>edgartaor</author><pubDate>Mon, 22 Mar 2010 02:45:43 GMT</pubDate><guid isPermaLink="false">New Post: Exception Reporter en Español (Spanish) 20100322024543A</guid></item><item><title>New Post: When can we expect the New Release?</title><link>http://exceptionreporter.codeplex.com/Thread/View.aspx?ThreadId=77712</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&lt;span style="font-size:x-small"&gt;
&lt;div style="color:Black;background-color:White"&gt;
&lt;pre&gt;Thanks for your reply... Do you mean we can pass the exceptions array? but its not working see below.&lt;/pre&gt;
&lt;pre&gt;        &lt;span style="color:Blue"&gt;Dim&lt;/span&gt; vExp_Report &lt;span style="color:Blue"&gt;As&lt;/span&gt; &lt;span style="color:Blue"&gt;New&lt;/span&gt; ExceptionReporting.ExceptionReporter
        &lt;span style="color:Blue"&gt;Dim&lt;/span&gt; vExp1(1) &lt;span style="color:Blue"&gt;As&lt;/span&gt; Exception

        &lt;span style="color:Blue"&gt;Try&lt;/span&gt;
            &lt;span style="color:Blue"&gt;Dim&lt;/span&gt; i &lt;span style="color:Blue"&gt;As&lt;/span&gt; Int16 = &lt;span style="color:#A31515"&gt;&amp;quot;Test&amp;quot;&lt;/span&gt;
        &lt;span style="color:Blue"&gt;Catch&lt;/span&gt; ex1 &lt;span style="color:Blue"&gt;As&lt;/span&gt; Exception
            vExp1(0) = ex1
        &lt;span style="color:Blue"&gt;End&lt;/span&gt; &lt;span style="color:Blue"&gt;Try&lt;/span&gt;

        &lt;span style="color:Blue"&gt;Try&lt;/span&gt;
            &lt;span style="color:Blue"&gt;Dim&lt;/span&gt; i &lt;span style="color:Blue"&gt;As&lt;/span&gt; Int16 = &lt;span style="color:#A31515"&gt;&amp;quot;99999999999999999999999999999&amp;quot;&lt;/span&gt;
        &lt;span style="color:Blue"&gt;Catch&lt;/span&gt; ex2 &lt;span style="color:Blue"&gt;As&lt;/span&gt; Exception
            vExp1(1) = ex2
        &lt;span style="color:Blue"&gt;End&lt;/span&gt; &lt;span style="color:Blue"&gt;Try&lt;/span&gt;
        vExp_Report.Show(vExp1)
&lt;/pre&gt;
&lt;pre&gt;Please give me one example so that i can understand it better. &lt;/pre&gt;
&lt;pre&gt;Thanks in Advance.&lt;/pre&gt;
&lt;/div&gt;
&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><author>ashiswa</author><pubDate>Fri, 11 Dec 2009 09:55:53 GMT</pubDate><guid isPermaLink="false">New Post: When can we expect the New Release? 20091211095553A</guid></item><item><title>New Post: WPF Version?</title><link>http://exceptionreporter.codeplex.com/Thread/View.aspx?ThreadId=73740</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I guess using the WinForm ExceptionReporter would work in a WPF app. I was only thinking in the terms of WPF.&lt;/p&gt;
&lt;p&gt;Thanks for you reply regarding this matter. I hope you will be able to move it across to WPF. This component could be useful in both WPF and XBAP scenarios.&lt;/p&gt;&lt;/div&gt;</description><author>abmv</author><pubDate>Fri, 11 Dec 2009 07:22:39 GMT</pubDate><guid isPermaLink="false">New Post: WPF Version? 20091211072239A</guid></item><item><title>New Post: WPF Version?</title><link>http://exceptionreporter.codeplex.com/Thread/View.aspx?ThreadId=73740</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm currently using WinForms ExceptionReporter in a WPF app - which means it's still possible and completely functional as it is. Your question seems to infer that it's not possible, so that needs clearing up.&lt;/p&gt;
&lt;p&gt;However, I would like to move it across to WPF to take full advantage of some WPF UI features.&lt;/p&gt;&lt;/div&gt;</description><author>PandaWood</author><pubDate>Thu, 10 Dec 2009 23:21:45 GMT</pubDate><guid isPermaLink="false">New Post: WPF Version? 20091210112145P</guid></item><item><title>New Post: When can we expect the New Release?</title><link>http://exceptionreporter.codeplex.com/Thread/View.aspx?ThreadId=77712</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Ash&lt;/p&gt;
&lt;p&gt;It does support multiple exceptions.&lt;/p&gt;
&lt;p&gt;Here is the signature for ExceptionReporter.Show&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /// &amp;lt;summary&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;/// Show the ExceptionReport dialog&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;/// &amp;lt;/summary&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;/// &amp;lt;remarks&amp;gt;The &amp;lt;see cref=&amp;quot;ExceptionReporter&amp;quot;/&amp;gt; will analyze the &amp;lt;see cref=&amp;quot;Exception&amp;quot;/&amp;gt;s and &lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;/// create and show the report dialog.&amp;lt;/remarks&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;/// &amp;lt;param name=&amp;quot;exceptions&amp;quot;&amp;gt;The &amp;lt;see cref=&amp;quot;Exception&amp;quot;/&amp;gt;s to show.&amp;lt;/param&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public void Show(params Exception[] exceptions)&lt;/p&gt;
&lt;p&gt;notice the exceptions parameter is an array&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>simoncropp</author><pubDate>Thu, 10 Dec 2009 22:17:54 GMT</pubDate><guid isPermaLink="false">New Post: When can we expect the New Release? 20091210101754P</guid></item><item><title>New Post: When can we expect the New Release?</title><link>http://exceptionreporter.codeplex.com/Thread/View.aspx?ThreadId=77712</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I was very delighted when I found this exception handling class, but unfortunately I will not be able to use&amp;nbsp;it until it&amp;nbsp;supports&amp;nbsp;multiple errors...&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am hoping very much that you will release it very soon.&lt;/p&gt;
&lt;p&gt;Ashi&lt;/p&gt;&lt;/div&gt;</description><author>ashiswa</author><pubDate>Thu, 10 Dec 2009 13:39:22 GMT</pubDate><guid isPermaLink="false">New Post: When can we expect the New Release? 20091210013922P</guid></item><item><title>New Post: WPF Version?</title><link>http://exceptionreporter.codeplex.com/Thread/View.aspx?ThreadId=73740</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Please can you complete the WPF sample included version ? Thanks in advance for this ! It would be nice to have this in WPF since Windows7 has been release and comes with .net 3.5 sp1 and more are more people are trying to develop software in wpf this component would be defacto use full for error management since WPF does not have anything default.I hope you can find some time to close in on the WPF sample included version.&lt;/p&gt;&lt;/div&gt;</description><author>abmv</author><pubDate>Sun, 01 Nov 2009 17:04:09 GMT</pubDate><guid isPermaLink="false">New Post: WPF Version? 20091101050409P</guid></item></channel></rss>