﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>InstantASP Community Forums / Old Forums / InstantForum.NET 4.x / Bug Reports / Closed Issues  / Email Errors: doEmail and doPM / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>InstantASP Community Forums</description><link>http://community.instantasp.co.uk/</link><webMaster>sales@instantasp.co.uk</webMaster><lastBuildDate>Fri, 09 Jan 2009 02:35:29 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Email Errors: doEmail and doPM</title><link>http://community.instantasp.co.uk/Topic6075-45-1.aspx</link><description>Has there been any development to redirect these things.. Im getting a TON of them.. its great to see that google is so diligent with my site but its getting a little annoying having all the emails and Im afraid that google isnt getting past that point.</description><pubDate>Sat, 11 Jun 2005 08:47:54 GMT</pubDate><dc:creator>Mark Christianson</dc:creator></item><item><title>RE: Email Errors: doEmail and doPM</title><link>http://community.instantasp.co.uk/Topic6075-45-1.aspx</link><description>No panic.. just get a WHOLE lot of these (guess thats good, means the search engines like me)... but I am wondering if theres some way to sense bots and avoid errors or offer redirection or something rather than the bots hitting the error pages and generating all these emails (yes, I can move to file but right now I like the emails for testing and immediate notification of issues).</description><pubDate>Tue, 26 Apr 2005 08:08:41 GMT</pubDate><dc:creator>Mark Christianson</dc:creator></item><item><title>RE: Email Errors: doEmail and doPM</title><link>http://community.instantasp.co.uk/Topic6075-45-1.aspx</link><description>Yep, the Task querystring (doEmail, doPM) has now changed to an integer which represents values from an enumeration. It's attempting to convert the doEmail to an int and throwing the exception. &lt;/P&gt;&lt;P&gt;Don't panic it's not some mysterious bug :)</description><pubDate>Tue, 26 Apr 2005 07:58:21 GMT</pubDate><dc:creator>Ryan Healey</dc:creator></item><item><title>RE: Email Errors: doEmail and doPM</title><link>http://community.instantasp.co.uk/Topic6075-45-1.aspx</link><description>Is THAT what this is? Bots or people hitting old pages? Cripes... that would at least make me feel better knowing that there isnt some mysterious error that I cannot seem to get to reproduce.</description><pubDate>Tue, 26 Apr 2005 07:38:42 GMT</pubDate><dc:creator>Mark Christianson</dc:creator></item><item><title>RE: Email Errors: doEmail and doPM</title><link>http://community.instantasp.co.uk/Topic6075-45-1.aspx</link><description>Many thanks Mark, I've seen this myself from our forums. &lt;P&gt;I'll keep you posted, this of course will be resolved before final release. &lt;/P&gt;&lt;P&gt;You could update InstantASP_ExceptionLogMethod application setting within the web.config to ToFile as opposed to ToEmail, this will log the exceptions to a file within the root, it may ease the email flood from bots still looking for your old pages for the moment.</description><pubDate>Tue, 26 Apr 2005 07:36:08 GMT</pubDate><dc:creator>Ryan Healey</dc:creator></item><item><title>Email Errors: doEmail and doPM</title><link>http://community.instantasp.co.uk/Topic6075-45-1.aspx</link><description>Im getting more than a couple email error notices from my board saying...&lt;P&gt;[code]Exception Type: System.InvalidCastException&lt;BR&gt;Exception Message: Cast from string "doEmail" to type 'Integer' is not valid.&lt;BR&gt;Exception Source: Microsoft.VisualBasic&lt;BR&gt;Exception Target Site: FromString[/code]&lt;/P&gt;&lt;P&gt;[code]Exception Type: System.InvalidCastException&lt;BR&gt;Exception Message: Cast from string "doPM" to type 'Integer' is not valid.&lt;BR&gt;Exception Source: Microsoft.VisualBasic&lt;BR&gt;Exception Target Site: FromString[/code]&lt;/P&gt;&lt;P&gt;[code]Exception Type: System.InvalidCastException&lt;BR&gt;Exception Message: Cast from string "AddBuddy" to type 'Integer' is not valid.&lt;BR&gt;Exception Source: Microsoft.VisualBasic&lt;BR&gt;Exception Target Site: FromString[/code]&lt;/P&gt;&lt;P&gt;In each instance the page that is generating is the logon.aspx with only a sessionID as a querystring param&lt;/P&gt;&lt;P&gt;Here's on in its entirety (with pertinant info removed)&lt;/P&gt;&lt;P&gt;[code](Outer Exception)&lt;BR&gt;Date and Time: 4/26/2005 5:19:30 AM&lt;BR&gt;Machine Name: DEDF58&lt;BR&gt;Process User: NT AUTHORITY\NETWORK SERVICE&lt;BR&gt;Remote User: &lt;BR&gt;Remote Address: xxx.xxx.xxx.xxx&lt;BR&gt;Remote Host: xxx.xxx.xxx.xxx&lt;BR&gt;URL: &lt;A href="http://www.paratrooper.net/commo/Logon.aspx?SessionID=oddpra45dpznfl55oiprguj3"&gt;http://www.paratrooper.net/commo/Logon.aspx?SessionID=oddpra45dpznfl55oiprguj3&lt;/A&gt;&lt;/P&gt;&lt;P&gt;NET Runtime version: 1.1.4322.2032&lt;BR&gt;Application Domain: /LM/W3SVC/1/Root/commo-1-127589819912591984&lt;BR&gt;Assembly Codebase: c:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll&lt;BR&gt;Assembly Full Name: Microsoft.VisualBasic, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&lt;BR&gt;Assembly Version: 7.0.5000.0&lt;BR&gt;Assembly Build Date: 11/30/2004 1:07:08 PM&lt;/P&gt;&lt;P&gt;Exception Type: System.InvalidCastException&lt;BR&gt;Exception Message: Cast from string "doPM" to type 'Integer' is not valid.&lt;BR&gt;Exception Source: Microsoft.VisualBasic&lt;BR&gt;Exception Target Site: FromString&lt;/P&gt;&lt;P&gt;---- Stack Trace ----&lt;BR&gt;Microsoft.VisualBasic.CompilerServices.IntegerType.FromString(Value As String)&lt;BR&gt;(unknown file): N 00212&lt;BR&gt;InstantASP.InstantForum.Business.Sessions.Task()&lt;BR&gt;Sessions.vb: line 0418, col 17, IL 0028&lt;BR&gt;InstantASP.InstantForum.UI.Controls.Logon.Initialize(ctlSkin As Control)&lt;BR&gt;Logon.vb: line 0075, col 13, IL 0167&lt;BR&gt;InstantASP.InstantForum.UI.Skinning.Base.CreateChildControls()&lt;BR&gt;SkinBase.vb: line 0109, col 13, IL 0008&lt;BR&gt;System.Web.UI.Control.EnsureChildControls()&lt;BR&gt;(unknown file): N 00100&lt;BR&gt;System.Web.UI.Control.PreRenderRecursiveInternal()&lt;BR&gt;(unknown file): N 00038&lt;BR&gt;System.Web.UI.Control.PreRenderRecursiveInternal()&lt;BR&gt;(unknown file): N 00125&lt;BR&gt;System.Web.UI.Control.PreRenderRecursiveInternal()&lt;BR&gt;(unknown file): N 00125&lt;BR&gt;System.Web.UI.Control.PreRenderRecursiveInternal()&lt;BR&gt;(unknown file): N 00125&lt;BR&gt;System.Web.UI.Control.PreRenderRecursiveInternal()&lt;BR&gt;(unknown file): N 00125&lt;BR&gt;System.Web.UI.Page.ProcessRequestMain()&lt;BR&gt;(unknown file): N 01545[/code]</description><pubDate>Tue, 26 Apr 2005 07:28:45 GMT</pubDate><dc:creator>Mark Christianson</dc:creator></item></channel></rss>