<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>sageframe Issue Tracker Rss Feed</title><link>http://sageframe.codeplex.com/workitem/list/basic</link><description>sageframe Issue Tracker Rss Description</description><item><title>Commented Issue: SageFrameV2_Source.zip does not compile [2]</title><link>http://sageframe.codeplex.com/workitem/2</link><description>Error&amp;#9;30&amp;#9;Argument &amp;#39;1&amp;#39;&amp;#58; cannot convert from &amp;#39;System.Web.UI.HtmlControls.HtmlGenericControl&amp;#39; to &amp;#39;System.Web.UI.HtmlControls.HtmlTableRow&amp;#39;&amp;#9;C&amp;#58;&amp;#92;DOWNLOAD&amp;#92;SageFrame&amp;#92;SageFrame&amp;#92;Modules&amp;#92;Admin&amp;#92;UserManagement&amp;#92;UserProfile.ascx&amp;#9;47&amp;#9;&lt;br /&gt;Error&amp;#9;32&amp;#9;Argument &amp;#39;1&amp;#39;&amp;#58; cannot convert from &amp;#39;System.Web.UI.HtmlControls.HtmlGenericControl&amp;#39; to &amp;#39;System.Web.UI.HtmlControls.HtmlTableRow&amp;#39;&amp;#9;C&amp;#58;&amp;#92;DOWNLOAD&amp;#92;SageFrame&amp;#92;SageFrame&amp;#92;Modules&amp;#92;Admin&amp;#92;UserManagement&amp;#92;UserProfile.ascx&amp;#9;240&amp;#9;&lt;br /&gt;Error&amp;#9;29&amp;#9;The best overloaded method match for &amp;#39;System.Web.UI.HtmlControls.HtmlTableRowCollection.Add&amp;#40;System.Web.UI.HtmlControls.HtmlTableRow&amp;#41;&amp;#39; has some invalid arguments&amp;#9;C&amp;#58;&amp;#92;DOWNLOAD&amp;#92;SageFrame&amp;#92;SageFrame&amp;#92;Modules&amp;#92;Admin&amp;#92;UserManagement&amp;#92;UserProfile.ascx&amp;#9;47&amp;#9;&lt;br /&gt;Error&amp;#9;31&amp;#9;The best overloaded method match for &amp;#39;System.Web.UI.HtmlControls.HtmlTableRowCollection.Add&amp;#40;System.Web.UI.HtmlControls.HtmlTableRow&amp;#41;&amp;#39; has some invalid arguments&amp;#9;C&amp;#58;&amp;#92;DOWNLOAD&amp;#92;SageFrame&amp;#92;SageFrame&amp;#92;Modules&amp;#92;Admin&amp;#92;UserManagement&amp;#92;UserProfile.ascx&amp;#9;240&amp;#9;&lt;br /&gt;Warning&amp;#9;28&amp;#9;The field &amp;#39;SageFrame.Modules.Admin.Extensions.Editors.ModuleControlsDetails._controlCount&amp;#39; is assigned but its value is never used&amp;#9;C&amp;#58;&amp;#92;DOWNLOAD&amp;#92;SageFrame&amp;#92;SageFrame&amp;#92;Modules&amp;#92;Admin&amp;#92;Extensions&amp;#92;Editors&amp;#92;ModuleControlsDetails.ascx.cs&amp;#9;43&amp;#9;&lt;br /&gt;Warning&amp;#9;27&amp;#9;The field &amp;#39;SageFrame.Modules.Admin.Extensions.Editors.ModuleControlsDetails._newmoduleControlID&amp;#39; is assigned but its value is never used&amp;#9;C&amp;#58;&amp;#92;DOWNLOAD&amp;#92;SageFrame&amp;#92;SageFrame&amp;#92;Modules&amp;#92;Admin&amp;#92;Extensions&amp;#92;Editors&amp;#92;ModuleControlsDetails.ascx.cs&amp;#9;42&amp;#9;&lt;br /&gt;Warning&amp;#9;26&amp;#9;Unable to update auto-refresh reference &amp;#39;ajaxcontroltoolkit.dll&amp;#39;. Cannot find assembly &amp;#39;C&amp;#58;&amp;#92;DOWNLOAD&amp;#92;sfnewsletter&amp;#92;SageFrame&amp;#92;bin&amp;#92;AjaxControlToolkit.dll&amp;#39;.&amp;#9;C&amp;#58;&amp;#92;DOWNLOAD&amp;#92;SageFrame&amp;#92;SageFrame&amp;#92;bin&amp;#92;ajaxcontroltoolkit.dll.refresh&amp;#9;C&amp;#58;&amp;#92;...&amp;#92;SageFrame&amp;#92;&lt;br /&gt;Warning&amp;#9;25&amp;#9;Unable to update auto-refresh reference &amp;#39;system.web.silverlight.dll&amp;#39;. Cannot find assembly &amp;#39;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft Visual Studio 9.0&amp;#92;Common7&amp;#92;System.Web.Silverlight.dll&amp;#39;.&amp;#9;C&amp;#58;&amp;#92;DOWNLOAD&amp;#92;SageFrame&amp;#92;SageFrame&amp;#92;bin&amp;#92;system.web.silverlight.dll.refresh&amp;#9;C&amp;#58;&amp;#92;...&amp;#92;SageFrame&amp;#92;&lt;br /&gt;&lt;br /&gt;Comments: &amp;#34;Argument 1&amp;#58; cannot convert from &amp;#39;System.Web.UI.HtmlControls.HtmlGenericControl&amp;#39; to &amp;#39;System.Web.UI.HtmlControls.HtmlTableRow&amp;#39;&amp;#34;&amp;#10;&amp;#10;This is a known error &amp;#40;see http&amp;#58;&amp;#47;&amp;#47;forums.asp.net&amp;#47;t&amp;#47;1834745.aspx&amp;#47;1&amp;#41;. It occurs when all of the following are true&amp;#58; 1&amp;#41; .NET 4.5 is installed on the development computer &amp;#40;doesn&amp;#39;t have to be used, just installed&amp;#41;, 2&amp;#41; a website project is being compiled,  and 3&amp;#41; a &amp;#60;table&amp;#62; tag on one of the pages is tagged to runat&amp;#61;&amp;#34;server&amp;#34; and has either a &amp;#60;thead&amp;#62; or a &amp;#60;tbody&amp;#62; tag &amp;#40;or both&amp;#41;.&amp;#10;&amp;#10;The problem exhibits itself in the SageFrame project because of the &amp;#60;tbody&amp;#62; tags in the files indicated by the error messages. I&amp;#39;ve been able to take then out with no adverse effects.&amp;#10;&amp;#10;&amp;#34;Unable to update auto-refresh reference ...&amp;#34; warnings don&amp;#39;t hurt anything. To get rid of them, I removed the .refresh file and added the NuGet package for AjaxControlToolkit &amp;#40;only because I wanted the latest version&amp;#41;. Silverlight&amp;#39;s .refresh file can be removed to eliminate the Silverlight message -- I didn&amp;#39;t upgrade that because Silverlight versions make me twitchy since they change so fast &amp;#40;and I never use them anyway&amp;#41;.&amp;#10;&amp;#10;Regardless, once you get rid of the four &amp;#60;table&amp;#62; errors &amp;#40;caused by two &amp;#60;table&amp;#62; tags&amp;#41; the warnings are just that -- warnings -- and won&amp;#39;t affect your build.&amp;#10;&amp;#10;</description><author>msawczyn</author><pubDate>Sun, 09 Dec 2012 16:01:22 GMT</pubDate><guid isPermaLink="false">Commented Issue: SageFrameV2_Source.zip does not compile [2] 20121209040122P</guid></item><item><title>Created Issue: SageFrameV2_Source.zip does not compile [2]</title><link>http://sageframe.codeplex.com/workitem/2</link><description>Error&amp;#9;30&amp;#9;Argument &amp;#39;1&amp;#39;&amp;#58; cannot convert from &amp;#39;System.Web.UI.HtmlControls.HtmlGenericControl&amp;#39; to &amp;#39;System.Web.UI.HtmlControls.HtmlTableRow&amp;#39;&amp;#9;C&amp;#58;&amp;#92;DOWNLOAD&amp;#92;SageFrame&amp;#92;SageFrame&amp;#92;Modules&amp;#92;Admin&amp;#92;UserManagement&amp;#92;UserProfile.ascx&amp;#9;47&amp;#9;&lt;br /&gt;Error&amp;#9;32&amp;#9;Argument &amp;#39;1&amp;#39;&amp;#58; cannot convert from &amp;#39;System.Web.UI.HtmlControls.HtmlGenericControl&amp;#39; to &amp;#39;System.Web.UI.HtmlControls.HtmlTableRow&amp;#39;&amp;#9;C&amp;#58;&amp;#92;DOWNLOAD&amp;#92;SageFrame&amp;#92;SageFrame&amp;#92;Modules&amp;#92;Admin&amp;#92;UserManagement&amp;#92;UserProfile.ascx&amp;#9;240&amp;#9;&lt;br /&gt;Error&amp;#9;29&amp;#9;The best overloaded method match for &amp;#39;System.Web.UI.HtmlControls.HtmlTableRowCollection.Add&amp;#40;System.Web.UI.HtmlControls.HtmlTableRow&amp;#41;&amp;#39; has some invalid arguments&amp;#9;C&amp;#58;&amp;#92;DOWNLOAD&amp;#92;SageFrame&amp;#92;SageFrame&amp;#92;Modules&amp;#92;Admin&amp;#92;UserManagement&amp;#92;UserProfile.ascx&amp;#9;47&amp;#9;&lt;br /&gt;Error&amp;#9;31&amp;#9;The best overloaded method match for &amp;#39;System.Web.UI.HtmlControls.HtmlTableRowCollection.Add&amp;#40;System.Web.UI.HtmlControls.HtmlTableRow&amp;#41;&amp;#39; has some invalid arguments&amp;#9;C&amp;#58;&amp;#92;DOWNLOAD&amp;#92;SageFrame&amp;#92;SageFrame&amp;#92;Modules&amp;#92;Admin&amp;#92;UserManagement&amp;#92;UserProfile.ascx&amp;#9;240&amp;#9;&lt;br /&gt;Warning&amp;#9;28&amp;#9;The field &amp;#39;SageFrame.Modules.Admin.Extensions.Editors.ModuleControlsDetails._controlCount&amp;#39; is assigned but its value is never used&amp;#9;C&amp;#58;&amp;#92;DOWNLOAD&amp;#92;SageFrame&amp;#92;SageFrame&amp;#92;Modules&amp;#92;Admin&amp;#92;Extensions&amp;#92;Editors&amp;#92;ModuleControlsDetails.ascx.cs&amp;#9;43&amp;#9;&lt;br /&gt;Warning&amp;#9;27&amp;#9;The field &amp;#39;SageFrame.Modules.Admin.Extensions.Editors.ModuleControlsDetails._newmoduleControlID&amp;#39; is assigned but its value is never used&amp;#9;C&amp;#58;&amp;#92;DOWNLOAD&amp;#92;SageFrame&amp;#92;SageFrame&amp;#92;Modules&amp;#92;Admin&amp;#92;Extensions&amp;#92;Editors&amp;#92;ModuleControlsDetails.ascx.cs&amp;#9;42&amp;#9;&lt;br /&gt;Warning&amp;#9;26&amp;#9;Unable to update auto-refresh reference &amp;#39;ajaxcontroltoolkit.dll&amp;#39;. Cannot find assembly &amp;#39;C&amp;#58;&amp;#92;DOWNLOAD&amp;#92;sfnewsletter&amp;#92;SageFrame&amp;#92;bin&amp;#92;AjaxControlToolkit.dll&amp;#39;.&amp;#9;C&amp;#58;&amp;#92;DOWNLOAD&amp;#92;SageFrame&amp;#92;SageFrame&amp;#92;bin&amp;#92;ajaxcontroltoolkit.dll.refresh&amp;#9;C&amp;#58;&amp;#92;...&amp;#92;SageFrame&amp;#92;&lt;br /&gt;Warning&amp;#9;25&amp;#9;Unable to update auto-refresh reference &amp;#39;system.web.silverlight.dll&amp;#39;. Cannot find assembly &amp;#39;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft Visual Studio 9.0&amp;#92;Common7&amp;#92;System.Web.Silverlight.dll&amp;#39;.&amp;#9;C&amp;#58;&amp;#92;DOWNLOAD&amp;#92;SageFrame&amp;#92;SageFrame&amp;#92;bin&amp;#92;system.web.silverlight.dll.refresh&amp;#9;C&amp;#58;&amp;#92;...&amp;#92;SageFrame&amp;#92;&lt;br /&gt;&lt;br /&gt;</description><author>tedsmorris</author><pubDate>Mon, 20 Aug 2012 20:50:24 GMT</pubDate><guid isPermaLink="false">Created Issue: SageFrameV2_Source.zip does not compile [2] 20120820085024P</guid></item><item><title>Commented Issue: Problem when installing sql scripts [1]</title><link>http://sageframe.codeplex.com/workitem/1</link><description>Greetings,&lt;br /&gt;When I try to install v2.0, I get an error saying&amp;#58; Started Running Sql Script...&lt;br /&gt;There Was An Error While Running The Script.&lt;br /&gt;&lt;br /&gt;My OS&amp;#58; Windows 7 64-bit Home Premium. .NET 3.5 SP1 installed. Test Connection was successful.&lt;br /&gt;&lt;br /&gt;I gave app pool permissions from IIS. Can you give me enough detail about the error. How can I know more about this error, e.g. a setup&amp;#47;install log file or something. &lt;br /&gt;&lt;br /&gt;If you need I can give more information about my system. &lt;br /&gt;&lt;br /&gt;I also tried changing collation of database &amp;#40;default was Turkish_CI_AS&amp;#41; to Latin1_General_CI_AS. No Luck.&lt;br /&gt;&lt;br /&gt;Thanks in advance.&lt;br /&gt;Comments: This issue occurs if you are using Existing Database option while installing SageFrame instead the requirement for using this option is that the already created database must be CLEAN one with NO data on that DB&amp;#33; so that it will successfully install all scripts on that FRESH DataBase.&amp;#10;&amp;#10;Try to do like this it may be HELP ful but to remove all this overhead we can use the Creat New Database option while installing in your system.&amp;#10;&amp;#10;</description><author>milson</author><pubDate>Thu, 24 May 2012 15:46:25 GMT</pubDate><guid isPermaLink="false">Commented Issue: Problem when installing sql scripts [1] 20120524034625P</guid></item><item><title>Created Issue: Problem when installing sql scripts [1]</title><link>http://sageframe.codeplex.com/workitem/1</link><description>Greetings,&lt;br /&gt;When I try to install v2.0, I get an error saying&amp;#58; Started Running Sql Script...&lt;br /&gt;There Was An Error While Running The Script.&lt;br /&gt;&lt;br /&gt;My OS&amp;#58; Windows 7 64-bit Home Premium. .NET 3.5 SP1 installed. Test Connection was successful.&lt;br /&gt;&lt;br /&gt;I gave app pool permissions from IIS. Can you give me enough detail about the error. How can I know more about this error, e.g. a setup&amp;#47;install log file or something. &lt;br /&gt;&lt;br /&gt;If you need I can give more information about my system. &lt;br /&gt;&lt;br /&gt;I also tried changing collation of database &amp;#40;default was Turkish_CI_AS&amp;#41; to Latin1_General_CI_AS. No Luck.&lt;br /&gt;&lt;br /&gt;Thanks in advance.&lt;br /&gt;</description><author>gelistir</author><pubDate>Wed, 16 May 2012 14:46:29 GMT</pubDate><guid isPermaLink="false">Created Issue: Problem when installing sql scripts [1] 20120516024629P</guid></item></channel></rss>