<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>crashreporterdotnet Discussions Rss Feed</title><link>https://crashreporterdotnet.codeplex.com/discussions</link><description>crashreporterdotnet Discussions Rss Description</description><item><title>New Post: Use in VB.net</title><link>http://crashreporterdotnet.codeplex.com/discussions/390347</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I am also having trouble trying to use this class with VB.NET.&lt;/p&gt;
&lt;p&gt;I have used the code converters and believe that i have correct code - but the exception isnt thrown.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;        Dim reportCrash = New ReportCrash() With { _&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;.FromEmail = &amp;quot;Your gmail address&amp;quot;, _&lt;br /&gt;
 .ToEmail = &amp;quot;Email address where you want to send crash report&amp;quot;, _&lt;br /&gt;
 .SMTPHost = &amp;quot;smtp.gmail.com&amp;quot;, _&lt;br /&gt;
 .Port = 587, _&lt;br /&gt;
 .UserName = &amp;quot;Your gmail address&amp;quot;, _&lt;br /&gt;
 .Password = &amp;quot;Your password&amp;quot;, _&lt;br /&gt;
 .EnableSSL = True _&lt;br /&gt;
}&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;        reportCrash.Send(e.Exception)&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;i have the import - Imports CrashReporterDotNET&lt;/p&gt;
&lt;p&gt;But when i do a first compile its like the reference is removed - the CrashReporterDotNET is red underlined &lt;/p&gt;
&lt;p&gt;The reference DLL is still listed - but i can re do the Imports CrashReporterDotNET untill the reference is removed and re-added&lt;/p&gt;
&lt;p&gt;Any ideas?&lt;/p&gt;
&lt;/div&gt;</description><author>Mike1002</author><pubDate>Tue, 05 Feb 2013 09:15:51 GMT</pubDate><guid isPermaLink="false">New Post: Use in VB.net 20130205091551A</guid></item><item><title>New Post: Join reporter projects</title><link>http://crashreporterdotnet.codeplex.com/discussions/431244</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Why not join in one project:&amp;nbsp;&lt;span&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:19 GMT</pubDate><guid isPermaLink="false">New Post: Join reporter projects 20130129114619A</guid></item><item><title>New Post: Windows error handler picking up crash instead of crash reporter.</title><link>http://crashreporterdotnet.codeplex.com/discussions/397459</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;You didn't change mail info in Program.cs. Add your smtp server and mail info in Program.cs and it will work.&lt;/p&gt;
&lt;/div&gt;</description><author>ravi15</author><pubDate>Wed, 28 Nov 2012 06:28:25 GMT</pubDate><guid isPermaLink="false">New Post: Windows error handler picking up crash instead of crash reporter. 20121128062825A</guid></item><item><title>New Post: Windows error handler picking up crash instead of crash reporter.</title><link>http://crashreporterdotnet.codeplex.com/discussions/397459</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Dear Ravi15 ,&lt;/p&gt;
&lt;p&gt;It is actually your sample test project , when I run the exe that is initially downloaded , the program works well. But when i delete the exe , then build the program , it works , but it get the normal &amp;quot;traditional&amp;quot; crash exception that windows display.&lt;/p&gt;
&lt;p&gt;I have attached your project . what I did was :&lt;/p&gt;
&lt;p&gt;- download your project.&lt;/p&gt;
&lt;p&gt;- run the exe... the program works well.&lt;/p&gt;
&lt;p&gt;- delete the exe of the&amp;nbsp; test project.. then Rebuild the project again.&lt;/p&gt;
&lt;p&gt;- run the exe... it does&amp;nbsp; not work.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;attached project is hosted by 4shared at :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; http://www.4shared.com/zip/xw75LW_C/CrashReporterNET.html&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My Assumption..&lt;/p&gt;
&lt;p&gt;- is there any settings in the VS ?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for your great control .. and your support as well&lt;/p&gt;
&lt;/div&gt;</description><author>waleedmakarem</author><pubDate>Sat, 24 Nov 2012 09:42:44 GMT</pubDate><guid isPermaLink="false">New Post: Windows error handler picking up crash instead of crash reporter. 20121124094244A</guid></item><item><title>New Post: Windows error handler picking up crash instead of crash reporter.</title><link>http://crashreporterdotnet.codeplex.com/discussions/397459</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;can you provide your example project or Program.cs of a example project.&lt;/p&gt;
&lt;/div&gt;</description><author>ravi15</author><pubDate>Sat, 24 Nov 2012 05:35:15 GMT</pubDate><guid isPermaLink="false">New Post: Windows error handler picking up crash instead of crash reporter. 20121124053515A</guid></item><item><title>New Post: Windows error handler picking up crash instead of crash reporter.</title><link>http://crashreporterdotnet.codeplex.com/discussions/397459</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;&amp;nbsp;I have the same issue.&lt;/p&gt;
&lt;p&gt;in other words,.. when I run your sample exe file , it works fine , ie , the error is displayed by you error handler.&lt;/p&gt;
&lt;p&gt;BUT... when I build the application myself , ie, delete your exe file , then build the project &amp;gt;&amp;gt;&amp;gt; any error is catched by the normal windows crach window&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;any ideas.&lt;/p&gt;
&lt;p&gt;Waleed&lt;/p&gt;
&lt;/div&gt;</description><author>waleedmakarem</author><pubDate>Thu, 22 Nov 2012 16:19:54 GMT</pubDate><guid isPermaLink="false">New Post: Windows error handler picking up crash instead of crash reporter. 20121122041954P</guid></item><item><title>New Post: Windows error handler picking up crash instead of crash reporter.</title><link>http://crashreporterdotnet.codeplex.com/discussions/397459</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;give me code sample or screenshot. it will prove useful. You must enter valid email address and password as your smtp server in test project.&lt;/p&gt;
&lt;/div&gt;</description><author>ravi15</author><pubDate>Mon, 01 Oct 2012 04:58:06 GMT</pubDate><guid isPermaLink="false">New Post: Windows error handler picking up crash instead of crash reporter. 20121001045806A</guid></item><item><title>New Post: Windows error handler picking up crash instead of crash reporter.</title><link>http://crashreporterdotnet.codeplex.com/discussions/397459</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I have downloaded the project and built the solution, when I try running the test project after I click the button to throw the exception crash reporter does not catch it. It is the usual windows error handler that occurs when your application does not have
 an error handler. The project is referenced, and included in the bin along with the test project assembly. The code was completely untouched, I am not sure what the issue is. Do you have any ideas?&lt;/p&gt;
