deploy.bat installation issue in nopCommerce 2.2

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 лет назад
Hi everyone.  

I try to install nopCommerce 2.x (2.0, 2.1 and now 2.2) and always I get the same error with deploy.bat.

http://omdsite.com/servicios/pics-varios/nopCommerce22-error.jpg

I have read almost every track about  this error (deploy.bat installation 2.x error) and tried everything but I get the error again and again. Before this I installed nop previous versions and everything was ok (last was 1.9). My big and last frustration is with 2.2.  I built the solution (ok), then run prepare.bat (ok) and then deploy.bat and  I get the rror (see the link above).

Please any help
13 лет назад
Hi osmarm

Your platform msbuild property is not supported by nopCommerce build configuration.
As you can see in the error message:
Platform='MCD'

Check if you have an Environment variable with the same name Platform set to MCD.
I think some guy had the same problem and resolved it by removing an environment variable named Platform.
I can't find the exact post right now but you can search in the forums for Deploy.bat for example.

Hope this helps!
13 лет назад
7Spikes wrote:
I can't find the exact post right now but you can search in the forums for Deploy.bat for example.

Maybe, this one
13 лет назад
Hi 7Spikes:

You are right. I thought that it was about the project file configuration (file nop.web.csproj properties). After your clue I googled and found something about it. HP laptop come with platform=”MCD’ and deleted the platform variable.
I followed these steps (My box is a Vista):
•  Right-mouse click "Computer"
•  Go to "Properties"
•  Click "Advanced System Settings"
•  Click "Environment Variables"
•  Under "System Variables" find "PLATFORM" and delete it.
•  Restart Visual Studio

http://omdsite.com/servicios/pics-varios/change-platform-variable.jpg


Thanks 7Spike and a.m. too
13 лет назад
I have tried to use version 2.0, 2.1, now 2.2, and still getting the same problem. Could someone please take a look at this issue and solve it?

Regards,
Navin
13 лет назад
Oh My GOD,
Thank you very much 7spikes.
I also have a HP. I removed the Platform =MCD environment varialble as you described and this issue,
that kept me for more than a month was resolved.
Thank you very much!
Navin
13 лет назад
I do not have an HP nor do I have the Platform line.

