in

dashCommerce

An ASP.NET Open Source e-Commerce Application

Build fails

Last post 07-06-2009 8:43 AM by megetron. 10 replies.
Page 1 of 1 (11 items)
Sort Posts: Previous Next
  • 04-07-2008 3:28 PM

    • Slider
    • Top 500 Contributor
    • Joined on 04-07-2008
    • Posts 3

    Build fails

    I'm using VS2008 and dashCommerce 3.0 RC1 will not build. The errors are shown below. Thanks for any help.

    D:\Webdesign\dashCommerce\Web\site.master.cs(143,12): error CS0246: The type or namespace name 'ScriptManager' could not be found (are you missing a using directive or an assembly reference?)

    D:\Webdesign\dashCommerce\Web\site.master.designer.cs(47,41): error CS0234: The type or namespace name 'ScriptManager' does not exist in the namespace 'System.Web.UI' (are you missing an assembly reference?)

    D:\Webdesign\dashCommerce\Web\admin\controls\product\descriptors.ascx.designer.cs(29,41): error CS0234: The type or namespace name 'UpdateProgress' does not exist in the namespace 'System.Web.UI' (are you missing an assembly reference?)

    D:\Webdesign\dashCommerce\Web\admin\controls\product\descriptors.ascx.designer.cs(47,41): error CS0234: The type or namespace name 'UpdatePanel' does not exist in the namespace 'System.Web.UI' (are you missing an assembly reference?)

    D:\Webdesign\dashCommerce\Web\controls\attributeSelector.ascx.designer.cs(29,41): error CS0234: The type or namespace name 'UpdateProgress' does not exist in the namespace 'System.Web.UI' (are you missing an assembly reference?)

    D:\Webdesign\dashCommerce\Web\controls\attributeSelector.ascx.designer.cs(38,41): error CS0234: The type or namespace name 'UpdatePanel' does not exist in the namespace 'System.Web.UI' (are you missing an assembly reference?)

    D:\Webdesign\dashCommerce\Web\admin\modal.master.designer.cs(38,41): error CS0234: The type or namespace name 'ScriptManager' does not exist in the namespace 'System.Web.UI' (are you missing an assembly reference?)

    D:\Webdesign\dashCommerce\Web\admin\controls\product\attributes.ascx.designer.cs(29,41): error CS0234: The type or namespace name 'UpdatePanel' does not exist in the namespace 'System.Web.UI' (are you missing an assembly reference?)

    D:\Webdesign\dashCommerce\Web\admin\controls\product\general.ascx.designer.cs(254,41): error CS0234: The type or namespace name 'UpdatePanel' does not exist in the namespace 'System.Web.UI' (are you missing an assembly reference?)

    D:\Webdesign\dashCommerce\Web\admin\controls\product\general.ascx.designer.cs(353,41): error CS0234: The type or namespace name 'UpdatePanel' does not exist in the namespace 'System.Web.UI' (are you missing an assembly reference?)

    D:\Webdesign\dashCommerce\Web\review.aspx.designer.cs(38,41): error CS0234: The type or namespace name 'ScriptManager' does not exist in the namespace 'System.Web.UI' (are you missing an assembly reference?)

    D:\Webdesign\dashCommerce\Web\admin\admin.master.designer.cs(38,41): error CS0234: The type or namespace name 'ScriptManager' does not exist in the namespace 'System.Web.UI' (are you missing an assembly reference?)

    D:\Webdesign\dashCommerce\Web\admin\controls\product\categories.ascx.designer.cs(29,41): error CS0234: The type or namespace name 'UpdateProgress' does not exist in the namespace 'System.Web.UI' (are you missing an assembly reference?)

    D:\Webdesign\dashCommerce\Web\admin\controls\product\categories.ascx.designer.cs(38,41): error CS0234: The type or namespace name 'UpdatePanel' does not exist in the namespace 'System.Web.UI' (are you missing an assembly reference?)

    D:\Webdesign\dashCommerce\Web\paypalcheckout.aspx.designer.cs(38,41): error CS0234: The type or namespace name 'UpdateProgress' does not exist in the namespace 'System.Web.UI' (are you missing an assembly reference?)

    D:\Webdesign\dashCommerce\Web\paypalcheckout.aspx.designer.cs(47,41): error CS0234: The type or namespace name 'UpdatePanel' does not exist in the namespace 'System.Web.UI' (are you missing an assembly reference?)

    D:\Webdesign\dashCommerce\Web\checkout.aspx.designer.cs(38,41): error CS0234: The type or namespace name 'UpdateProgress' does not exist in the namespace 'System.Web.UI' (are you missing an assembly reference?)

    D:\Webdesign\dashCommerce\Web\checkout.aspx.designer.cs(47,41): error CS0234: The type or namespace name 'UpdatePanel' does not exist in the namespace 'System.Web.UI' (are you missing an assembly reference?)

    D:\Webdesign\dashCommerce\Web\product.aspx.designer.cs(38,41): error CS0234: The type or namespace name 'UpdatePanel' does not exist in the namespace 'System.Web.UI' (are you missing an assembly reference?)

    D:\Webdesign\dashCommerce\Web\product.aspx.designer.cs(56,41): error CS0234: The type or namespace name 'UpdatePanel' does not exist in the namespace 'System.Web.UI' (are you missing an assembly reference?)

    D:\Webdesign\dashCommerce\Web\product.aspx.cs(350,12): error CS0246: The type or namespace name 'UpdatePanel' could not be found (are you missing a using directive or an assembly reference?)

    Compile complete -- 21 errors, 0 warnings

     

  • 04-07-2008 3:43 PM In reply to

    Re: Build fails

    Answer

    Looks like you are having problems with ASP.NET AJAX

    Do you have it installed

    Find a bug? Create a Work Item for a fast response.. Want to help? Create a patch for us!
  • 04-07-2008 3:56 PM In reply to

    • Slider
    • Top 500 Contributor
    • Joined on 04-07-2008
    • Posts 3

    Re: Build fails

    Thanks for your reply. I have ASP.NET AJAX installed, is some additional configuration required?

  • 04-07-2008 4:04 PM In reply to

    • Slider
    • Top 500 Contributor
    • Joined on 04-07-2008
    • Posts 3

    Re: Build fails

    Answer

    Fixed. The references were missing.

  • 04-27-2008 3:14 PM In reply to

    Re: Build fails

    I 've met the same problem, pls tell me which reference u add into this project, I checked all dll in the project and still met this problem, thx. 

  • 04-27-2008 3:17 PM In reply to

    Re: Build fails

    When adding ASP.NET AJAX 1.0 ScriptManager and UpdatePanels to some pages in
    our Web Application project, we get the following error:

    "The type or namespace name 'ScriptManager' does not exist in the
    namespace 'System.Web.UI' (are you missing an assembly reference?)"

    I have added web.extensions assembly to both web.config file and explicitly
    as a Reference.

    Thanks
  • 04-27-2008 5:39 PM In reply to

    Re: Build fails

    Using VS 2008 there some troubles due to the multi platform. If you are running on .net framework 2.0 plus ajax extension you have to reference to c:\program files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025\System.Web.Extensions.dll. (You have to download Ajax extension "stand alone" for .NET 2.0)

     Alfredo

  • 04-27-2008 10:59 PM In reply to

    Re: Build fails

     thx very much , I'd fixed this probelm with ur guide, Smile

  • 07-02-2009 4:24 PM In reply to

    Re: Build fails

     

    I have this problem to. I don't have c:\program files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025\System.Web.Extensions.dll folder nor file

    What does it mean?  I know that I do have ASP.NET installed. 2.0 and 3.5.

    How to solve it?

  • 07-03-2009 7:30 AM In reply to

    • harq
    • Top 150 Contributor
    • Joined on 03-26-2009
    • Colombia
    • Posts 8

    Re: Build fails

    megetron:

     

    I have this problem to. I don't have c:\program files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025\System.Web.Extensions.dll folder nor file

    What does it mean?  I know that I do have ASP.NET installed. 2.0 and 3.5.

    How to solve it?

    Install the Ajax extension for 2.0 Framework here: http://www.microsoft.com/downloads/details.aspx?FamilyID=ca9d90fa-e8c9-42e3-aa19-08e2c027f5d6&displaylang=en
  • 07-06-2009 8:43 AM In reply to

    Re: Build fails

    harq,

    Thanks!

Page 1 of 1 (11 items)