&lt;/div&gt;</description><author>JoePage</author><pubDate>Sun, 30 Sep 2012 16:47:47 GMT</pubDate><guid isPermaLink="false">New Post: Windows error handler picking up crash instead of crash reporter. 20120930044747P</guid></item><item><title>New Post: Code snippet contribution</title><link>http://crashreporterdotnet.codeplex.com/discussions/395849</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Shalom,&lt;/p&gt;
&lt;p&gt;During simulation I had an error sending mail message. The messageBox display does not show usable details need to fix the problem.&lt;/p&gt;
&lt;p&gt;Here is additional detail that can assist in fixing the problem:&lt;/p&gt;
&lt;p&gt;&amp;#65279;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; void SmtpClientSendCompleted(object sender, System.ComponentModel.AsyncCompletedEventArgs e)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (e.Error != null)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MessageBox.Show(e.Error.Message, string.Format(&amp;quot;Sending message error:\n{0}\n{1}&amp;quot;, e.Error.Message, e.Error.ToString()),
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MessageBoxButtons.OK, MessageBoxIcon.Error);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MessageBox.Show(string.Format(&amp;quot;Crassh report of {0} {1} is sent to the developer. Thanks for your support.&amp;quot;, _appTitle, _appVersion), Resources.CrashReport_Crash_report_sent,
 MessageBoxButtons.OK, MessageBoxIcon.Information);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;
