<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ASP.NET MVC Storefront Starter Kit</title><link>http://forums.asp.net/1165.aspx</link><description>This forum is for any and all questions pertaining to the ASP.NET MVC Storefront Starter Kit. The Storefront  is a sample ASP.NET MVC Commerce application which was developed using Test-driven Development, Inversion of Control (IoC), and Dependency Injection.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: HELP, cant compile (</title><link>http://forums.asp.net/thread/2925467.aspx</link><pubDate>Sun, 08 Feb 2009 18:21:41 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2925467</guid><dc:creator>xyligan</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2925467.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1165&amp;PostID=2925467</wfw:commentRss><description>Now it works good&lt;br /&gt;</description></item><item><title>Re: HELP, cant compile (</title><link>http://forums.asp.net/thread/2924972.aspx</link><pubDate>Sun, 08 Feb 2009 09:26:53 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2924972</guid><dc:creator>xyligan</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2924972.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1165&amp;PostID=2924972</wfw:commentRss><description>&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;&lt;pre&gt;&lt;br /&gt;&lt;br /&gt;...\Commerce.Web\App\Views\Shared\UserNamePasswordLogin.ascx(7,34): error CS1061: &amp;#39;System.Web.Mvc.HtmlHelper&amp;#39; does not contain a definition for &amp;#39;TextBox&amp;#39; and no extension method &amp;#39;TextBox&amp;#39; accepting a first argument of type &amp;#39;System.Web.Mvc.HtmlHelper&amp;#39; could be found (are you missing a using directive or an assembly reference?)&lt;br /&gt;..\Commerce.Web\App\Views\Shared\UserNamePasswordLogin.ascx(11,34): error CS1061: &amp;#39;System.Web.Mvc.HtmlHelper&amp;#39; does not contain a definition for &amp;#39;Password&amp;#39; and no extension method &amp;#39;Password&amp;#39; accepting a first argument of type &amp;#39;System.Web.Mvc.HtmlHelper&amp;#39; could be found (are you missing a using directive or an assembly reference?)&lt;br /&gt;..\Commerce.Web\App\Views\Shared\Site.Master(23,33): error CS0411: The type arguments for method &amp;#39;Microsoft.Web.Mvc.LinkExtensions.ActionLink&amp;lt;T&amp;gt;(System.Web.Mvc.HtmlHelper, System.Linq.Expressions.Expression&amp;lt;System.Action&amp;lt;T&amp;gt;&amp;gt;, string, object)&amp;#39; cannot be inferred from the usage. Try specifying the type arguments explicitly.&lt;br /&gt;..\Commerce.Web\App\Views\Shared\Site.Master(24,19): error CS0411: The type arguments for method &amp;#39;Microsoft.Web.Mvc.LinkExtensions.ActionLink&amp;lt;T&amp;gt;(System.Web.Mvc.HtmlHelper, System.Linq.Expressions.Expression&amp;lt;System.Action&amp;lt;T&amp;gt;&amp;gt;, string, object)&amp;#39; cannot be inferred from the usage. Try specifying the type arguments explicitly.&lt;br /&gt;..\Commerce.Web\App\Views\Shared\AddressBook.ascx(4,13): error CS0103: The name &amp;#39;User&amp;#39; does not exist in the current context&lt;br /&gt;..\Commerce.Web\App\Views\Shared\AddressBook.ascx(4,61): error CS1061: &amp;#39;System.Collections.Generic.IList&amp;lt;Commerce.Data.Address&amp;gt;&amp;#39; does not contain a definition for &amp;#39;AddressBook&amp;#39; and no extension method &amp;#39;AddressBook&amp;#39; accepting a first argument of type &amp;#39;System.Collections.Generic.IList&amp;lt;Commerce.Data.Address&amp;gt;&amp;#39; could be found (are you missing a using directive or an assembly reference?)&lt;br /&gt;..\Commerce.Web\App\Views\Shared\AddressBook.ascx(7,53): error CS1061: &amp;#39;System.Collections.Generic.IList&amp;lt;Commerce.Data.Address&amp;gt;&amp;#39; does not contain a definition for &amp;#39;AddressBook&amp;#39; and no extension method &amp;#39;AddressBook&amp;#39; accepting a first argument of type &amp;#39;System.Collections.Generic.IList&amp;lt;Commerce.Data.Address&amp;gt;&amp;#39; could be found (are you missing a using directive or an assembly reference?)&lt;br /&gt;..\Commerce.Web\App\Views\Shared\AddressBook.ascx(11,17): error CS1502: The best overloaded method match for &amp;#39;System.IO.TextWriter.Write(char)&amp;#39; has some invalid arguments&lt;br /&gt;..\Commerce.Web\App\Views\Shared\AddressBook.ascx(11,28): error CS1503: Argument &amp;#39;1&amp;#39;: cannot convert from &amp;#39;void&amp;#39; to &amp;#39;char&amp;#39;&lt;br /&gt;..\Commerce.Web\App\Views\Shared\AddressEntry.ascx(12,17): error CS1061: &amp;#39;System.Web.Mvc.HtmlHelper&amp;lt;Commerce.Data.Address&amp;gt;&amp;#39; does not contain a definition for &amp;#39;TextBox&amp;#39; and no extension method &amp;#39;TextBox&amp;#39; accepting a first argument of type &amp;#39;System.Web.Mvc.HtmlHelper&amp;lt;Commerce.Data.Address&amp;gt;&amp;#39; could be found (are you missing a using directive or an assembly reference?)&lt;br /&gt;..\Commerce.Web\App\Views\Shared\AddressEntry.ascx(13,17): error CS1061: &amp;#39;System.Web.Mvc.HtmlHelper&amp;lt;Commerce.Data.Address&amp;gt;&amp;#39; does not contain a definition for &amp;#39;TextBox&amp;#39; and no extension method &amp;#39;TextBox&amp;#39; accepting a first argument of type &amp;#39;System.Web.Mvc.HtmlHelper&amp;lt;Commerce.Data.Address&amp;gt;&amp;#39; could be found (are you missing a using directive or an assembly reference?)&lt;br /&gt;..\Commerce.Web\App\Views\Shared\AddressEntry.ascx(17,17): error CS1061: &amp;#39;System.Web.Mvc.HtmlHelper&amp;lt;Commerce.Data.Address&amp;gt;&amp;#39; does not contain a definition for &amp;#39;TextBox&amp;#39; and no extension method &amp;#39;TextBox&amp;#39; accepting a first argument of type &amp;#39;System.Web.Mvc.HtmlHelper&amp;lt;Commerce.Data.Address&amp;gt;&amp;#39; could be found (are you missing a using directive or an assembly reference?)&lt;br /&gt;..\Commerce.Web\App\Views\Shared\AddressEntry.ascx(21,17): error CS1061: &amp;#39;System.Web.Mvc.HtmlHelper&amp;lt;Commerce.Data.Address&amp;gt;&amp;#39; does not contain a definition for &amp;#39;TextBox&amp;#39; and no extension method &amp;#39;TextBox&amp;#39; accepting a first argument of type &amp;#39;System.Web.Mvc.HtmlHelper&amp;lt;Commerce.Data.Address&amp;gt;&amp;#39; could be found (are you missing a using directive or an assembly reference?)&lt;br /&gt;..\Commerce.Web\App\Views\Shared\AddressEntry.ascx(25,17): error CS1061: &amp;#39;System.Web.Mvc.HtmlHelper&amp;lt;Commerce.Data.Address&amp;gt;&amp;#39; does not contain a definition for &amp;#39;TextBox&amp;#39; and no extension method &amp;#39;TextBox&amp;#39; accepting a first argument of type &amp;#39;System.Web.Mvc.HtmlHelper&amp;lt;Commerce.Data.Address&amp;gt;&amp;#39; could be found (are you missing a using directive or an assembly reference?)&lt;br /&gt;..\Commerce.Web\App\Views\Shared\AddressEntry.ascx(29,17): error CS1061: &amp;#39;System.Web.Mvc.HtmlHelper&amp;lt;Commerce.Data.Address&amp;gt;&amp;#39; does not contain a definition for &amp;#39;TextBox&amp;#39; and no extension method &amp;#39;TextBox&amp;#39; accepting a first argument of type &amp;#39;System.Web.Mvc.HtmlHelper&amp;lt;Commerce.Data.Address&amp;gt;&amp;#39; could be found (are you missing a using directive or an assembly reference?)&lt;br /&gt;..\Commerce.Web\App\Views\Shared\AddressEntry.ascx(45,17): error CS1061: &amp;#39;System.Web.Mvc.HtmlHelper&amp;lt;Commerce.Data.Address&amp;gt;&amp;#39; does not contain a definition for &amp;#39;TextBox&amp;#39; and no extension method &amp;#39;TextBox&amp;#39; accepting a first argument of type &amp;#39;System.Web.Mvc.HtmlHelper&amp;lt;Commerce.Data.Address&amp;gt;&amp;#39; could be found (are you missing a using directive or an assembly reference?)&lt;br /&gt;&lt;/pre&gt;&lt;/font&gt;</description></item><item><title>Re: HELP, cant compile (</title><link>http://forums.asp.net/thread/2924487.aspx</link><pubDate>Sat, 07 Feb 2009 22:28:19 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2924487</guid><dc:creator>xyligan</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2924487.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1165&amp;PostID=2924487</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;It works, thanks.&lt;/p&gt;&lt;p&gt;I have new question:&lt;/p&gt;&lt;p&gt;While debugging, i a have new error, here:&lt;/p&gt;&lt;p&gt;StructureMapControllerFactory &lt;br /&gt;&lt;/p&gt;&lt;p&gt;namespace Commerce.MVC.Web.Controllers {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public class StructureMapControllerFactory: DefaultControllerFactory {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; protected override IController GetControllerInstance(Type controllerType) {&lt;br /&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; IController result = null;&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; try {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;b&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; result= ObjectFactory.GetInstance(controllerType) as Controller;&lt;/b&gt;&lt;br /&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; } catch(StructureMapException) {&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; System.Diagnostics.Debug.WriteLine(ObjectFactory.WhatDoIHave());&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; throw;&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;&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 result;&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;}&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And in browser it looks:&lt;/p&gt;&lt;p&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;&lt;b&gt;Сообщение об ошибке компилятора: &lt;/b&gt;CS0411:
The type arguments for method
&amp;#39;Microsoft.Web.Mvc.LinkExtensions.ActionLink&amp;lt;T&amp;gt;(System.Web.Mvc.HtmlHelper,
System.Linq.Expressions.Expression&amp;lt;System.Action&amp;lt;T&amp;gt;&amp;gt;,
string, object)&amp;#39; cannot be inferred from the usage. Try specifying the
type arguments explicitly.&lt;br /&gt;&lt;br /&gt;
&lt;b&gt;Ошибка источника:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;
            &lt;table bgcolor="#ffffcc"&gt;
               &lt;tr&gt;&lt;td&gt;
                              &lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;
               &lt;tr&gt;
                  &lt;td&gt;
                      &lt;code&gt;&lt;/code&gt;&lt;pre&gt;Строка 21:       &amp;lt;div id=&amp;quot;main-nav&amp;quot;&amp;gt;&lt;br /&gt;Строка 22:         &amp;lt;ul&amp;gt;&lt;br /&gt;&lt;font color="red"&gt;Строка 23:           &amp;lt;li class=&amp;quot;first&amp;quot;&amp;gt;&amp;lt;%= Html.ActionLink(&amp;quot;Home&amp;quot;, &amp;quot;Index&amp;quot;, &amp;quot;Home&amp;quot;)%&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;&lt;/font&gt;Строка 24:           &amp;lt;li&amp;gt;&amp;lt;%= Html.ActionLink(&amp;quot;About Us&amp;quot;, &amp;quot;About&amp;quot;, &amp;quot;Home&amp;quot;)%&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;Строка 25:         &amp;lt;/ul&amp;gt;&lt;/pre&gt;

                  &lt;/td&gt;
               &lt;/tr&gt;
            &lt;/table&gt;

            &lt;br /&gt;

            &lt;b&gt;Исходный файл:&lt;/b&gt; c:\Documents and Settings\Admin\Рабочий стол\mvcsamples-17126\Commerce.Web\App\Views\Shared\Site.Master
            &amp;nbsp;&amp;nbsp; &lt;b&gt;Строка:&lt;/b&gt;  23&amp;nbsp;
            &lt;/font&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thanks &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: HELP, cant compile (</title><link>http://forums.asp.net/thread/2924441.aspx</link><pubDate>Sat, 07 Feb 2009 21:54:50 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2924441</guid><dc:creator>ms_soft89</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2924441.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1165&amp;PostID=2924441</wfw:commentRss><description>&lt;p&gt;from project explorer right click on the project and choose add reference and add the dll file StructureMap.dll it may be in the bin directory of the project &lt;/p&gt;</description></item><item><title>HELP, cant compile (</title><link>http://forums.asp.net/thread/2924423.aspx</link><pubDate>Sat, 07 Feb 2009 21:42:17 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2924423</guid><dc:creator>xyligan</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2924423.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1165&amp;PostID=2924423</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;img src="http://phone.km.ua/error_list.png" width="1280" height="800" alt="" /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Soft:&lt;/p&gt;&lt;p&gt;Visual Studio 2008 SP1, MVC RC1, .NET 3.5&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Downloaded version&amp;nbsp; - 17126 &lt;/p&gt;&lt;p&gt;Full image : http://phone.km.ua/error_list.png &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks a lot &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>