But I am still unable to run the Prepare.bet file without getting 109 errors...

    12>UI\LayoutExtensions.cs(92,54): error CS0246: The type or namespace name 'HtmlHelper' could not be found (are you missing a using directive or an assembly reference?) [C:\in
       etpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
    12>UI\LayoutExtensions.cs(92,23): error CS0246: The type or namespace name 'MvcHtmlString' could not be found (are you missing a using directive or an assembly reference?) [C:
       \inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
    12>UI\LayoutExtensions.cs(101,54): error CS0246: The type or namespace name 'HtmlHelper' could not be found (are you missing a using directive or an assembly reference?) [C:\i
       netpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
    12>UI\LayoutExtensions.cs(106,57): error CS0246: The type or namespace name 'HtmlHelper' could not be found (are you missing a using directive or an assembly reference?) [C:\i
       netpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
    12>UI\LayoutExtensions.cs(111,59): error CS0246: The type or namespace name 'HtmlHelper' could not be found (are you missing a using directive or an assembly reference?) [C:\i
       netpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
    12>UI\LayoutExtensions.cs(111,23): error CS0246: The type or namespace name 'MvcHtmlString' could not be found (are you missing a using directive or an assembly reference?) [C
       :\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
    12>UI\DataListExtensions.cs(12,52): error CS0246: The type or namespace name 'HtmlHelper' could not be found (are you missing a using directive or an assembly reference?) [C:\
       inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
    12>UI\Paging\Pager.cs(21,28): error CS0246: The type or namespace name 'ViewContext' could not be found (are you missing a using directive or an assembly reference?) [C:\inetp
       ub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
    12>UI\Paging\Pager.cs(34,38): error CS0246: The type or namespace name 'ViewContext' could not be found (are you missing a using directive or an assembly reference?) [C:\inetp
       ub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
    12>UI\Paging\Pager.cs(42,13): error CS0246: The type or namespace name 'ViewContext' could not be found (are you missing a using directive or an assembly reference?) [C:\inetp
       ub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
    12>UrlHelperExtensions.cs(7,41): error CS0246: The type or namespace name 'UrlHelper' could not be found (are you missing a using directive or an assembly reference?) [C:\inet
       pub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
    12>UrlHelperExtensions.cs(14,42): error CS0246: The type or namespace name 'UrlHelper' could not be found (are you missing a using directive or an assembly reference?) [C:\ine
       tpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
    12>Done Building Project "C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj" (default targets) -- FAILED.
    10>Done Building Project "C:\inetpub\wwwroot\nopCommerce_2_2\Plugins\Nop.Plugin.Tax.FixedRate\Nop.Plugin.Tax.FixedRate.csproj" (default targets) -- FAILED.
     2>Project "C:\inetpub\wwwroot\nopCommerce_2_2\NopCommerce.sln" (2) is building "C:\inetpub\wwwroot\nopCommerce_2_2\Plugins\Nop.Plugin.ExchangeRate.McExchange\Nop.Plugin.Excha
       ngeRate.McExchange.csproj" (49) on node 4 (default targets).
    49>GenerateTargetFrameworkMonikerAttribute:
       Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
       CoreCompile:
       Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
       _CopyOutOfDateSourceItemsToOutputDirectory:
       Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files.
       CopyFilesToOutputDirectory:
         Nop.Plugin.ExchangeRate.McExchange -> C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web\Plugins\ExchangeRate.McExchange\Nop.Plugin.ExchangeRate.McExchange.dll
    49>Done Building Project "C:\inetpub\wwwroot\nopCommerce_2_2\Plugins\Nop.Plugin.ExchangeRate.McExchange\Nop.Plugin.ExchangeRate.McExchange.csproj" (default targets).
     7>_CopyAppConfigFile:
       Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files.
       CopyFilesToOutputDirectory:
         Nop.Services.Tests -> C:\inetpub\wwwroot\nopCommerce_2_2\Tests\Nop.Services.Tests\bin\Release\Nop.Services.Tests.dll
     7>Done Building Project "C:\inetpub\wwwroot\nopCommerce_2_2\Tests\Nop.Services.Tests\Nop.Services.Tests.csproj" (default targets).
     2>Done Building Project "C:\inetpub\wwwroot\nopCommerce_2_2\NopCommerce.sln" (default targets) -- FAILED.
     1>Done Building Project "C:\inetpub\wwwroot\nopCommerce_2_2\build\nop.proj" (default targets) -- FAILED.

Build FAILED.

       "C:\inetpub\wwwroot\nopCommerce_2_2\build\nop.proj" (default target) (1) ->
       "C:\inetpub\wwwroot\nopCommerce_2_2\NopCommerce.sln" (default target) (2) ->
       "C:\inetpub\wwwroot\nopCommerce_2_2\Libraries\Nop.Core\Nop.Core.csproj" (default target) (3) ->
       (ResolveAssemblyReferences target) ->
         C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1360,9): warning MSB3247: Found conflicts between different versions of the same dependent assembly
       . [C:\inetpub\wwwroot\nopCommerce_2_2\Libraries\Nop.Core\Nop.Core.csproj]


       "C:\inetpub\wwwroot\nopCommerce_2_2\build\nop.proj" (default target) (1) ->
       "C:\inetpub\wwwroot\nopCommerce_2_2\NopCommerce.sln" (default target) (2) ->
       "C:\inetpub\wwwroot\nopCommerce_2_2\Libraries\Nop.Services\Nop.Services.csproj" (default target) (6) ->
         C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1360,9): warning MSB3247: Found conflicts between different versions of the same dependent assembly
       . [C:\inetpub\wwwroot\nopCommerce_2_2\Libraries\Nop.Services\Nop.Services.csproj]


       "C:\inetpub\wwwroot\nopCommerce_2_2\build\nop.proj" (default target) (1) ->
       "C:\inetpub\wwwroot\nopCommerce_2_2\NopCommerce.sln" (default target) (2) ->
       "C:\inetpub\wwwroot\nopCommerce_2_2\Plugins\Nop.Plugin.Tax.FixedRate\Nop.Plugin.Tax.FixedRate.csproj" (default target) (10) ->
       "C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj" (default target) (12) ->
         C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1360,9): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.W
       eb.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is
        required by your code, you may get compilation errors. [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]


       "C:\inetpub\wwwroot\nopCommerce_2_2\build\nop.proj" (default target) (1) ->
       "C:\inetpub\wwwroot\nopCommerce_2_2\NopCommerce.sln" (default target) (2) ->
       "C:\inetpub\wwwroot\nopCommerce_2_2\Plugins\Nop.Plugin.Tax.FixedRate\Nop.Plugin.Tax.FixedRate.csproj" (default target) (10) ->
       "C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj" (default target) (12) ->
       (CoreCompile target) ->
         CompressAttribute.cs(8,46): error CS0246: The type or namespace name 'ActionFilterAttribute' could not be found (are you missing a using directive or an assembly referenc
       e?) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         CheckAffiliateAttribute.cs(13,44): error CS0246: The type or namespace name 'ActionFilterAttribute' could not be found (are you missing a using directive or an assembly r
       eference?) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         StoreClosedAttribute.cs(11,41): error CS0246: The type or namespace name 'ActionFilterAttribute' could not be found (are you missing a using directive or an assembly refe
       rence?) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         StoreLastVisitedPageAttribute.cs(11,50): error CS0246: The type or namespace name 'ActionFilterAttribute' could not be found (are you missing a using directive or an asse
       mbly reference?) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         Controllers\BaseNopPaymentController.cs(7,54): error CS0246: The type or namespace name 'Controller' could not be found (are you missing a using directive or an assembly
       reference?) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         Controllers\FormValueRequiredAttribute.cs(8,47): error CS0246: The type or namespace name 'ActionMethodSelectorAttribute' could not be found (are you missing a using dire
       ctive or an assembly reference?) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         Controllers\AdminAuthorizeAttribute.cs(8,44): error CS0246: The type or namespace name 'AuthorizeAttribute' could not be found (are you missing a using directive or an as
       sembly reference?) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         Controllers\FormValueExistsAttribute.cs(5,45): error CS0246: The type or namespace name 'FilterAttribute' could not be found (are you missing a using directive or an asse
       mbly reference?) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         Controllers\FormValueExistsAttribute.cs(5,62): error CS0246: The type or namespace name 'IActionFilter' could not be found (are you missing a using directive or an assemb
       ly reference?) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         Mvc\XmlDownloadResult.cs(7,38): error CS0246: The type or namespace name 'ActionResult' could not be found (are you missing a using directive or an assembly reference?) [
       C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         HtmlExtensions.cs(8,22): error CS0234: The type or namespace name 'Html' does not exist in the namespace 'System.Web.Mvc' (are you missing an assembly reference?) [C:\ine
       tpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         Mvc\ImageResult.cs(9,34): error CS0246: The type or namespace name 'FileStreamResult' could not be found (are you missing a using directive or an assembly reference?) [C:
       \inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         Mvc\NopDependencyResolver.cs(8,42): error CS0246: The type or namespace name 'IDependencyResolver' could not be found (are you missing a using directive or an assembly re
       ference?) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         Mvc\NopMetadataProvider.cs(14,40): error CS0246: The type or namespace name 'DataAnnotationsModelMetadataProvider' could not be found (are you missing a using directive o
       r an assembly reference?) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         Mvc\NopModelBinder.cs(5,35): error CS0246: The type or namespace name 'DefaultModelBinder' could not be found (are you missing a using directive or an assembly reference?
       ) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         RssActionResult.cs(7,36): error CS0246: The type or namespace name 'ActionResult' could not be found (are you missing a using directive or an assembly reference?) [C:\ine
       tpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         Security\NopHttpsRequirementAttribute.cs(9,49): error CS0246: The type or namespace name 'FilterAttribute' could not be found (are you missing a using directive or an ass
       embly reference?) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         Security\NopHttpsRequirementAttribute.cs(9,66): error CS0246: The type or namespace name 'IAuthorizationFilter' could not be found (are you missing a using directive or a
       n assembly reference?) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         Themes\ThemeableVirtualPathProviderViewEngine.cs(12,68): error CS0246: The type or namespace name 'VirtualPathProviderViewEngine' could not be found (are you missing a us
       ing directive or an assembly reference?) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         UI\Captcha\CaptchaValidatorAttribute.cs(6,46): error CS0246: The type or namespace name 'ActionFilterAttribute' could not be found (are you missing a using directive or a
       n assembly reference?) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         ViewEngines\Razor\WebViewPage.cs(18,64): error CS0234: The type or namespace name 'WebViewPage' does not exist in the namespace 'System.Web.Mvc' (are you missing an assem
       bly reference?) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         CompressAttribute.cs(10,48): error CS0246: The type or namespace name 'ActionExecutingContext' could not be found (are you missing a using directive or an assembly refere
       nce?) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         CheckAffiliateAttribute.cs(15,48): error CS0246: The type or namespace name 'ActionExecutingContext' could not be found (are you missing a using directive or an assembly
       reference?) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         StoreClosedAttribute.cs(13,48): error CS0246: The type or namespace name 'ActionExecutingContext' could not be found (are you missing a using directive or an assembly ref
       erence?) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         StoreLastVisitedPageAttribute.cs(13,48): error CS0246: The type or namespace name 'ActionExecutingContext' could not be found (are you missing a using directive or an ass
       embly reference?) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         Controllers\BaseNopPaymentController.cs(9,59): error CS0246: The type or namespace name 'FormCollection' could not be found (are you missing a using directive or an assem
       bly reference?) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         Controllers\BaseNopPaymentController.cs(10,62): error CS0246: The type or namespace name 'FormCollection' could not be found (are you missing a using directive or an asse
       mbly reference?) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         Controllers\FormValueRequiredAttribute.cs(25,48): error CS0246: The type or namespace name 'ControllerContext' could not be found (are you missing a using directive or an
        assembly reference?) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         Mvc\BaseNopModel.cs(7,39): error CS0246: The type or namespace name 'ControllerContext' could not be found (are you missing a using directive or an assembly reference?) [
       C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         Mvc\BaseNopModel.cs(7,76): error CS0246: The type or namespace name 'ModelBindingContext' could not be found (are you missing a using directive or an assembly reference?)
        [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         Controllers\FormValueExistsAttribute.cs(18,38): error CS0246: The type or namespace name 'ActionExecutedContext' could not be found (are you missing a using directive or
       an assembly reference?) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         Controllers\FormValueExistsAttribute.cs(22,39): error CS0246: The type or namespace name 'ActionExecutingContext' could not be found (are you missing a using directive or
        an assembly reference?) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         Mvc\XmlDownloadResult.cs(27,44): error CS0246: The type or namespace name 'ControllerContext' could not be found (are you missing a using directive or an assembly referen
       ce?) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         Extensions.cs(129,23): error CS0246: The type or namespace name 'SelectList' could not be found (are you missing a using directive or an assembly reference?) [C:\inetpub\
       wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         HtmlExtensions.cs(22,53): error CS0246: The type or namespace name 'HtmlHelper' could not be found (are you missing a using directive or an assembly reference?) [C:\inetp
       ub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         HtmlExtensions.cs(22,23): error CS0246: The type or namespace name 'MvcHtmlString' could not be found (are you missing a using directive or an assembly reference?) [C:\in
       etpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         HtmlExtensions.cs(28,47): error CS0246: The type or namespace name 'HtmlHelper' could not be found (are you missing a using directive or an assembly reference?) [C:\inetp
       ub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         HtmlExtensions.cs(28,23): error CS0246: The type or namespace name 'MvcHtmlString' could not be found (are you missing a using directive or an assembly reference?) [C:\in
       etpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         HtmlExtensions.cs(42,82): error CS0246: The type or namespace name 'HtmlHelper' could not be found (are you missing a using directive or an assembly reference?) [C:\inetp
       ub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         HtmlExtensions.cs(76,64): error CS0246: The type or namespace name 'HtmlHelper' could not be found (are you missing a using directive or an assembly reference?) [C:\inetp
       ub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         HtmlExtensions.cs(76,23): error CS0246: The type or namespace name 'MvcHtmlString' could not be found (are you missing a using directive or an assembly reference?) [C:\in
       etpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         HtmlExtensions.cs(82,64): error CS0246: The type or namespace name 'HtmlHelper' could not be found (are you missing a using directive or an assembly reference?) [C:\inetp
       ub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         HtmlExtensions.cs(82,23): error CS0246: The type or namespace name 'MvcHtmlString' could not be found (are you missing a using directive or an assembly reference?) [C:\in
       etpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         HtmlExtensions.cs(127,70): error CS0246: The type or namespace name 'HtmlHelper' could not be found (are you missing a using directive or an assembly reference?) [C:\inet
       pub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         HtmlExtensions.cs(127,23): error CS0246: The type or namespace name 'MvcHtmlString' could not be found (are you missing a using directive or an assembly reference?) [C:\i
       netpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         HtmlExtensions.cs(150,67): error CS0246: The type or namespace name 'HtmlHelper' could not be found (are you missing a using directive or an assembly reference?) [C:\inet
       pub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         HtmlExtensions.cs(150,23): error CS0246: The type or namespace name 'MvcHtmlString' could not be found (are you missing a using directive or an assembly reference?) [C:\i
       netpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         HtmlExtensions.cs(155,67): error CS0246: The type or namespace name 'HtmlHelper' could not be found (are you missing a using directive or an assembly reference?) [C:\inet
       pub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         HtmlExtensions.cs(155,23): error CS0246: The type or namespace name 'MvcHtmlString' could not be found (are you missing a using directive or an assembly reference?) [C:\i
       netpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         HtmlExtensions.cs(172,60): error CS0246: The type or namespace name 'HtmlHelper' could not be found (are you missing a using directive or an assembly reference?) [C:\inet
       pub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         HtmlExtensions.cs(177,58): error CS0246: The type or namespace name 'HtmlHelper' could not be found (are you missing a using directive or an assembly reference?) [C:\inet
       pub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         HtmlExtensions.cs(199,62): error CS0246: The type or namespace name 'HtmlHelper' could not be found (are you missing a using directive or an assembly reference?) [C:\inet
       pub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         HtmlExtensions.cs(199,23): error CS0246: The type or namespace name 'MvcHtmlString' could not be found (are you missing a using directive or an assembly reference?) [C:\i
       netpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         Mvc\NopMetadataProvider.cs(16,28): error CS0246: The type or namespace name 'ModelMetadata' could not be found (are you missing a using directive or an assembly reference
       ?) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         Mvc\NopModelBinder.cs(7,42): error CS0246: The type or namespace name 'ControllerContext' could not be found (are you missing a using directive or an assembly reference?)
        [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         Mvc\NopModelBinder.cs(7,79): error CS0246: The type or namespace name 'ModelBindingContext' could not be found (are you missing a using directive or an assembly reference
       ?) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         Mvc\NopModelBinder.cs(13,52): error CS0246: The type or namespace name 'ControllerContext' could not be found (are you missing a using directive or an assembly reference?
       ) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         Mvc\NopModelBinder.cs(13,89): error CS0246: The type or namespace name 'ModelBindingContext' could not be found (are you missing a using directive or an assembly referenc
       e?) [C:\inetpub\wwwroot\nopCommerce_2_2\Presentation\Nop.Web.Framework\Nop.Web.Framework.csproj]
         Mvc\NopModelBinder.cs(13,186): error CS0246: The type or namespace name 'IModelBinder' could not be found (are you missing a using directive or an assembly reference?) [C
       :\inetpub
13 лет назад
Okay found my solution... Install MVC 3.0
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.