﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebGrid Enterprise - WebGrid binding issue : Error:: There is no row at position 1.</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-binding-issue--Error-There-is-no-row-at-position-1/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>WebGrid binding issue : Error:: There is no row at position 1.</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-binding-issue--Error-There-is-no-row-at-position-1/</link><pubDate>Fri, 16 Apr 2010 05:54:47 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>I do not see any mistake with the method to add a single row you provided.&lt;br /&gt;&lt;p&gt;You could try our live chat available in this &lt;a href="../../../Support/LiveChat.aspx" target="_blank"&gt;link&lt;/a&gt;. However, currently as stated in the page our live chat is only availble from 8AM - 5PM (GMT&amp;#43;7) weekdays. &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Support for US timezone is already planned and is scheduled for next week. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebGrid binding issue : Error:: There is no row at position 1.</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-binding-issue--Error-There-is-no-row-at-position-1/</link><pubDate>Thu, 15 Apr 2010 18:00:32 GMT</pubDate><dc:creator>646baml</dc:creator><description>&lt;p&gt;We are still using WebGrid 6.0.  &lt;/p&gt;
&lt;p&gt;This error occurs intermittently in prod environment and whenever it happens, the entire app becomes unusable. All the users get thrown out of app. The entire app can only be recover by doing IIS Reset.&lt;/p&gt;
&lt;p&gt;It's very critical for us to resolve it. &lt;/p&gt;
&lt;p&gt;As I already stated in this thread, we bind the webgrid using objectdatasource and objectdatasource is bind to a class which in turn execute SP call. Once resultset is been retrieved from the SP, we check if there are any rows in it, if resultset is empty then we explicitly add one row into it as below :&lt;/p&gt;&lt;span style="color: #0000ff"&gt;&lt;span style="color: #0000ff"&gt;
&lt;p&gt;try&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #0000ff"&gt;&lt;span style="color: #0000ff"&gt;if&lt;/span&gt;&lt;/span&gt; (ds.Tables[0].Rows.Count == 0)&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #008080"&gt;&lt;span style="color: #008080"&gt;DataRow&lt;/span&gt;&lt;/span&gt; dr = ds.Tables[0].NewRow();&lt;/p&gt;
&lt;p&gt;ds.Tables[0].Rows.Add(dr);&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #0000ff"&gt;&lt;span style="color: #0000ff"&gt;catch&lt;/span&gt;&lt;/span&gt; { }&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Do you think by any chance above code might throw this error ?&lt;/p&gt;
&lt;p&gt;If you look at the stacktrace, you could see that once WebGrid.OnLoad is called, all the stack trace contains the method calls related to data binding to webgrid. We do not have much control over those methods. &lt;/p&gt;
&lt;p&gt;Is it possible, if anybody from intersoft can have verbal communication with us, so that we can look more closely into it. It would be highly appreciated. By any chance , are you available in US EST time ?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>WebGrid binding issue : Error:: There is no row at position 1.</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-binding-issue--Error-There-is-no-row-at-position-1/</link><pubDate>Wed, 14 Apr 2010 23:41:42 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;As fas as I know no such issue has been reported before and without being able to replicate the issue in our environment we could not know for sure the cause of such issue. Please confirm that you are already using the latest build of our control, which is WebGrid 7 build 403 and WebUI Framework 3 bild 752. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Does the simple sample WebGrid already reflect the setting your are using? Did you use filter? How many data is in the grid? What kind of paging did you use?&lt;/p&gt;
&lt;p&gt;You could also share how to replicate the issue in the production environment so we could try to replicate the issue in our environment.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebGrid binding issue : Error:: There is no row at position 1.</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-binding-issue--Error-There-is-no-row-at-position-1/</link><pubDate>Wed, 14 Apr 2010 16:34:45 GMT</pubDate><dc:creator>646baml</dc:creator><description>&lt;p&gt;Hi, Actually, it happens only on Prod environment at our side and we could not reproduce it in QA and DEV environments so far. Could you please suggest what could be the approach to reach the root cause of this error ? If somebody else have reported this issue before ?&lt;/p&gt;</description></item><item><title>WebGrid binding issue : Error:: There is no row at position 1.</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-binding-issue--Error-There-is-no-row-at-position-1/</link><pubDate>Tue, 30 Mar 2010 00:36:18 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;In order to analyze the issue we need to be able to replicate the issue in our environment. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;I have prepared a simple sample page with the scenario you described, custom object bound to ObjectDataSource and WebGrid is bound to the ObjectDataSource. The custom object has already been available in our WebGrid sample. Feel free to modify the sample or the custom object in order to replicate the issue.  &lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebGrid binding issue : Error:: There is no row at position 1.</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-binding-issue--Error-There-is-no-row-at-position-1/</link><pubDate>Mon, 29 Mar 2010 16:31:19 GMT</pubDate><dc:creator>646baml</dc:creator><description>&lt;p&gt;Hi Glenn,&lt;/p&gt;
&lt;p&gt;In our app, WebGrid is bound to ObjectDataSource and ObjectDataSource is bound to a class.&lt;/p&gt;
&lt;p&gt;This class is having two functions which provides dataset and count of records. It doesnot happen that frequently, but whenever it happens , it brings the entire application down. Then application can be recovered only by restarting IIS. Restart of IIS in production environment is not suggestable.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>WebGrid binding issue : Error:: There is no row at position 1.</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-binding-issue--Error-There-is-no-row-at-position-1/</link><pubDate>Thu, 04 Mar 2010 22:18:22 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>Do you mind elaborating on the WebGrid setting and the object model you are using to replicate the issue?&lt;br /&gt;&lt;br /&gt;It would also help us greatly if you could send us a simple running project that could replicate the issue.&lt;br /&gt;</description></item><item><title>WebGrid binding issue : Error:: There is no row at position 1.</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-binding-issue--Error-There-is-no-row-at-position-1/</link><pubDate>Thu, 04 Mar 2010 12:00:08 GMT</pubDate><dc:creator>646baml</dc:creator><description>&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;I am binding WebGrid using ObjectDataSource and sometimes found that application crashes with the unhandled error as below :&lt;/p&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;
&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #800000"&gt;&lt;span style="font-size: 13px; color: #800000"&gt;Exception&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #800000"&gt;&lt;span style="font-size: 13px; color: #800000"&gt;Type&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;System.Web.HttpUnhandledException&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #800000"&gt;&lt;span style="font-size: 13px; color: #800000"&gt;Type&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #800000"&gt;&lt;span style="font-size: 13px; color: #800000"&gt;Message&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;Exception of type 'System.Web.HttpUnhandledException' was thrown.&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #800000"&gt;&lt;span style="font-size: 13px; color: #800000"&gt;Message&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #800000"&gt;&lt;span style="font-size: 13px; color: #800000"&gt;Source&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;System.Web&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #800000"&gt;&lt;span style="font-size: 13px; color: #800000"&gt;Source&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #800000"&gt;&lt;span style="font-size: 13px; color: #800000"&gt;StackTrace&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.atlashome_aspx.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously)&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #800000"&gt;&lt;span style="font-size: 13px; color: #800000"&gt;StackTrace&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #800000"&gt;&lt;span style="font-size: 13px; color: #800000"&gt;TargetSite&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;Boolean HandleError(System.Exception)&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #800000"&gt;&lt;span style="font-size: 13px; color: #800000"&gt;TargetSite&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #800000"&gt;&lt;span style="font-size: 13px; color: #800000"&gt;Exception&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #800000"&gt;&lt;span style="font-size: 13px; color: #800000"&gt;Exception&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #800000"&gt;&lt;span style="font-size: 13px; color: #800000"&gt;MethodName&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;Application_Error&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #800000"&gt;&lt;span style="font-size: 13px; color: #800000"&gt;MethodName&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #800000"&gt;&lt;span style="font-size: 13px; color: #800000"&gt;Type&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;System.IndexOutOfRangeException&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #800000"&gt;&lt;span style="font-size: 13px; color: #800000"&gt;Type&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #800000"&gt;&lt;span style="font-size: 13px; color: #800000"&gt;Message&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;There is no row at position 1.&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #800000"&gt;&lt;span style="font-size: 13px; color: #800000"&gt;Message&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #800000"&gt;&lt;span style="font-size: 13px; color: #800000"&gt;Source&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;System.Data&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #800000"&gt;&lt;span style="font-size: 13px; color: #800000"&gt;Source&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #800000"&gt;&lt;span style="font-size: 13px; color: #800000"&gt;StackTrace&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; at System.Data.RBTree`1.GetNodeByIndex(Int32 userIndex) at System.Data.RBTree`1.get_Item(Int32 index) at System.Data.Index.InitRecords(IFilter filter) at System.Data.Index..ctor(DataTable table, Int32[] ndexDesc, IndexField[] indexFields, DataViewRowState recordStates, IFilter rowFilter) at System.Data.DataTable.GetIndex(IndexField[] indexDesc, DataViewRowState recordStates, IFilter rowFilter) at System.Data.DataView.UpdateIndex(Boolean force, Boolean fireEvent) at System.Data.DataView.UpdateIndex(Boolean force) at System.Data.DataView.SetIndex2(String newSort, DataViewRowState newRowStates, DataExpression newRowFilter, Boolean fireEvent) at System.Data.DataView..ctor(DataTable table) at System.Web.UI.WebControls.FilteredDataSetHelper.CreateFilteredDataView(DataTable table, String sortExpression, String filterExpression, IDictionary filterParameters) at System.Web.UI.WebControls.ObjectDataSourceView.CreateFilteredDataView(DataTable dataTable, String sortExpression, String filterExpression) at System.Web.UI.WebControls.ObjectDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at ISNet.WebUI.DataSourceInfo.PerformSelect() at ISNet.WebUI.WebGrid.WebGridDataSourceInfo.PerformSelect() at ISNet.WebUI.DataSourceInfo.DataBind() at ISNet.WebUI.DataSourceInfo.EnsureDataBound() at ISNet.WebUI.DataSourceInfo.set_RequiresDataBinding(Boolean value) at ISNet.WebUI.WebGrid.WebGrid._?(Boolean ?) at ISNet.WebUI.WebGrid.WebGrid.OnInitializeDataSource(Object dataSource) at ISNet.WebUI.WebGrid.WebGrid.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #800000"&gt;&lt;span style="font-size: 13px; color: #800000"&gt;StackTrace&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #800000"&gt;&lt;span style="font-size: 13px; color: #800000"&gt;TargetSite&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;Int32 GetNodeByIndex(Int32)&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #800000"&gt;&lt;span style="font-size: 13px; color: #800000"&gt;TargetSite&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #800000"&gt;&lt;span style="font-size: 13px; color: #800000"&gt;Exception&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&amp;gt; 
&lt;/span&gt;&lt;/span&gt;</description></item></channel></rss>