<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>WLQuickApps Forum Rss Feed</title><link>http://www.codeplex.com/WLQuickApps/Thread/List.aspx</link><description>WLQuickApps Forum Rss Description</description><item><title>New Post: Get profile image</title><link>http://wlquickapps.codeplex.com/discussions/266507</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;How can I get my profile image?&lt;/p&gt;
&lt;p&gt;I know it&amp;acute;s stored in blufyles.storage nut i don&amp;acute;t know how to obtain the complete URI.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any help?&lt;/p&gt;
&lt;/div&gt;</description><author>soapfeldmann</author><pubDate>Mon, 25 Jul 2011 20:38:15 GMT</pubDate><guid isPermaLink="false">New Post: Get profile image 20110725083815P</guid></item><item><title>New Post: error in SocialNetwork.WebSite</title><link>http://wlquickapps.codeplex.com/Thread/View.aspx?ThreadId=31733</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;apply the following changes:&lt;/p&gt;
&lt;p&gt;--- C:/Temp/BlogHeadlines.ascx-revBASE.svn000.tmp.ascx&amp;nbsp;&lt;br&gt;+++ C:/SocialNetwork/SocialNetwork.WebSite/Controls/BlogHeadlines.ascx&amp;nbsp;&lt;br&gt;@@ -1,14 +1,14 @@&lt;br&gt;&amp;nbsp;&amp;lt;%@ Control Language=&amp;quot;C#&amp;quot; AutoEventWireup=&amp;quot;true&amp;quot; CodeFile=&amp;quot;BlogHeadlines.ascx.cs&amp;quot; Inherits=&amp;quot;BlogHeadlines&amp;quot; %&amp;gt;&lt;br&gt;-&amp;lt;%@ Register Assembly=&amp;quot;RssToolkit&amp;quot; Namespace=&amp;quot;RssToolkit&amp;quot; TagPrefix=&amp;quot;cc1&amp;quot; %&amp;gt;&lt;br&gt;+&amp;lt;%@ Register Assembly=&amp;quot;RssToolkit&amp;quot; Namespace=&amp;quot;RssToolkit.Web.WebControls&amp;quot; TagPrefix=&amp;quot;cc1&amp;quot; %&amp;gt;&lt;br&gt;&amp;nbsp;&lt;br&gt;&amp;nbsp;&amp;lt;asp:Panel runat=&amp;quot;server&amp;quot; ID=&amp;quot;_blogHeadlinesPanel&amp;quot; SkinID=&amp;quot;BlogRotator&amp;quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:DataList runat=&amp;quot;server&amp;quot; ID=&amp;quot;_blogHeadlines&amp;quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ItemTemplate&amp;gt;&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;lt;asp:Label runat=&amp;quot;server&amp;quot; ID=&amp;quot;_blogItemDate&amp;quot; SkinID=&amp;quot;BlogItemDate&amp;quot;&amp;gt;&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;lt;%# DateTime.Parse(((GenericRssElement)Container.DataItem)[&amp;quot;PubDate&amp;quot;]).ToString(&amp;quot;MMM d, yyyy&amp;quot;) %&amp;gt;&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;lt;%# DateTime.Parse(((RssToolkit.Rss.RssItem)Container.DataItem).PubDate).ToString(&amp;quot;MMM d, yyyy&amp;quot;)%&amp;gt;&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;lt;/asp:Label&amp;gt;&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;lt;asp:Image runat=&amp;quot;server&amp;quot; ID=&amp;quot;_arrow&amp;quot; ImageUrl=&amp;quot;~/Images/Arrow.gif&amp;quot; /&amp;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;lt;asp:HyperLink runat=&amp;quot;server&amp;quot; ID=&amp;quot;_blogItemLink&amp;quot; NavigateUrl='&amp;lt;%# ((GenericRssElement)Container.DataItem)[&amp;quot;Link&amp;quot;] %&amp;gt;'&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;lt;asp:HyperLink runat=&amp;quot;server&amp;quot; ID=&amp;quot;_blogItemLink&amp;quot; NavigateUrl='&amp;lt;%# ((RssToolkit.Rss.RssItem)Container.DataItem).Link %&amp;gt;'&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; Target=&amp;quot;_blank&amp;quot; Text='&amp;lt;%# this.GetRssItemTitle(Container.DataItem) %&amp;gt;' SkinID=&amp;quot;BlogItemTitle&amp;quot; /&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ItemTemplate&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/asp:DataList&amp;gt;&lt;/p&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;p&gt;--- C:/Temp/BlogHeadlines.ascx.cs-revBASE.svn000.tmp.cs&amp;nbsp;&lt;br&gt;+++ C:/SocialNetwork/SocialNetwork.WebSite/Controls/BlogHeadlines.ascx.cs&lt;br&gt;@@ -9,62 +9,50 @@&lt;br&gt;&amp;nbsp;using System.Web.UI.WebControls.WebParts;&lt;br&gt;&amp;nbsp;using System.Web.UI.HtmlControls;&lt;br&gt;&amp;nbsp;using RssToolkit;&lt;br&gt;+using RssToolkit.Rss;&lt;br&gt;&amp;nbsp;&lt;br&gt;-public partial class BlogHeadlines : System.Web.UI.UserControl&lt;br&gt;-{&lt;br&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; public string RssUrl&lt;br&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; get { return this._rssDataSource.Url; }&lt;br&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set { this._rssDataSource.Url = value; }&lt;br&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;+public partial class BlogHeadlines : System.Web.UI.UserControl {&lt;br&gt;+&amp;nbsp;public string RssUrl {&lt;br&gt;+&amp;nbsp;&amp;nbsp;get { return this._rssDataSource.Url; }&lt;br&gt;+&amp;nbsp;&amp;nbsp;set { this._rssDataSource.Url = value; }&lt;br&gt;+&amp;nbsp;}&lt;br&gt;&amp;nbsp;&lt;br&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; public string ErrorText&lt;br&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; get { return this._errorLabel.Text; }&lt;br&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set { this._errorLabel.Text = value; }&lt;br&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;+&amp;nbsp;public string ErrorText {&lt;br&gt;+&amp;nbsp;&amp;nbsp;get { return this._errorLabel.Text; }&lt;br&gt;+&amp;nbsp;&amp;nbsp;set { this._errorLabel.Text = value; }&lt;br&gt;+&amp;nbsp;}&lt;br&gt;&amp;nbsp;&lt;br&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; protected void Page_Load(object sender, EventArgs e)&lt;br&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;+&amp;nbsp;protected void Page_Load(object sender, EventArgs e) {&lt;br&gt;+&amp;nbsp;}&lt;br&gt;&amp;nbsp;&lt;br&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; protected override void DataBindChildren()&lt;br&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; try&lt;br&gt;-&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; this._rssDataSource.DataBind();&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; this._blogHeadlines.DataSource = this._rssDataSource.Channel.Items;&lt;br&gt;+&amp;nbsp;protected override void DataBindChildren() {&lt;br&gt;+&amp;nbsp;&amp;nbsp;try {&lt;br&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;this._rssDataSource.DataBind();&lt;br&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;this._blogHeadlines.DataSource = this._rssDataSource.Rss.Channel.Items;&lt;br&gt;&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; base.DataBindChildren();&lt;br&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;base.DataBindChildren();&lt;br&gt;&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; this._blogHeadlinesPanel.Visible = true;&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; this._errorLabel.Visible = false;&lt;br&gt;-&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; catch&lt;br&gt;-&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; this._blogHeadlinesPanel.Visible = false;&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; this._errorLabel.Visible = true;&lt;br&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;this._blogHeadlinesPanel.Visible = true;&lt;br&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;this._errorLabel.Visible = false;&lt;br&gt;+&amp;nbsp;&amp;nbsp;} catch {&lt;br&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;this._blogHeadlinesPanel.Visible = false;&lt;br&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;this._errorLabel.Visible = true;&lt;br&gt;+&amp;nbsp;&amp;nbsp;}&lt;br&gt;+&amp;nbsp;}&lt;br&gt;&amp;nbsp;&lt;br&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; protected string GetRssItemTitle(object rssItem)&lt;br&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GenericRssElement element = (GenericRssElement)rssItem;&lt;br&gt;+&amp;nbsp;protected string GetRssItemTitle(object rssItem) {&lt;br&gt;+&amp;nbsp;&amp;nbsp;RssItem element = (RssItem)rssItem;&lt;br&gt;&amp;nbsp;&lt;br&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (!element.Attributes.ContainsKey(&amp;quot;Title&amp;quot;))&lt;br&gt;-&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; return &amp;quot;Untitled&amp;quot;;&lt;br&gt;-&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; else&lt;br&gt;-&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; string title = element.Attributes[&amp;quot;Title&amp;quot;];&lt;br&gt;+&amp;nbsp;&amp;nbsp;if (string.IsNullOrEmpty(element.Title)) {&lt;br&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;return &amp;quot;Untitled&amp;quot;;&lt;br&gt;+&amp;nbsp;&amp;nbsp;} else {&lt;br&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;string title = element.Title;&lt;br&gt;&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; if (title.Length &amp;gt; 70)&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; title = title.Substring(0, 65) + &amp;quot;...&amp;quot;;&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;if (title.Length &amp;gt; 70) {&lt;br&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;title = title.Substring(0, 65) + &amp;quot;...&amp;quot;;&lt;br&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br&gt;&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; return this.Server.HtmlEncode(title);&lt;br&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;return this.Server.HtmlEncode(title);&lt;br&gt;+&amp;nbsp;&amp;nbsp;}&lt;br&gt;+&amp;nbsp;}&lt;br&gt;&amp;nbsp;}&lt;/p&gt;&lt;/div&gt;</description><author>riaanl</author><pubDate>Thu, 15 Oct 2009 23:35:09 GMT</pubDate><guid isPermaLink="false">New Post: error in SocialNetwork.WebSite 20091015113509P</guid></item><item><title>New Post: FieldManager.Silverlight.xap</title><link>http://wlquickapps.codeplex.com/Thread/View.aspx?ThreadId=68794</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&lt;em&gt;Does any one know where the file is&amp;nbsp;&lt;span style="color:#0000ff;font-size:x-small"&gt;&lt;span style="color:#0000ff;font-size:x-small"&gt;FieldManager.Silverlight.xap or if anyone has the code&lt;/span&gt;&lt;/span&gt;&lt;/em&gt;&lt;span style="font-size:x-small"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&lt;span style="color:#ff0000;font-size:x-small"&gt;&lt;span style="color:#ff0000;font-size:x-small"&gt;Source&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small"&gt;&lt;span style="color:#0000ff;font-size:x-small"&gt;=&amp;quot;~/ClientBin/WLQuickApps.FieldManager.Silverlight.xap&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small"&gt; &lt;/span&gt;&lt;/p&gt;
please help trying to make the fieldmanager&amp;nbsp;work&lt;/p&gt;
&lt;p&gt;thanks for help in advance&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;span style="color:#0000ff;font-size:x-small"&gt;&lt;span style="color:#0000ff;font-size:x-small"&gt;&lt;em&gt;&amp;nbsp;&lt;/em&gt;&lt;/span&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;</description><author>herncomp</author><pubDate>Sun, 13 Sep 2009 23:36:13 GMT</pubDate><guid isPermaLink="false">New Post: FieldManager.Silverlight.xap 20090913113613P</guid></item><item><title>New Post: AjaxControlToolkit The located assembly's manifest definition does not match the assembly reference</title><link>http://www.codeplex.com/WLQuickApps/Thread/View.aspx?ThreadId=45652</link><description>&lt;div style="line-height: normal;"&gt;Hello ID,&lt;br&gt;
&lt;br&gt;
Our developer says the following could help solve the problem:
&lt;p&gt;The reason is :&lt;/p&gt;
&lt;p&gt;There are a web site application and a class library named &amp;quot;controls&amp;quot; in the teambuilder solution. Looks like this person has only added the the AjaxControlToolkit into the website,actually the class library which is named &amp;quot;controls&amp;quot; also needs the latest version of toolkit.&lt;/p&gt;
&lt;p&gt;So please add the latest toolkit&amp;nbsp;to both&amp;nbsp;web site and class library, then add the &amp;quot;control&amp;quot; library to the website over again to make sure the control.dll is the latest version in the website. After that please rebuild the solution. &lt;/p&gt;
&lt;p&gt;Hope this is helpful for the problem.&lt;/p&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>jasonkelly</author><pubDate>Tue, 24 Feb 2009 19:39:19 GMT</pubDate><guid isPermaLink="false">New Post: AjaxControlToolkit The located assembly's manifest definition does not match the assembly reference 20090224073919P</guid></item><item><title>New Post: AjaxControlToolkit The located assembly's manifest definition does not match the assembly reference</title><link>http://www.codeplex.com/WLQuickApps/Thread/View.aspx?ThreadId=45652</link><description>&lt;div style="line-height: normal;"&gt;I have the latest version of the AjaxControlToolkit  but when I add reference to the website I get this error:&lt;br&gt;
&amp;quot;Could not load file or assembly 'AjaxControlToolkit, Version=3.0.11119.25533, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) &amp;quot;&lt;br&gt;
I have tried everything  I could think of including registering the AjaxControlToolkit in the GAC but no joy. What is referencing this particular version of the toolkit and how can I change it to use the latest one?&lt;br&gt;
&lt;br&gt;
Thanks&lt;br&gt;
ID
&lt;/div&gt;</description><author>ivodurchev</author><pubDate>Fri, 30 Jan 2009 00:20:45 GMT</pubDate><guid isPermaLink="false">New Post: AjaxControlToolkit The located assembly's manifest definition does not match the assembly reference 20090130122045A</guid></item><item><title>New Post: Windows Live Video Messages</title><link>http://www.codeplex.com/WLQuickApps/Thread/View.aspx?ThreadId=44240</link><description>&lt;div style="line-height: normal;"&gt;The live service for Live Video Messages is beta(as of 01/14/09)  Any thoughts/plans to produce a demo application or mash-up using this new service?&lt;br&gt;
&lt;br&gt;
Cheers,
&lt;/div&gt;</description><author>dhollas</author><pubDate>Thu, 15 Jan 2009 00:47:57 GMT</pubDate><guid isPermaLink="false">New Post: Windows Live Video Messages 20090115124757A</guid></item><item><title>New Post: Need to update WLQuickApps.Retail for Silverlight 2 RTW </title><link>http://www.codeplex.com/WLQuickApps/Thread/View.aspx?ThreadId=38987</link><description>&lt;div style="line-height: normal;"&gt;In the class CollisionUtil for MetaliqSilverlightSDK needs some changes to work with silverlight 2 RTW&lt;br&gt;
&lt;br&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:blue;font-family:'courier new'"&gt;        public&lt;/span&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt; &lt;span style="color:blue"&gt;static&lt;/span&gt; &lt;span style="color:blue"&gt;bool&lt;/span&gt; CheckCollision(&lt;span style="color:#2b91af"&gt;FrameworkElement&lt;/span&gt; ControlA, &lt;span style="color:#2b91af"&gt;FrameworkElement&lt;/span&gt; ControlB)&lt;br&gt;
&lt;/span&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;        {&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;            &lt;span style="color:green"&gt;// first see if sprite rectangles collide&lt;/span&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;            &lt;span style="color:#2b91af"&gt;Rect&lt;/span&gt; BoundingBoxA = ControlA.GetBounds();&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;            &lt;span style="color:#2b91af"&gt;Rect&lt;/span&gt; BoundingBoxB = ControlA.GetBounds();&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;            BoundingBoxA.Intersect(BoundingBoxB);&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;            &lt;span style="color:blue"&gt;if&lt;/span&gt; (BoundingBoxA == &lt;span style="color:#2b91af"&gt;Rect&lt;/span&gt;.Empty)&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;            {&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;                &lt;span style="color:green"&gt;// no collision - GET OUT!&lt;/span&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;                &lt;span style="color:blue"&gt;return&lt;/span&gt; &lt;span style="color:blue"&gt;false&lt;/span&gt;;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;            }&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;            &lt;span style="color:blue"&gt;else&lt;/span&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;            {&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;                &lt;span style="color:blue"&gt;bool&lt;/span&gt; bCollision = &lt;span style="color:blue"&gt;false&lt;/span&gt;;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;                &lt;span style="color:#2b91af"&gt;Point&lt;/span&gt; ptCheck = &lt;span style="color:blue"&gt;new&lt;/span&gt; &lt;span style="color:#2b91af"&gt;Point&lt;/span&gt;();&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;                &lt;span style="color:green"&gt;// now we do a more accurate pixel hit test&lt;/span&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;                &lt;span style="color:blue"&gt;for&lt;/span&gt; (&lt;span style="color:blue"&gt;int&lt;/span&gt; x = &lt;span style="color:#2b91af"&gt;Convert&lt;/span&gt;.ToInt32(BoundingBoxA.X); x &amp;lt; &lt;span style="color:#2b91af"&gt;Convert&lt;/span&gt;.ToInt32(BoundingBoxA.X + BoundingBoxA.Width); x++)&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;                {&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;                    &lt;span style="color:blue"&gt;for&lt;/span&gt; (&lt;span style="color:blue"&gt;int&lt;/span&gt; y = &lt;span style="color:#2b91af"&gt;Convert&lt;/span&gt;.ToInt32(BoundingBoxA.Y); y &amp;lt; &lt;span style="color:#2b91af"&gt;Convert&lt;/span&gt;.ToInt32(BoundingBoxA.Y + BoundingBoxA.Height); y++)&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;                    {&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;                        ptCheck.X = x;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;                        ptCheck.Y = y;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;                        &lt;br&gt;
                        // &lt;span style="font-size:11pt;background:red;color:black;font-family:'calibri','sans-serif'"&gt;List&amp;lt;UIElement&amp;gt; hits = (List&amp;lt;UIElement&amp;gt;)ControlA.HitTest(ptCheck);&lt;/span&gt;   &lt;span style="color:#008000"&gt;will not work in Silverlight 2 RTW replace it with bellow&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;                        &lt;span style="color:#2b91af"&gt;List&lt;/span&gt;&amp;lt;&lt;span style="color:#2b91af"&gt;UIElement&lt;/span&gt;&amp;gt; hits = (&lt;span style="color:#2b91af"&gt;List&lt;/span&gt;&amp;lt;&lt;span style="color:#2b91af"&gt;UIElement&lt;/span&gt;&amp;gt;)&lt;span style="color:#2b91af"&gt;VisualTreeHelper&lt;/span&gt;.FindElementsInHostCoordinates(ptCheck, ControlA);&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;                        &lt;span style="color:blue"&gt;if&lt;/span&gt; (hits.Contains(ControlA))&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;                        {&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;                            &lt;span style="color:green"&gt;// we have a hit on the first control elem,&lt;/span&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;                            &lt;span style="color:green"&gt;// now see if the second elem has a similar hit&lt;br&gt;
                            // &lt;span style="font-size:11pt;background:red;color:black;font-family:'calibri','sans-serif'"&gt;List&amp;lt;UIElement&amp;gt; hits2 = (List&amp;lt;UIElement&amp;gt;)ControlB.HitTest(ptCheck);&lt;/span&gt;   will not work in Silverlight 2 RTW replace it with bellow&lt;br&gt;
&lt;/span&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;                            &lt;span style="color:#2b91af"&gt;List&lt;/span&gt;&amp;lt;&lt;span style="color:#2b91af"&gt;UIElement&lt;/span&gt;&amp;gt; hits2 = (&lt;span style="color:#2b91af"&gt;List&lt;/span&gt;&amp;lt;&lt;span style="color:#2b91af"&gt;UIElement&lt;/span&gt;&amp;gt;)&lt;span style="color:#2b91af"&gt;VisualTreeHelper&lt;/span&gt;.FindElementsInHostCoordinates(ptCheck, ControlB);&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;                            &lt;span style="color:blue"&gt;if&lt;/span&gt; (hits2.Contains(ControlB))&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;                           {&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;                                bCollision = &lt;span style="color:blue"&gt;true&lt;/span&gt;;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;                                &lt;span style="color:blue"&gt;break&lt;/span&gt;;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;                            }&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;                        }&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;                    }&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;                    &lt;span style="color:blue"&gt;if&lt;/span&gt; (bCollision) &lt;span style="color:blue"&gt;break&lt;/span&gt;;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;                }&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;                &lt;span style="color:blue"&gt;return&lt;/span&gt; bCollision;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;line-height:normal"&gt;&lt;span style="font-size:10pt;font-family:'courier new'"&gt;            }&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 10pt"&gt;&lt;span style="font-size:10pt;line-height:115%;font-family:'courier new'"&gt;       }&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;br&gt;
Mahmoud Zaben&lt;br&gt;
 &lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>Zaben</author><pubDate>Sat, 01 Nov 2008 03:32:35 GMT</pubDate><guid isPermaLink="false">New Post: Need to update WLQuickApps.Retail for Silverlight 2 RTW  20081101033235A</guid></item><item><title>New Post: Steps to create website based on WLQuickApps.SocialNetwork</title><link>http://www.codeplex.com/WLQuickApps/Thread/View.aspx?ThreadId=36409</link><description>&lt;div style="line-height: normal;"&gt;I would like to build a website based on the WLQuickApps.SocialNetwork website. What would to steps be to take this out of the WLQuickApps and just use the SocialNetwork stuff?&lt;br&gt;