&lt;/div&gt;</description><author>rivael</author><pubDate>Mon, 17 Sep 2012 19:31:01 GMT</pubDate><guid isPermaLink="false">New Post: Code snippet contribution 20120917073101P</guid></item><item><title>New Post: Mail attachments</title><link>http://crashreporterdotnet.codeplex.com/discussions/394306</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Seems like a good idea. But can you tell me how this attachments feature can be used? Thanks for requesting.&lt;/p&gt;
&lt;/div&gt;</description><author>ravi15</author><pubDate>Wed, 05 Sep 2012 04:56:01 GMT</pubDate><guid isPermaLink="false">New Post: Mail attachments 20120905045601A</guid></item><item><title>New Post: Mail attachments</title><link>http://crashreporterdotnet.codeplex.com/discussions/394306</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;It will be good if in your next release you could add a way to attach files to email before sending it.&lt;/p&gt;
&lt;p&gt;Thanks for your good work!&lt;/p&gt;
&lt;/div&gt;</description><author>marchino74</author><pubDate>Tue, 04 Sep 2012 06:15:39 GMT</pubDate><guid isPermaLink="false">New Post: Mail attachments 20120904061539A</guid></item><item><title>New Post: How to use it with C++ managed code?</title><link>http://crashreporterdotnet.codeplex.com/discussions/392769</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I'm not into c&amp;#43;&amp;#43; but you can ask on Stack Overflow, how can yo use .net library in c&amp;#43;&amp;#43;. Thanks for using it. God bless you.&lt;/p&gt;
&lt;/div&gt;</description><author>ravi15</author><pubDate>Fri, 24 Aug 2012 07:44:44 GMT</pubDate><guid isPermaLink="false">New Post: How to use it with C++ managed code? 20120824074444A</guid></item><item><title>New Post: How to use it with C++ managed code?</title><link>http://crashreporterdotnet.codeplex.com/discussions/392769</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Thank you for the system!&lt;/p&gt;
&lt;p&gt;I am using C&amp;#43;&amp;#43; managed code to create my GUI.&lt;/p&gt;
&lt;p&gt;Can you supply information how to use it in this environment?&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Michael&lt;/p&gt;
&lt;/div&gt;</description><author>rivael</author><pubDate>Thu, 23 Aug 2012 09:13:47 GMT</pubDate><guid isPermaLink="false">New Post: How to use it with C++ managed code? 20120823091347A</guid></item><item><title>New Post: Use in VB.net</title><link>http://crashreporterdotnet.codeplex.com/discussions/390347</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="color: black; background-color: white;"&gt;
&lt;pre&gt;&lt;span style="color: blue;"&gt;Imports&lt;/span&gt; System.Windows.Forms
&lt;span style="color: blue;"&gt;Imports&lt;/span&gt; System.Threading
&lt;span style="color: blue;"&gt;Imports&lt;/span&gt; CrashReporterDotNET

&lt;span style="color: blue;"&gt;Namespace&lt;/span&gt; CrashReporterTest
	&lt;span style="color: blue;"&gt;NotInheritable&lt;/span&gt; &lt;span style="color: blue;"&gt;Class&lt;/span&gt; Program
		&lt;span style="color: blue;"&gt;Private&lt;/span&gt; &lt;span style="color: blue;"&gt;Sub&lt;/span&gt; &lt;span style="color: blue;"&gt;New&lt;/span&gt;()
		&lt;span style="color: blue;"&gt;End&lt;/span&gt; &lt;span style="color: blue;"&gt;Sub&lt;/span&gt;
		&amp;lt;STAThread&amp;gt;
		&lt;span style="color: blue;"&gt;Private&lt;/span&gt; &lt;span style="color: blue;"&gt;Shared&lt;/span&gt; &lt;span style="color: blue;"&gt;Sub&lt;/span&gt; Main()
			&lt;span style="color: blue;"&gt;AddHandler&lt;/span&gt; Application.ThreadException, &lt;span style="color: blue;"&gt;AddressOf&lt;/span&gt; ApplicationThreadException

			&lt;span style="color: green;"&gt;'designer generated code.&lt;/span&gt;
		&lt;span style="color: blue;"&gt;End&lt;/span&gt; &lt;span style="color: blue;"&gt;Sub&lt;/span&gt;

		&lt;span style="color: blue;"&gt;Private&lt;/span&gt; &lt;span style="color: blue;"&gt;Shared&lt;/span&gt; &lt;span style="color: blue;"&gt;Sub&lt;/span&gt; ApplicationThreadException(sender &lt;span style="color: blue;"&gt;As&lt;/span&gt; &lt;span style="color: blue;"&gt;Object&lt;/span&gt;, e &lt;span style="color: blue;"&gt;As&lt;/span&gt; ThreadExceptionEventArgs)
			&lt;span style="color: blue;"&gt;Dim&lt;/span&gt; reportCrash = &lt;span style="color: blue;"&gt;New&lt;/span&gt; ReportCrash() &lt;span style="color: blue;"&gt;With&lt;/span&gt; { 
				Key.FromEmail = &lt;span style="color: #a31515;"&gt;"Your gmail address"&lt;/span&gt;, 
				Key.ToEmail = &lt;span style="color: #a31515;"&gt;"Email address where you want to send crash report"&lt;/span&gt;,
				Key.SMTPHost = &lt;span style="color: #a31515;"&gt;"smtp.gmail.com"&lt;/span&gt;, 
				Key.Port = 587, 
				Key.UserName = &lt;span style="color: #a31515;"&gt;"Your gmail address"&lt;/span&gt;, 
				Key.Password = &lt;span style="color: #a31515;"&gt;"Your password"&lt;/span&gt;, 
				Key.EnableSSL = &lt;span style="color: blue;"&gt;True&lt;/span&gt; 
			}

			reportCrash.Send(e.Exception)
		&lt;span style="color: blue;"&gt;End&lt;/span&gt; &lt;span style="color: blue;"&gt;Sub&lt;/span&gt;
	&lt;span style="color: blue;"&gt;End&lt;/span&gt; &lt;span style="color: blue;"&gt;Class&lt;/span&gt;
