<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Oxite</title><link>http://oxite.codeplex.com/project/feeds/rss</link><description>Oxite is a .NET based blog engine intended to show how we created a web standards compliant site using ASP.NET MVC.</description><item><title>Reopened Issue: Adding Comments to Post - Email validation [7099]</title><link>http://oxite.codeplex.com/workitem/7099</link><description>A problem occurs when adding an anonymous comment to a post&amp;#58;  &lt;br /&gt;The validation message does not show when an invalid email is entered and submitted with the subscription option unchecked.  The validation does show when the subscription option is checked.&lt;br /&gt;&amp;#160;&lt;br /&gt;Related View&amp;#58;  Views&amp;#47;Post&amp;#47;CommentFormAnonymous.ascx&lt;br /&gt;Related Classes&amp;#58; UserBaseValidator, PostService.AddComment&amp;#40;&amp;#41;, PostSubscriptionValidator&lt;br /&gt;&amp;#160;&lt;br /&gt;Workaround &amp;#47; fix&amp;#58;&lt;br /&gt;In CommentFormAnonymous.ascx&lt;br /&gt;Replace&amp;#58;  Html.ValidationMessage&amp;#40;&amp;#34;PostSubscription.Email&amp;#34;, &amp;#34;Valid email required to subscribe.&amp;#34;&amp;#41; &lt;br /&gt;With&amp;#58; Html.ValidationMessage&amp;#40;&amp;#34;UserBase.Email&amp;#34;, &amp;#34;Valid email required to subscribe.&amp;#34;&amp;#41;&lt;br /&gt;&amp;#160;&lt;br /&gt;Judging from the comments in the PostService code, it looks like the team may already be aware of this issue,  but hopefully this&amp;#39;ll help someone.&lt;br /&gt;</description><author>skewed</author><pubDate>Fri, 14 Jun 2013 07:23:20 GMT</pubDate><guid isPermaLink="false">Reopened Issue: Adding Comments to Post - Email validation [7099] 20130614072320A</guid></item><item><title>Reopened Issue: Email validation regex is way too limiting [7227]</title><link>http://oxite.codeplex.com/workitem/7227</link><description>Email validation&amp;#58;  Add underscore to valid email regular expression.  Many people have emails like adr_k&amp;#64;... &amp;#58;&amp;#41;&lt;br /&gt;</description><author>skewed</author><pubDate>Fri, 14 Jun 2013 07:23:20 GMT</pubDate><guid isPermaLink="false">Reopened Issue: Email validation regex is way too limiting [7227] 20130614072320A</guid></item><item><title>Reopened Issue: RenderPartialFromSkin triggers a NullReferenceException when rendering comments [7291]</title><link>http://oxite.codeplex.com/workitem/7291</link><description>The new RenderPartialFromSkin triggers a NullReferenceException when rendering comments.  It crashes because htmlHelper.ViewData&amp;#91;&amp;#34;OxiteViewEngines&amp;#34;&amp;#93; is null.  This occurs when a template calls RenderPartialFromSkin with model data, because in that case the ViewData is not propagated.&lt;br /&gt;&amp;#160;&lt;br /&gt;For example, Comments.ascx invokes it with a model, like so&amp;#58;&lt;br /&gt;    &amp;#60;&amp;#37; Html.RenderPartialFromSkin&amp;#40;&amp;#34;CommentListMedium&amp;#34;, new OxiteModelList...&amp;#41; &amp;#37;&amp;#62;&lt;br /&gt;&amp;#160;&lt;br /&gt;And, when it gets into the CommentListMedium.ascx template, it invokes RenderPartialFromSkin&amp;#58;&lt;br /&gt;    &amp;#60;&amp;#37; Html.RenderPartialFromSkin&amp;#40;&amp;#34;Comment&amp;#34;, new OxiteModelPartial...&amp;#41; &amp;#37;&amp;#62;&lt;br /&gt;&amp;#160;&lt;br /&gt;This is where the null reference exception occurs, because the earlier RenderPartialFromSkin call didn&amp;#39;t propagate the ViewData.  The bug appears around line 803, where it executes the following if it sees the model&amp;#58;&lt;br /&gt;     &amp;#47;&amp;#47; htmlHelper.ViewData is not passed through when a model is present&lt;br /&gt;     newViewData &amp;#61; viewData &amp;#61;&amp;#61; null &amp;#63; new ViewDataDictionary&amp;#40;model&amp;#41; &amp;#58; new ViewDataDictionary&amp;#40;viewData&amp;#41; &amp;#123; Model &amp;#61; model &amp;#125;&amp;#59;&lt;br /&gt;</description><author>skewed</author><pubDate>Fri, 14 Jun 2013 07:23:20 GMT</pubDate><guid isPermaLink="false">Reopened Issue: RenderPartialFromSkin triggers a NullReferenceException when rendering comments [7291] 20130614072320A</guid></item><item><title>Reopened Issue: Exception thrown if AuthorUrls not defined for plug-in [7851]</title><link>http://oxite.codeplex.com/workitem/7851</link><description>1.  Create plug-in.&lt;br /&gt;2.  Add AuthorUrl attribute but not AuthorUrls&lt;br /&gt;3.  Navigate to Admin&amp;#47;Plugins&lt;br /&gt;&amp;#160;&lt;br /&gt;Expected&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;Author is hyperlinked with AuthorUrl&lt;br /&gt;&amp;#160;&lt;br /&gt;Actual&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;Null reference exception is thrown in HtmlHelperExtensions&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;return htmlHelper.LinkOrDefault&amp;#40;authors&amp;#91;0&amp;#93;.CleanText&amp;#40;&amp;#41;, authorUrls.Length &amp;#61;&amp;#61; 1 &amp;#63; authorUrls&amp;#91;0&amp;#93;.CleanHref&amp;#40;&amp;#41; &amp;#58; &amp;#34;&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#160;&lt;br /&gt;Is AuthorUrl needed&amp;#63;  Won&amp;#39;t AuthorUrls just work&amp;#63;&lt;br /&gt;</description><author>ErikPorter</author><pubDate>Fri, 14 Jun 2013 07:23:19 GMT</pubDate><guid isPermaLink="false">Reopened Issue: Exception thrown if AuthorUrls not defined for plug-in [7851] 20130614072319A</guid></item><item><title>Reviewed: Oxite.2008.12.5 (May 30, 2013)</title><link>https://oxite.codeplex.com/releases/view/20210#ReviewBy-Ideasite</link><description>Rated 1 Stars &amp;#40;out of 5&amp;#41; - I think most of these reviews are fake.  Anything that&amp;#39;s just 5 stars and says &amp;#34;Excellent&amp;#34; could not have actually used this product.</description><author>Ideasite</author><pubDate>Fri, 31 May 2013 03:56:10 GMT</pubDate><guid isPermaLink="false">Reviewed: Oxite.2008.12.5 (May 30, 2013) 20130531035610A</guid></item><item><title>Closed Issue: Adding Comments to Post - Email validation [7099]</title><link>http://oxite.codeplex.com/workitem/7099</link><description>A problem occurs when adding an anonymous comment to a post&amp;#58;  &lt;br /&gt;The validation message does not show when an invalid email is entered and submitted with the subscription option unchecked.  The validation does show when the subscription option is checked.&lt;br /&gt;&amp;#160;&lt;br /&gt;Related View&amp;#58;  Views&amp;#47;Post&amp;#47;CommentFormAnonymous.ascx&lt;br /&gt;Related Classes&amp;#58; UserBaseValidator, PostService.AddComment&amp;#40;&amp;#41;, PostSubscriptionValidator&lt;br /&gt;&amp;#160;&lt;br /&gt;Workaround &amp;#47; fix&amp;#58;&lt;br /&gt;In CommentFormAnonymous.ascx&lt;br /&gt;Replace&amp;#58;  Html.ValidationMessage&amp;#40;&amp;#34;PostSubscription.Email&amp;#34;, &amp;#34;Valid email required to subscribe.&amp;#34;&amp;#41; &lt;br /&gt;With&amp;#58; Html.ValidationMessage&amp;#40;&amp;#34;UserBase.Email&amp;#34;, &amp;#34;Valid email required to subscribe.&amp;#34;&amp;#41;&lt;br /&gt;&amp;#160;&lt;br /&gt;Judging from the comments in the PostService code, it looks like the team may already be aware of this issue,  but hopefully this&amp;#39;ll help someone.&lt;br /&gt;</description><author>skewed</author><pubDate>Thu, 16 May 2013 10:38:04 GMT</pubDate><guid isPermaLink="false">Closed Issue: Adding Comments to Post - Email validation [7099] 20130516103804A</guid></item><item><title>Closed Issue: Email validation regex is way too limiting [7227]</title><link>http://oxite.codeplex.com/workitem/7227</link><description>Email validation&amp;#58;  Add underscore to valid email regular expression.  Many people have emails like adr_k&amp;#64;... &amp;#58;&amp;#41;&lt;br /&gt;</description><author>skewed</author><pubDate>Thu, 16 May 2013 10:38:03 GMT</pubDate><guid isPermaLink="false">Closed Issue: Email validation regex is way too limiting [7227] 20130516103803A</guid></item><item><title>Closed Issue: RenderPartialFromSkin triggers a NullReferenceException when rendering comments [7291]</title><link>http://oxite.codeplex.com/workitem/7291</link><description>The new RenderPartialFromSkin triggers a NullReferenceException when rendering comments.  It crashes because htmlHelper.ViewData&amp;#91;&amp;#34;OxiteViewEngines&amp;#34;&amp;#93; is null.  This occurs when a template calls RenderPartialFromSkin with model data, because in that case the ViewData is not propagated.&lt;br /&gt;&amp;#160;&lt;br /&gt;For example, Comments.ascx invokes it with a model, like so&amp;#58;&lt;br /&gt;    &amp;#60;&amp;#37; Html.RenderPartialFromSkin&amp;#40;&amp;#34;CommentListMedium&amp;#34;, new OxiteModelList...&amp;#41; &amp;#37;&amp;#62;&lt;br /&gt;&amp;#160;&lt;br /&gt;And, when it gets into the CommentListMedium.ascx template, it invokes RenderPartialFromSkin&amp;#58;&lt;br /&gt;    &amp;#60;&amp;#37; Html.RenderPartialFromSkin&amp;#40;&amp;#34;Comment&amp;#34;, new OxiteModelPartial...&amp;#41; &amp;#37;&amp;#62;&lt;br /&gt;&amp;#160;&lt;br /&gt;This is where the null reference exception occurs, because the earlier RenderPartialFromSkin call didn&amp;#39;t propagate the ViewData.  The bug appears around line 803, where it executes the following if it sees the model&amp;#58;&lt;br /&gt;     &amp;#47;&amp;#47; htmlHelper.ViewData is not passed through when a model is present&lt;br /&gt;     newViewData &amp;#61; viewData &amp;#61;&amp;#61; null &amp;#63; new ViewDataDictionary&amp;#40;model&amp;#41; &amp;#58; new ViewDataDictionary&amp;#40;viewData&amp;#41; &amp;#123; Model &amp;#61; model &amp;#125;&amp;#59;&lt;br /&gt;</description><author>skewed</author><pubDate>Thu, 16 May 2013 10:38:02 GMT</pubDate><guid isPermaLink="false">Closed Issue: RenderPartialFromSkin triggers a NullReferenceException when rendering comments [7291] 20130516103802A</guid></item><item><title>Closed Issue: Exception thrown if AuthorUrls not defined for plug-in [7851]</title><link>http://oxite.codeplex.com/workitem/7851</link><description>1.  Create plug-in.&lt;br /&gt;2.  Add AuthorUrl attribute but not AuthorUrls&lt;br /&gt;3.  Navigate to Admin&amp;#47;Plugins&lt;br /&gt;&amp;#160;&lt;br /&gt;Expected&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;Author is hyperlinked with AuthorUrl&lt;br /&gt;&amp;#160;&lt;br /&gt;Actual&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;Null reference exception is thrown in HtmlHelperExtensions&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;return htmlHelper.LinkOrDefault&amp;#40;authors&amp;#91;0&amp;#93;.CleanText&amp;#40;&amp;#41;, authorUrls.Length &amp;#61;&amp;#61; 1 &amp;#63; authorUrls&amp;#91;0&amp;#93;.CleanHref&amp;#40;&amp;#41; &amp;#58; &amp;#34;&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#160;&lt;br /&gt;Is AuthorUrl needed&amp;#63;  Won&amp;#39;t AuthorUrls just work&amp;#63;&lt;br /&gt;</description><author>ErikPorter</author><pubDate>Thu, 16 May 2013 10:38:00 GMT</pubDate><guid isPermaLink="false">Closed Issue: Exception thrown if AuthorUrls not defined for plug-in [7851] 20130516103800A</guid></item><item><title>Source code checked in, #96133</title><link>http://oxite.codeplex.com/SourceControl/changeset/changes/96133</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:40:31 GMT</pubDate><guid isPermaLink="false">Source code checked in, #96133 20121001094031P</guid></item><item><title>Source code checked in, #96132</title><link>http://oxite.codeplex.com/SourceControl/changeset/changes/96132</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:33:03 GMT</pubDate><guid isPermaLink="false">Source code checked in, #96132 20121001093303P</guid></item><item><title>New Post: Build errors/install problem</title><link>http://oxite.codeplex.com/discussions/59834</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&lt;span&gt;after setup AntiXssLibrary：&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=28589"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=28589&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;you can use this location version：C:\Program Files\Microsoft Information Security\AntiXSS Library v4.2\NET35\AntiXSSLibrary.dll&lt;/p&gt;
&lt;p&gt;then update your Oxite\&lt;span&gt;reference\&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><author>dankliu</author><pubDate>Wed, 05 Sep 2012 07:20:32 GMT</pubDate><guid isPermaLink="false">New Post: Build errors/install problem 20120905072032A</guid></item><item><title>Commented Issue: System.ArgumentException: A route named 'Site' could not be found in the route collection. [7199]</title><link>http://oxite.codeplex.com/workitem/7199</link><description>When I run the application I get this error. Please help me getting rid of this problem&lt;br /&gt;&lt;br /&gt;Source Error&amp;#58; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Line 379&amp;#58;        public static string Site&amp;#40;this UrlHelper urlHelper&amp;#41;&lt;br /&gt;Line 380&amp;#58;        &amp;#123;&lt;br /&gt;Line 381&amp;#58;            return urlHelper.RouteUrl&amp;#40;&amp;#34;Site&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;Line 382&amp;#58;        &amp;#125;&lt;br /&gt;Line 383&amp;#58;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Source File&amp;#58; C&amp;#58;&amp;#92;Dinesh&amp;#92;Help Files&amp;#92;Oxite&amp;#91;1&amp;#93;.2009.2.15&amp;#92;Oxite&amp;#92;Oxite.Mvc&amp;#92;Extensions&amp;#92;UrlHelperExtensions.cs    Line&amp;#58; 381 &lt;br /&gt;&lt;br /&gt;Stack Trace&amp;#58; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#91;ArgumentException&amp;#58; A route named &amp;#39;Site&amp;#39; could not be found in the route collection.&lt;br /&gt;Parameter name&amp;#58; name&amp;#93;&lt;br /&gt;   System.Web.Routing.RouteCollection.GetVirtualPath&amp;#40;RequestContext requestContext, String name, RouteValueDictionary values&amp;#41; &amp;#43;384&lt;br /&gt;   System.Web.Mvc.UrlHelper.GenerateUrl&amp;#40;String routeName, String actionName, String controllerName, RouteValueDictionary routeValues, RouteCollection routeCollection, RequestContext requestContext, Boolean includeImplicitMvcValues&amp;#41; &amp;#43;53&lt;br /&gt;   System.Web.Mvc.UrlHelper.GenerateUrl&amp;#40;String routeName, String actionName, String controllerName, String protocol, String hostName, String fragment, RouteValueDictionary routeValues, RouteCollection routeCollection, RequestContext requestContext, Boolean includeImplicitMvcValues&amp;#41; &amp;#43;36&lt;br /&gt;   System.Web.Mvc.UrlHelper.RouteUrl&amp;#40;String routeName, Object routeValues, String protocol&amp;#41; &amp;#43;61&lt;br /&gt;   System.Web.Mvc.UrlHelper.RouteUrl&amp;#40;String routeName&amp;#41; &amp;#43;8&lt;br /&gt;   Oxite.Mvc.Extensions.UrlHelperExtensions.Site&amp;#40;UrlHelper urlHelper&amp;#41; in C&amp;#58;&amp;#92;Dinesh&amp;#92;Help Files&amp;#92;Oxite&amp;#91;1&amp;#93;.2009.2.15&amp;#92;Oxite&amp;#92;Oxite.Mvc&amp;#92;Extensions&amp;#92;UrlHelperExtensions.cs&amp;#58;381&lt;br /&gt;   Oxite.Mvc.OxiteApplication.OxiteApplication_BeginRequest&amp;#40;Object sender, EventArgs e&amp;#41; in C&amp;#58;&amp;#92;Dinesh&amp;#92;Help Files&amp;#92;Oxite&amp;#91;1&amp;#93;.2009.2.15&amp;#92;Oxite&amp;#92;Oxite.Mvc&amp;#92;OxiteApplication.cs&amp;#58;68&lt;br /&gt;   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute&amp;#40;&amp;#41; &amp;#43;68&lt;br /&gt;   System.Web.HttpApplication.ExecuteStep&amp;#40;IExecutionStep step, Boolean&amp;#38; completedSynchronously&amp;#41; &amp;#43;75&lt;br /&gt;Comments: ** Comment from web user: real_yggdrasil ** &lt;p&gt;Get the same error, but not after spending an awful lot of time just getting the code to compile &amp;#58;&amp;#40;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;Restart of app doesnt help  me.. The problem seems to occur, because whatever is in OxiteRegisterRoutes isnt fired before the RouteURL method is fired. &lt;br /&gt;Why is this, and why seem other users of this Oxite code not have this problem&amp;#63;&lt;/p&gt;&lt;p&gt;Until this is solved, Oxite is useless for me&lt;/p&gt;</description><author>real_yggdrasil</author><pubDate>Mon, 27 Aug 2012 08:21:18 GMT</pubDate><guid isPermaLink="false">Commented Issue: System.ArgumentException: A route named 'Site' could not be found in the route collection. [7199] 20120827082118A</guid></item><item><title>New Post: Build errors/install problem</title><link>http://oxite.codeplex.com/discussions/59834</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello Mr. Erik&lt;/p&gt;
&lt;p&gt;I am facing the above problems, can u tell me where i can get&amp;nbsp;&lt;span&gt;AntiXssLibrary.dll and where i should place that ??&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks in Advance.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><author>Hari12</author><pubDate>Tue, 24 Jan 2012 11:08:42 GMT</pubDate><guid isPermaLink="false">New Post: Build errors/install problem 20120124110842A</guid></item><item><title>New Post: Build errors/install problem</title><link>http://oxite.codeplex.com/discussions/59834</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&lt;span style="color: #ff0000;"&gt;&lt;strong&gt;Errors&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Error&lt;span&gt; &lt;/span&gt;1&lt;span&gt; &lt;/span&gt;The type or namespace name 'Security' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)&lt;span&gt; &lt;/span&gt;C:\Users\hariharan\Documents\Oxite\Oxite\Oxite\Extensions\StringExtensions.cs&lt;span&gt; &lt;/span&gt;11&lt;span&gt; &lt;/span&gt;17&lt;span&gt; &lt;/span&gt;Oxite&lt;/p&gt;
&lt;p&gt;Error&lt;span&gt; &lt;/span&gt;2&lt;span&gt; &lt;/span&gt;Metadata file 'C:\Users\hariharan\Documents\Oxite\Oxite\Oxite\bin\Debug\Oxite.dll' could not be found&lt;span&gt; &lt;/span&gt;Oxite.LinqToSqlDataProvider&lt;/p&gt;
&lt;p&gt;Error&lt;span&gt; &lt;/span&gt;3&lt;span&gt; &lt;/span&gt;Metadata file 'C:\Users\hariharan\Documents\Oxite\Oxite\Oxite\bin\Debug\Oxite.dll' could not be found&lt;span&gt; &lt;/span&gt;Oxite.Mvc&lt;/p&gt;
&lt;p&gt;Error&lt;span&gt; &lt;/span&gt;4&lt;span&gt; &lt;/span&gt;Metadata file 'C:\Users\hariharan\Documents\Oxite\Oxite\Oxite.LinqToSqlDataProvider\bin\Debug\Oxite.LinqToSqlDataProvider.dll' could not be found&lt;span&gt; &lt;/span&gt;Oxite.Mvc.Tests&lt;/p&gt;
&lt;p&gt;Error&lt;span&gt; &lt;/span&gt;5&lt;span&gt; &lt;/span&gt;Metadata file 'C:\Users\hariharan\Documents\Oxite\Oxite\Oxite.Mvc\bin\Debug\Oxite.Mvc.dll' could not be found&lt;span&gt; &lt;/span&gt;Oxite.Mvc.Tests&lt;/p&gt;
&lt;p&gt;Error&lt;span&gt; &lt;/span&gt;6&lt;span&gt; &lt;/span&gt;Metadata file 'C:\Users\hariharan\Documents\Oxite\Oxite\Oxite\bin\Debug\Oxite.dll' could not be found&lt;span&gt; &lt;/span&gt;Oxite.Mvc.Tests&lt;/p&gt;
&lt;p&gt;Error&lt;span&gt; &lt;/span&gt;7&lt;span&gt; &lt;/span&gt;Metadata file 'C:\Users\hariharan\Documents\Oxite\Oxite\Oxite.LinqToSqlDataProvider\bin\Debug\Oxite.LinqToSqlDataProvider.dll' could not be found&lt;span&gt; &lt;/span&gt;OxiteSite&lt;/p&gt;
&lt;p&gt;Error&lt;span&gt; &lt;/span&gt;8&lt;span&gt; &lt;/span&gt;Metadata file 'C:\Users\hariharan\Documents\Oxite\Oxite\Oxite.Mvc\bin\Debug\Oxite.Mvc.dll' could not be found&lt;span&gt; &lt;/span&gt;OxiteSite&lt;/p&gt;
&lt;p&gt;Error&lt;span&gt; &lt;/span&gt;9&lt;span&gt; &lt;/span&gt;Metadata file 'C:\Users\hariharan\Documents\Oxite\Oxite\Oxite\bin\Debug\Oxite.dll' could not be found&lt;span&gt; &lt;/span&gt;OxiteSite&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #808000;"&gt;&lt;strong&gt;Warnings&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #808000;"&gt;&lt;span style="color: #000000;"&gt;Warning 10 Could not resolve this reference. Could not locate the assembly "AntiXssLibrary". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. Oxite&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Warning&lt;span&gt; &lt;/span&gt;11&lt;span&gt; &lt;/span&gt;The referenced component 'AntiXssLibrary' could not be found.&lt;/p&gt;
&lt;p&gt;_____________________________&lt;/p&gt;
&lt;p&gt;Please Help me out !!!&lt;/p&gt;&lt;/div&gt;</description><author>Hari12</author><pubDate>Tue, 24 Jan 2012 11:00:31 GMT</pubDate><guid isPermaLink="false">New Post: Build errors/install problem 20120124110031A</guid></item><item><title>New Post: Build errors/install problem</title><link>http://oxite.codeplex.com/discussions/59834</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I cant find AntiXssLibrary... where i can get that and where to place ??&lt;/p&gt;&lt;/div&gt;</description><author>Hari12</author><pubDate>Tue, 24 Jan 2012 10:51:34 GMT</pubDate><guid isPermaLink="false">New Post: Build errors/install problem 20120124105134A</guid></item><item><title>New Post: Build errors/install problem</title><link>http://oxite.codeplex.com/discussions/59834</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello !&lt;/p&gt;
&lt;p&gt;Me too getting all the above .dll and assembly missing errors while building the application...&lt;/p&gt;
&lt;p&gt;Pls help me out...&lt;/p&gt;
&lt;p&gt;Thanks in Advance !&lt;/p&gt;
&lt;p&gt;-Hariharan. A&lt;/p&gt;&lt;/div&gt;</description><author>Hari12</author><pubDate>Tue, 24 Jan 2012 10:48:58 GMT</pubDate><guid isPermaLink="false">New Post: Build errors/install problem 20120124104858A</guid></item><item><title>New Post: Build errors/install problem</title><link>http://oxite.codeplex.com/discussions/59834</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello !&lt;/p&gt;
&lt;p&gt;Me too getting all the above .dll and assembly missing errors while building the application...&lt;/p&gt;
&lt;p&gt;Pls help me out...&lt;/p&gt;
&lt;p&gt;Thanks in Advance !&lt;/p&gt;
&lt;p&gt;-Hariharan. A&lt;/p&gt;&lt;/div&gt;</description><author>Hari12</author><pubDate>Tue, 24 Jan 2012 10:48:52 GMT</pubDate><guid isPermaLink="false">New Post: Build errors/install problem 20120124104852A</guid></item><item><title>New Post: Unable to Build and Run Project</title><link>http://oxite.codeplex.com/discussions/268780</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Sorry I never replied to this thread, but Oxite has not been worked on or supported for over 2 years now. &amp;nbsp;:( &amp;nbsp;Sorry!&lt;/p&gt;&lt;/div&gt;</description><author>ErikPorter</author><pubDate>Mon, 10 Oct 2011 21:28:25 GMT</pubDate><guid isPermaLink="false">New Post: Unable to Build and Run Project 20111010092825P</guid></item><item><title>New Post: ManageSite and Add Page Missing</title><link>http://oxite.codeplex.com/discussions/273475</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I'm sorry to say that Oxite has not been worked on or supported for over 2 years now. &amp;nbsp;:( &amp;nbsp;Sorry!&lt;/p&gt;&lt;/div&gt;</description><author>ErikPorter</author><pubDate>Mon, 10 Oct 2011 21:27:40 GMT</pubDate><guid isPermaLink="false">New Post: ManageSite and Add Page Missing 20111010092740P</guid></item></channel></rss>