&lt;/div&gt;</description><author>victorcorey</author><pubDate>Wed, 24 Sep 2008 20:02:45 GMT</pubDate><guid isPermaLink="false">New Post: Steps to create website based on WLQuickApps.SocialNetwork 20080924080245P</guid></item><item><title>New Post: Could not load type 'WLQuickApps.ContosoBicycleClub.Default'.</title><link>http://www.codeplex.com/WLQuickApps/Thread/View.aspx?ThreadId=35852</link><description>&lt;div style="line-height: normal;"&gt;Please help. I downloaded the WLQuickApps and error occured, Could not load type 'WLQuickApps.ContosoBicycleClub.Default'. &lt;br&gt;
&lt;br&gt;
I'm new to Windows Live and I need to implement the said app.&lt;br&gt;
&lt;br&gt;
I appreciate your help.&lt;br&gt;
eacon&lt;br&gt;
&lt;/div&gt;</description><author>eacon</author><pubDate>Wed, 17 Sep 2008 16:39:57 GMT</pubDate><guid isPermaLink="false">New Post: Could not load type 'WLQuickApps.ContosoBicycleClub.Default'. 20080917043957P</guid></item><item><title>New Post: Where is Script# v0.4.5.0</title><link>http://www.codeplex.com/WLQuickApps/Thread/View.aspx?ThreadId=23399</link><description>&lt;div style="line-height: normal;"&gt;I tried to get v0.4.5.0 from the link on codeplex, but I got this:
&lt;h2&gt;This project is not yet published&lt;/h2&gt;
&lt;br&gt;
As of now it looks like download of an msi is available at: &lt;a href="http://projects.nikhilk.net/ScriptSharp/Default.aspx"&gt;http://projects.nikhilk.net/ScriptSharp/Default.aspx&lt;/a&gt;&amp;nbsp;- however it is a later version - 0.5.1.0 - so this will take some fiddling to get working now it seems.&amp;nbsp; It would have been nicer to include dependencies within the download so that the project would build right from the get-go, or at least include details about this pre-req on the &amp;quot;&lt;a href="http://www.codeplex.com/WLQuickApps/Wiki/View.aspx?title=Tafiti Search Visualization&amp;referringTitle=Home"&gt;Deployment Guide&lt;/a&gt;&amp;quot; page.
&lt;/div&gt;</description><author>lkuhn65</author><pubDate>Thu, 11 Sep 2008 16:05:43 GMT</pubDate><guid isPermaLink="false">New Post: Where is Script# v0.4.5.0 20080911040543P</guid></item><item><title>New Post: Where to start, Streaming Media: Video Show?</title><link>http://www.codeplex.com/WLQuickApps/Thread/View.aspx?ThreadId=33143</link><description>&lt;div style="line-height: normal;"&gt;I would like to start using this site, &lt;br&gt;
&lt;h1&gt;&lt;span id="ctl00_ctl00_bscr_bcr_header4"&gt;Streaming Media:&lt;br&gt;
Video Show&lt;/span&gt;&lt;/h1&gt;
&lt;br&gt;
but don't know to where to start. I downloaded the application already. Do I need to pay the service and how much?&lt;br&gt;
&lt;br&gt;
If&amp;nbsp; i'm going to use the streaming media, can I modify or change everything according to our group wants?&lt;br&gt;
&lt;br&gt;
I need you help.&lt;br&gt;
&lt;br&gt;
eacon&lt;br&gt;
&lt;h1&gt;&lt;span id="ctl00_ctl00_bscr_bcr_header4"&gt;&lt;br&gt;
&lt;/span&gt;&lt;/h1&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>eacon</author><pubDate>Thu, 07 Aug 2008 21:42:34 GMT</pubDate><guid isPermaLink="false">New Post: Where to start, Streaming Media: Video Show? 20080807094234P</guid></item><item><title>New Post: Is microsoft supporting these apps, and for how long?</title><link>http://www.codeplex.com/WLQuickApps/Thread/View.aspx?ThreadId=27869</link><description>&lt;div style="line-height: normal;"&gt;John&lt;br&gt;
&lt;br&gt;
I amcurious if you found a solution to your above stated problem. &lt;br&gt;
http://forums.expression.microsoft.com/en-US/encoder/thread/4936449f-e61e-4bf4-9f0d-f38bb651b2c5/&lt;br&gt;
&lt;br&gt;
Myself and others are in the exact same situation.&lt;br&gt;
&lt;br&gt;
thanks&lt;br&gt;
Neil&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>nilashis</author><pubDate>Mon, 04 Aug 2008 10:18:09 GMT</pubDate><guid isPermaLink="false">New Post: Is microsoft supporting these apps, and for how long? 20080804101809A</guid></item><item><title>New Post: error in SocialNetwork.WebSite</title><link>http://www.codeplex.com/WLQuickApps/Thread/View.aspx?ThreadId=31733</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I am using VS Web Developer&amp;nbsp;2008 to rebuild the SocialNetwork.WebSite, but have some problems. I'v added all needed dll files, i.e. rsstoolkit, ajaxtoolkit, livenet, antixsslibrary, and all dll files generated by the other SocialNetwork sub-projects.&lt;br&gt;
When I ran build, I got an error:&amp;nbsp;&lt;br&gt;
&lt;em&gt;Error&amp;nbsp;1&amp;nbsp;Unknown server tag 'cc1:RssDataSource'.&amp;nbsp;C:\Documents and Settings\Administrator\Desktop\QuickApps 7.0\WLQuickApps.SocialNetwork\WLQuickApps.SocialNetwork.WebSite\Controls\BlogHeadlines.ascx&amp;nbsp;17&lt;/em&gt;&amp;nbsp;&lt;br&gt;
&lt;br&gt;
After I specified the full path of the namespace in&amp;nbsp;&lt;em&gt;BlogHeadlines.ascx&lt;/em&gt;, i.e.&amp;nbsp;&lt;span style="font-size:13px"&gt;&amp;lt;%&lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;@&lt;/span&gt;&lt;span style="font-size:13px"&gt; &lt;/span&gt;&lt;span style="font-size:13px;color:#a31515"&gt;Register&lt;/span&gt;&lt;span style="font-size:13px"&gt; &lt;/span&gt;&lt;span style="font-size:13px;color:#ff0000"&gt;Assembly&lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;=&amp;quot;RssToolkit&amp;quot;&lt;/span&gt;&lt;span style="font-size:13px"&gt; &lt;/span&gt;&lt;span style="font-size:13px;color:#ff0000"&gt;Namespace&lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;=&amp;quot;RssToolkit.Web.WebControls&amp;quot;&lt;/span&gt;&lt;span style="font-size:13px"&gt; &lt;/span&gt;&lt;span style="font-size:13px;color:#ff0000"&gt;TagPrefix&lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;=&amp;quot;cc1&amp;quot;&lt;/span&gt;&lt;span style="font-size:13px"&gt; %&amp;gt;, then the error became:&amp;nbsp;&lt;br&gt;
&lt;em&gt;Error&amp;nbsp;1&amp;nbsp;The type or namespace name 'GenericRssElement' could not be found (are you missing a using directive or an assembly reference?)&amp;nbsp;C:\Documents and Settings\Administrator\Desktop\QuickApps 7.0\WLQuickApps.SocialNetwork\WLQuickApps.SocialNetwork.WebSite\Controls\BlogHeadlines.ascx.cs&amp;nbsp;52&amp;nbsp;9&amp;nbsp;C:\...\WLQuickApps.SocialNetwork.WebSite\&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Error&amp;nbsp;2&amp;nbsp;'RssToolkit.Web.WebControls.RssDataSource' does not contain a definition for 'Channel'&amp;nbsp;C:\Documents and Settings\Administrator\Desktop\QuickApps 7.0\WLQuickApps.SocialNetwork\WLQuickApps.SocialNetwork.WebSite\Controls\BlogHeadlines.ascx.cs&amp;nbsp;36&amp;nbsp;66&amp;nbsp;C:\...\WLQuickApps.SocialNetwork.WebSite\&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
I think there is a namespace problem here, but dont know how to fix. Any advice and help is appreciated.&lt;br&gt;
&lt;br&gt;
P.
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>wangpengcn</author><pubDate>Thu, 17 Jul 2008 15:12:07 GMT</pubDate><guid isPermaLink="false">New Post: error in SocialNetwork.WebSite 20080717031207P</guid></item><item><title>NEW POST: Is microsoft supporting these apps, and for how long?</title><link>http://www.codeplex.com/WLQuickApps/Thread/View.aspx?ThreadId=27869</link><description>&lt;div style="line-height: normal;"&gt;I am wondering if these are being supported, as video.show uses microsoft expression encoder installed on the server and I have been having trouble getting that to even install on a VPS I am renting thats running windows server 2003 under a paralells virtuozzo virtual server (not my choice between paralells or MS virtual server).&lt;br&gt;
&lt;br&gt;
anyway, you would think you would be able to find a place to host that application for 40 bucks a month, but so far I haven't been able to get it working anywhere but my local machine.&lt;br&gt;
&lt;br&gt;
Also, the hosting that is offered for free on the bottom of this project page (Verio) is a little misleading.&amp;nbsp; I went and signed up for an account with them too, seeing that they say &lt;br&gt;
&lt;br&gt;
&amp;quot;&lt;strong&gt;Your Free Website is Compatible with the Following: - Microsoft Expression&lt;/strong&gt;&lt;strong&gt;&amp;quot;&lt;br&gt;
&lt;br&gt;
&lt;/strong&gt;&lt;span&gt;however after signing up for the paid hosting (since they only give you a single DNS server ip with the instructions for the free service and my domain name provider requires 2) I found that their windows hosting that they call &amp;quot;windows virtual web servers&amp;quot; are not accessible via remote desktop, do not have microsoft expression available for encoding, and as far as i can tell there is no way to install it on this server, or even run an .exe.&amp;nbsp; &amp;quot;Expression&amp;quot; they use as a blanket term to refer to the frontpage-like app &amp;quot;Expression Web&amp;quot;, because it must have server extensions like frontpage did or something similar.&lt;br&gt;
&lt;br&gt;
So its really misleading perhaps since I have been trying to find a reasonably priced virtual server to install expression &lt;strong&gt;Encoder &lt;/strong&gt;on and then when I see &amp;quot;COMPATIBLE WITH EXPRESSION&amp;quot; and a link to the host from the quick apps page, I of course assume that they would meet the requirements of all the projects on this page, but they do not.&lt;br&gt;
&lt;br&gt;
Also, I have yet to hear if video.show (or any other of these blueprint/quick apps that might use expression encoder)&amp;nbsp; are going to support expression encoder 2 that has just been released.&amp;nbsp; From the codeplex page its hard to tell if there will be another release of that reference application.&lt;br&gt;
&lt;br&gt;
Anyway, I am hoping that you guys see this and really try to get these example applications to the point where they are usable out of the box, so people can worry about learning the new tech in them (LINQ, .net 3.5, ajax) rather than spending two weeks in the expression forums, codeplex forums, hosting provider customer support... and still unable to get a reasonably priced hosting solution that will work for it.&amp;nbsp; It seems to be a high cost of entry for an open source starter kit.&amp;nbsp; I dont mind buying encoder for 300 bucks, but I dont want to pay that every month or more to host it, at least not during development.&lt;br&gt;
&lt;br&gt;
Thanks, the code is great - I really want it to work out too, so maybe put yourself in a average joe who rents hosting shoes and evaluate these from that position.&amp;nbsp; And the Verio thing is kinda bogus I think.&amp;nbsp; Might want to look into that. &lt;br&gt;
&lt;br&gt;
-John&lt;br&gt;
&lt;/span&gt;
&lt;/div&gt;</description><author>TorchTheMall</author><pubDate>Fri, 16 May 2008 15:09:29 GMT</pubDate><guid isPermaLink="false">NEW POST: Is microsoft supporting these apps, and for how long? 20080516030929P</guid></item><item><title>NEW POST: Image Sources for project</title><link>http://www.codeplex.com/WLQuickApps/Thread/View.aspx?ThreadId=26418</link><description>&lt;div class="wikidoc"&gt;
Is it possible to get the image sources for the project?&lt;br /&gt; &lt;br /&gt;Thanks&lt;br /&gt;
&lt;/div&gt;</description><author>capturus</author><pubDate>Tue, 22 Apr 2008 21:45:14 GMT</pubDate><guid isPermaLink="false">NEW POST: Image Sources for project 20080422094514P</guid></item><item><title>NEW POST: type or namespace name 'Business' does not exist in the </title><link>http://www.codeplex.com/WLQuickApps/Thread/View.aspx?ThreadId=24718</link><description>&lt;div class="wikidoc"&gt;
Hi,&lt;br /&gt; &lt;br /&gt;are you able to compile the business project?&lt;br /&gt; &lt;br /&gt;the WLquickapps.social solution has several projects and the business layer references the data layer and both of these are used by the Web site.&lt;br /&gt; &lt;br /&gt;thx&lt;br /&gt;Angus&lt;br /&gt;
&lt;/div&gt;</description><author>alogan</author><pubDate>Thu, 27 Mar 2008 08:50:49 GMT</pubDate><guid isPermaLink="false">NEW POST: type or namespace name 'Business' does not exist in the  20080327085049A</guid></item><item><title>NEW POST: type or namespace name 'Business' does not exist in the </title><link>http://www.codeplex.com/WLQuickApps/Thread/View.aspx?ThreadId=24718</link><description>&lt;div class="wikidoc"&gt;
The type or namespace name 'Business' does not exist in the namespace 'WLQuickApps.SocialNetwork' (are you missing an assembly reference?)	can any one tell me why this is happening ??&lt;br /&gt;
&lt;/div&gt;</description><author>mallyajiggs</author><pubDate>Wed, 26 Mar 2008 04:46:41 GMT</pubDate><guid isPermaLink="false">NEW POST: type or namespace name 'Business' does not exist in the  20080326044641A</guid></item><item><title>NEW POST: type or namespace name 'Business' does not exist in the </title><link>http://www.codeplex.com/WLQuickApps/Thread/View.aspx?ThreadId=24717</link><description>&lt;div class="wikidoc"&gt;
The type or namespace name 'Business' does not exist in the namespace 'WLQuickApps.SocialNetwork' (are you missing an assembly reference?)	can any one tell me why this is happening ??&lt;br /&gt;
&lt;/div&gt;</description><author>mallyajiggs</author><pubDate>Wed, 26 Mar 2008 04:46:35 GMT</pubDate><guid isPermaLink="false">NEW POST: type or namespace name 'Business' does not exist in the  20080326044635A</guid></item><item><title>NEW POST: Errors in VisitPlanner</title><link>http://www.codeplex.com/WLQuickApps/Thread/View.aspx?ThreadId=24008</link><description>&lt;div class="wikidoc"&gt;
Hey - we are working hard to get this upgraded to SL 2 - please bear with us - our ETA is a few weeks.&lt;br /&gt; &lt;br /&gt;thx&lt;br /&gt;
&lt;/div&gt;</description><author>alogan</author><pubDate>Thu, 13 Mar 2008 21:38:57 GMT</pubDate><guid isPermaLink="false">NEW POST: Errors in VisitPlanner 20080313093857P</guid></item><item><title>NEW POST: Errors in VisitPlanner</title><link>http://www.codeplex.com/WLQuickApps/Thread/View.aspx?ThreadId=24008</link><description>&lt;div class="wikidoc"&gt;
Hi,&lt;br /&gt; &lt;br /&gt;I changed the project info for VESilverlight for working with Silverlight 2 Beta (the reference to Microsoft.Silverlight.CSharp.targets) and now it loads in solution. But when I try to build I have these kind of errors:&lt;br /&gt; &lt;br /&gt;x:Class=&amp;quot;VESilverlight.Secondary.PopupItem;assembly=ClientBin/VESilverlight.dll&amp;quot; is not valid. 'VESilverlight.Secondary.PopupItem;assembly=ClientBin/VESilverlight.dll' is not a valid fully qualified class name.	C:\Users\laurentiu\Documents\Visual Studio 2008\Projects\WLiveQuickApps 6.0\WLQuickApps.VisitPlanner\VESilverlight\Secondary\PopupItem.xaml&lt;br /&gt; &lt;br /&gt;and so on...&lt;br /&gt; &lt;br /&gt;Any hints about this?&lt;br /&gt;Thnx.&lt;br /&gt;
&lt;/div&gt;</description><author>net4u</author><pubDate>Thu, 13 Mar 2008 21:14:05 GMT</pubDate><guid isPermaLink="false">NEW POST: Errors in VisitPlanner 20080313091405P</guid></item></channel></rss>