&lt;span style="color: blue;"&gt;End&lt;/span&gt; &lt;span style="color: blue;"&gt;Namespace&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I'm not familiar with VB.NET Syntax so i used &lt;a href="http://codeconverter.sharpdevelop.net/SnippetConverter.aspx/" target="_blank"&gt;http://codeconverter.sharpdevelop.net/SnippetConverter.aspx/&lt;/a&gt; . You can try C# to VB.NET converters from below if above code doesn't work.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.carlosag.net/tools/codetranslator/" target="_blank"&gt;http://www.carlosag.net/tools/codetranslator/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://converter.telerik.com/" target="_blank"&gt;http://converter.telerik.com/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><author>ravi15</author><pubDate>Wed, 15 Aug 2012 10:19:33 GMT</pubDate><guid isPermaLink="false">New Post: Use in VB.net 20120815101933A</guid></item><item><title>New Post: Use in VB.net</title><link>http://crashreporterdotnet.codeplex.com/discussions/390347</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I all,&lt;/p&gt;
&lt;p&gt;I'm Nicolas. I found your library really nice! But I don't know c# and I'd like to use it in a vb.net program.&lt;/p&gt;
&lt;p&gt;Could you help me to implement it? What is the conversion in vb.net&lt;/p&gt;
&lt;p&gt;Thank you for your help.&lt;/p&gt;
&lt;p&gt;Regards.&lt;/p&gt;
&lt;p&gt;Nicolas&lt;/p&gt;
&lt;/div&gt;</description><author>nikitoklass</author><pubDate>Sun, 05 Aug 2012 17:36:43 GMT</pubDate><guid isPermaLink="false">New Post: Use in VB.net 20120805053643P</guid></item><item><title>New Post: WPF Version</title><link>http://crashreporterdotnet.codeplex.com/discussions/360263</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;You can convert it and upload it on file hosting and give me the link. Thanks for support.&lt;/p&gt;&lt;/div&gt;</description><author>ravi15</author><pubDate>Fri, 22 Jun 2012 04:59:26 GMT</pubDate><guid isPermaLink="false">New Post: WPF Version 20120622045926A</guid></item><item><title>New Post: Get email password not trusted!</title><link>http://crashreporterdotnet.codeplex.com/discussions/360349</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I will add that on next version. Thanks for advice.&lt;/p&gt;&lt;/div&gt;</description><author>ravi15</author><pubDate>Fri, 22 Jun 2012 04:58:06 GMT</pubDate><guid isPermaLink="false">New Post: Get email password not trusted! 20120622045806A</guid></item><item><title>New Post: Get email password not trusted!</title><link>http://crashreporterdotnet.codeplex.com/discussions/360349</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;thanks for your project but to email exception get email password a correct job. If use&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;pre&gt;Syste.Diagnostics.Proccess.Start(&lt;span style="color:#a31515"&gt;&amp;quot;Emailto:EmailAddress&amp;quot;&lt;/span&gt;);
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;it's better. user use apps like thunderbird or other.&lt;/p&gt;
&lt;/div&gt;</description><author>hmdmmdi</author><pubDate>Wed, 20 Jun 2012 17:31:48 GMT</pubDate><guid isPermaLink="false">New Post: Get email password not trusted! 20120620053148P</guid></item><item><title>New Post: WPF Version</title><link>http://crashreporterdotnet.codeplex.com/discussions/360263</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi, my name is Stefano and I think your library for errors is very very nice and usefull! Since last year I'm working only with WPF and I haven't WinForms applications. If you want I can translate to WPF your library for free, so if someone else need a WPF
 version it can be ready in a while.&lt;br&gt;
Please write me if I can start with transation and, if I can, how send you the new project.&lt;br&gt;
Thanks in advice!&lt;/p&gt;
&lt;p&gt;Stefano&lt;/p&gt;
&lt;/div&gt;</description><author>Panatronic</author><pubDate>Wed, 20 Jun 2012 07:40:32 GMT</pubDate><guid isPermaLink="false">New Post: WPF Version 20120620074032A</guid></item></channel></rss>