Welcome to Mediachase Community Sign in | Join | Help    
in Search   

namespace missing

Last post Mon, Mar 01 2010, 9:30 AM by truthbrother. 3 replies.
Sort Posts: Previous Next
  •  Fri, Nov 11 2005, 1:56 AM 2098

    namespace missing

    Hi and Hello,

    Thanks for your outstanding help.  Casekraker and Sasha thanks for your guidance. I am not working on a project, I have just started learning in and out of ECF, I agree Casekraker that  thinking big even before knowing the fundamentals is not going to reap anything. Definitely I will go through the RPS tutorial, meanwhile I have doubts please bear with my doubts(forgive if it sounds stupid).

     Please open the ECF30 solution file(wherever i mention store in the url  its ecf30 and store admin is nothing but commercemanager ), in the solution file you can find, the references.

     I created a virtual directory for that references namely store that points to ==> http://localhost/store/Store.csproj   and ecfwebservices=> http://localhost/eCFWebServices/eCFWebServices.csproj   and store/storeadmin to ==>http://localhost/store/storeAdmin/StoreAdmin.csproj  // and the following are the other referrals eCFBUS\StoreBUS.csproj eCFDA\StoreDA.csproj eCFShipping\StoreShipping.csproj, etc., do I need to create virtual directories for these referrals, why this doubt arose to me is, a support person told me to create as many Vir.Dir's., as you see in ecf30 solution file. For STORE,STORE/STOREADMIN & ECFWEBSERVICES it points http://localhost/store,    http://localhost/store/storeadmin, http://localhost/ecfwebservices  in the solution  file (please see the ecf30 solution file),  for the rest==> StoreBUS points to   eCFBUS\StoreBUS.csproj (and not to http://localhost/ecfbus/storebus.csproj) and StoreDA points to eCFDA\StoreDA.csproj (and not to  http://localhost/ecfda/storeda.csproj).

     I created virutaldirectories for these referalls, and then i opened the project by clicking on ecf30 solution file) , I build the project, this time the issue is not with dll missing, but the namespace missing, I right-clicked the project in the solution explorer,clicked on batch build->clicked on select all button and -> build even then the result is same, given below within the start notation is what i get when I build the project( Sasha this time i didnt try to open individual project i opened the ecf30 solution file, to some extent it helped I mean this time I didnt get the referenced DLLs missing but with the namespace missing)

    ************************after I build************************************

    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFBUS\DownloadManager.cs(147): 'System.Web.HttpResponse' does not contain a definition for 'TransmitFile'
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\MasterPages\ContentContainer.cs(50): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\BaseClasses\BaseAccountAddress.cs(11): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\BaseClasses\BaseAccountDownloads.cs(13): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\BaseClasses\BaseAccountEmailPassword.cs(11): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\BaseClasses\BaseAccountLogin.cs(10): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\BaseClasses\BaseAccountOrders.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Profile\Download.aspx.cs(11): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\BaseClasses\BaseAccountRegister.cs(10): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\BaseClasses\BaseAccountSkus.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\BaseClasses\BaseActivate.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\BaseClasses\BaseAffiliateFinishPage.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\BaseClasses\BaseAffiliateForm.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\BaseClasses\BaseAffiliateProgram.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\BaseClasses\BaseAffiliateTerms.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\BaseClasses\BaseCheckoutAddress.cs(10): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\BaseClasses\BaseCheckoutPayment.cs(10): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\ProductReview.aspx.cs(11): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\ProductInfo.aspx.cs(11): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\Module\ProductSkusOptionsModule.ascx.cs(27): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\Module\ProductSkusOptionsModule.ascx.cs(23): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\Module\ProductSkusOptionsModule.ascx.cs(11): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\Module\ProductSkusMultiModule.ascx.cs(21): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\Module\ProductSkusMultiModule.ascx.cs(20): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\Module\ProductSkusMultiModule.ascx.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\Module\ProductSkusModule.ascx.cs(19): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\Module\ProductSkusModule.ascx.cs(18): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\Module\ProductSkusModule.ascx.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\Module\ProductSkusListModule.ascx.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\Module\ProductSkuPriceModule.ascx.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\Module\ProductReviewModule.ascx.cs(36): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\Module\ProductReviewModule.ascx.cs(23): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\Module\ProductReviewModule.ascx.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\Module\ProductPriceModule.ascx.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\Module\ProductInfoModule.ascx.cs(59): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\Module\ProductInfoModule.ascx.cs(20): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\Module\ProductInfoModule.ascx.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\BaseClasses\BaseLicenseAgreement.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\BaseClasses\BasePageHandler.cs(8): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\Module\CategoryInfoModule.ascx.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\MetaControls\URLControl.ascx.cs(56): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\BaseClasses\BaseProductSearch.cs(11): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\MetaControls\URLControl.ascx.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\MetaControls\ShortStringControl.ascx.cs(56): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\BaseClasses\BaseRemindPassword.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\MetaControls\ShortStringControl.ascx.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\MetaControls\MultiValueControl.ascx.cs(56): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\BaseClasses\BaseShoppingCart.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\MetaControls\MultiValueControl.ascx.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\MetaControls\LongStringControl.ascx.cs(56): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\BaseClasses\BaseSmallShoppingCart.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\MetaControls\LongStringControl.ascx.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\MetaControls\LongHtmlStringControl.ascx.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\MetaControls\IntegerControl.ascx.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\MetaControls\IMetaViewControl.cs(2): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\MetaControls\EmailControl.ascx.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\MetaControls\DicSingleValueControl.ascx.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\MetaControls\BooleanControl.ascx.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\CategoryInfo.aspx.cs(11): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Modules\ThemedControlModule.ascx.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Modules\StyleSheetsModule.ascx.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Modules\StoreResourceManager.cs(4): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Modules\SitePictures.ascx.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Modules\SitePicture.ascx.cs(10): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Modules\ShowImage2.aspx.cs(12): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Modules\ShowImage.aspx.cs(12): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Modules\Menu\MenuCategoryModule.ascx.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Modules\Menu\CategoryMenuTreeModule.ascx.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Modules\Menu\CategoryMenuModule.ascx.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Modules\LocalizedUserControl.cs(2): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Modules\LocalizedPage.cs(5): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Modules\LanguageSwitchModule.ascx.cs(10): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Modules\HtmlPageModule.ascx.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Modules\CurrencyNoteModule.ascx.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Modules\AddressViewModule.ascx.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Modules\AddressEditModule.ascx.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Home\Default.aspx.cs(11): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Global.asax.cs(6): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Default.aspx.cs(10): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Custom\CustomPageHandler.aspx.cs(11): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Checkout\Module\CheckoutButtonModule.ascx.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Checkout\CheckoutWebService.aspx.cs(11): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Basket\Purchase.aspx.cs(11): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\BaseClasses\ProductBase.cs(7): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\BaseClasses\CategoryBase.cs(10): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\BaseClasses\BaseUnsubscribe.cs(9): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\BaseClasses\BaseAccountOrderInfo.cs(11): The type or namespace name 'Business' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\Module\CategoryInfoModule.ascx.cs(18): The type or namespace name 'Category' could not be found (are you missing a using directive or an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFWebServices\SiteNodeManager.cs(94): The type or namespace name 'Category' could not be found (are you missing a using directive or an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\Module\CategoryInfoModule.ascx.cs(40): The type or namespace name 'Category' could not be found (are you missing a using directive or an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\AdminMasterTemplates.ascx.cs(9): The type or namespace name 'Configuration' does not exist in the class or namespace 'Mediachase.Store.Business' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\AdminSettings.ascx.cs(10): The type or namespace name 'Configuration' does not exist in the class or namespace 'Mediachase.Store.Business' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\AdminMasterTemplate.ascx.cs(10): The type or namespace name 'Configuration' does not exist in the class or namespace 'Mediachase.Store.Business' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\AdminObjectDownloadEdit.ascx.cs(13): The type or namespace name 'FileUploader' does not exist in the class or namespace 'Mediachase' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\Uploader\Progress.aspx.cs(11): The type or namespace name 'FileUploader' does not exist in the class or namespace 'Mediachase' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\Service\Froogle\ConfigureService.ascx.cs(16): The type or namespace name 'IDynamicAdminControl' could not be found (are you missing a using directive or an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\Service\Generic\ConfigureService.ascx.cs(16): The type or namespace name 'IDynamicAdminControl' could not be found (are you missing a using directive or an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\Service\CurrencyRates\ConfigureService.ascx.cs(15): The type or namespace name 'IDynamicAdminControl' could not be found (are you missing a using directive or an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\Shipping\FedEx\ConfigureVariableShipping.ascx.cs(18): The type or namespace name 'IDynamicAdminControl' could not be found (are you missing a using directive or an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\Shipping\Generic\ConfigureShipping.ascx.cs(15): The type or namespace name 'IDynamicAdminControl' could not be found (are you missing a using directive or an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\Shipping\Percentage\ConfigureVariableShipping.ascx.cs(15): The type or namespace name 'IDynamicAdminControl' could not be found (are you missing a using directive or an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\Shipping\UPS\ConfigureShipping.ascx.cs(15): The type or namespace name 'IDynamicAdminControl' could not be found (are you missing a using directive or an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\Shipping\UPS\ConfigureVariableShipping.ascx.cs(18): The type or namespace name 'IDynamicAdminControl' could not be found (are you missing a using directive or an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\Shipping\USPS\ConfigureShipping.ascx.cs(18): The type or namespace name 'IDynamicAdminControl' could not be found (are you missing a using directive or an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\Shipping\USPS\ConfigureVariableShipping.ascx.cs(18): The type or namespace name 'IDynamicAdminControl' could not be found (are you missing a using directive or an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\Payment\Generic\ConfigurePayment.ascx.cs(15): The type or namespace name 'IDynamicAdminControl' could not be found (are you missing a using directive or an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\Shipping\USPSi\ConfigureShipping.ascx.cs(18): The type or namespace name 'IDynamicAdminControl' could not be found (are you missing a using directive or an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\Shipping\Weight\ConfigureVariableShipping.ascx.cs(15): The type or namespace name 'IDynamicAdminControl' could not be found (are you missing a using directive or an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\Shipping\FedEx\ConfigureShipping.ascx.cs(15): The type or namespace name 'IDynamicAdminControl' could not be found (are you missing a using directive or an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\WarehouseEdit.aspx.cs(21): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\WarehouseEdit.aspx.cs(20): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\WarehouseEdit.aspx.cs(19): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\UserEdit.aspx.cs(23): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\UserEdit.aspx.cs(22): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\UserEdit.aspx.cs(21): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\UserEdit.aspx.cs(20): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\UserEdit.aspx.cs(19): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\SQLCustomReport.aspx.cs(23): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\SQLCustomReport.aspx.cs(22): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\SQLCustomReport.aspx.cs(21): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\SQLCustomReport.aspx.cs(20): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\SQLCustomReport.aspx.cs(19): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\SettingHome.aspx.cs(23): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\SettingHome.aspx.cs(22): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\SettingHome.aspx.cs(21): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\SettingHome.aspx.cs(20): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\SettingHome.aspx.cs(19): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\ProductEditorialReviewEdit.aspx.cs(23): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\ProductEditorialReviewEdit.aspx.cs(22): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\ProductEditorialReviewEdit.aspx.cs(21): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\ProductEditorialReviewEdit.aspx.cs(20): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\ProductEditorialReviewEdit.aspx.cs(19): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\CatalogHomeFramed.aspx.cs(20): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\CatalogHomeFramed.aspx.cs(21): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\WarehouseEdit.aspx.cs(22): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\WarehouseEdit.aspx.cs(23): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\CustomerRoleHome.aspx.cs(23): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\CatalogHomeFramed.aspx.cs(23): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Categories.aspx.cs(19): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Categories.aspx.cs(20): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Categories.aspx.cs(21): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Categories.aspx.cs(22): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Categories.aspx.cs(23): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\CategoryNew.aspx.cs(19): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\CategoryNew.aspx.cs(20): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Profile\AccountInfo.aspx.cs(27): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Profile\AccountInfo.aspx.cs(26): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Profile\AccountInfo.aspx.cs(25): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\CategoryNew.aspx.cs(21): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Profile\AccountInfo.aspx.cs(24): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Profile\AccountInfo.aspx.cs(23): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\CategoryNew.aspx.cs(22): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Profile\AccountInfo.aspx.cs(22): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\CategoryNew.aspx.cs(23): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Profile\AccountInfo.aspx.cs(21): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Profile\AccountInfo.aspx.cs(20): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Currencies.aspx.cs(19): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Profile\AccountInfo.aspx.cs(19): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Default.aspx.cs(19): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Currencies.aspx.cs(20): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Currencies.aspx.cs(21): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Currencies.aspx.cs(22): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Currencies.aspx.cs(23): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\CustomerRoleHome.aspx.cs(19): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Default.aspx.cs(20): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\CustomerRoleHome.aspx.cs(20): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Default.aspx.cs(21): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Default.aspx.cs(22): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\CustomerRoleHome.aspx.cs(21): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\ECFServiceHistory.aspx.cs(23): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\ECFServiceHistory.aspx.cs(22): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\ECFServiceHistory.aspx.cs(21): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\ECFServiceHistory.aspx.cs(20): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\ECFServiceHistory.aspx.cs(19): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\ECFServiceEdit.aspx.cs(23): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\ECFServiceEdit.aspx.cs(22): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\ECFServiceEdit.aspx.cs(21): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\ECFServiceEdit.aspx.cs(20): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\ECFServiceEdit.aspx.cs(19): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Default.aspx.cs(23): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\CustomerRoleHome.aspx.cs(22): The type or namespace name 'MasterPages' does not exist in the class or namespace 'MetaBuilders.WebControls' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\MetaControls\URLControl.ascx.cs(55): The type or namespace name 'ObjectMetaField' could not be found (are you missing a using directive or an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\MetaControls\LongStringControl.ascx.cs(55): The type or namespace name 'ObjectMetaField' could not be found (are you missing a using directive or an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFWebServices\WebServiceManager.cs(154): The type or namespace name 'ObjectMetaField' could not be found (are you missing a using directive or an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\MetaControls\ShortStringControl.ascx.cs(55): The type or namespace name 'ObjectMetaField' could not be found (are you missing a using directive or an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFEverythingStore\Product\MetaControls\MultiValueControl.ascx.cs(55): The type or namespace name 'ObjectMetaField' could not be found (are you missing a using directive or an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\ObjectPermissionsEdit.aspx.cs(20): The type or namespace name 'ObjectType' could not be found (are you missing a using directive or an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\ObjectPermissionsEdit.aspx.cs(46): The type or namespace name 'ObjectType' could not be found (are you missing a using directive or an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFWebServices\SiteManager.cs(193): The type or namespace name 'Product' could not be found (are you missing a using directive or an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\AdminProductOverview.ascx.cs(10): The type or namespace name 'Security' does not exist in the class or namespace 'Mediachase.Store.Business' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\AdminPageEdit.ascx.cs(10): The type or namespace name 'Security' does not exist in the class or namespace 'Mediachase.Store.Business' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\AdminObjectPermissionsEdit.ascx.cs(10): The type or namespace name 'Security' does not exist in the class or namespace 'Mediachase.Store.Business' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\AdminObjectDownloadEdit.ascx.cs(12): The type or namespace name 'Security' does not exist in the class or namespace 'Mediachase.Store.Business' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\AdminService.ascx.cs(12): The type or namespace name 'Services' does not exist in the class or namespace 'Mediachase.Store.Business' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\Service\Froogle\ConfigureService.ascx.cs(11): The type or namespace name 'Services' does not exist in the class or namespace 'Mediachase.Store.Business' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\Service\Generic\ConfigureService.ascx.cs(11): The type or namespace name 'Services' does not exist in the class or namespace 'Mediachase.Store.Business' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\AdminServices.ascx.cs(11): The type or namespace name 'Services' does not exist in the class or namespace 'Mediachase.Store.Business' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\Shipping\FedEx\ConfigureVariableShipping.ascx.cs(11): The type or namespace name 'Shipping' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\Shipping\UPS\ConfigureVariableShipping.ascx.cs(12): The type or namespace name 'Shipping' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\Shipping\USPSi\ConfigureShipping.ascx.cs(12): The type or namespace name 'Shipping' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\Shipping\USPS\ConfigureShipping.ascx.cs(12): The type or namespace name 'Shipping' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\Shipping\USPS\ConfigureVariableShipping.ascx.cs(12): The type or namespace name 'Shipping' does not exist in the class or namespace 'Mediachase.Store' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFWebServices\SiteManager.cs(351): The type or namespace name 'Sku' could not be found (are you missing a using directive or an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFWebServices\SiteManager.cs(280): The type or namespace name 'Sku' could not be found (are you missing a using directive or an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\AdminShipping.ascx.cs(10): The type or namespace name 'Utils' does not exist in the class or namespace 'Mediachase.Store.Business' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\AdminService.ascx.cs(11): The type or namespace name 'Utils' does not exist in the class or namespace 'Mediachase.Store.Business' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFCommerceManager\Module\AdminGateway.ascx.cs(12): The type or namespace name 'Utils' does not exist in the class or namespace 'Mediachase.Store.Business' (are you missing an assembly reference?)
    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFImport\CategoryMappingMetaClass.cs(95): The variable 'ObjectLanguageId' is assigned but its value is never used


    ************************after I build************************************

     

     

     

     

     

     

     

     

     

  •  Fri, Nov 11 2005, 2:20 AM 2099 in reply to 2098

    Re: namespace missing

    You need to create virtual directories only for the web projects. Don't create them for regular projects.

    The errors you are getting after the build are cascading errors, meaning that they are caused by one project failing to build and that causing all others to fails. So i believe this error is causing the BusLayer to fail and because all other projects depend on they will fail too. The error is:

    C:\Inetpub\wwwroot\MVS_SourceCode\eCF2005_FullSourceCode\eCFBUS\DownloadManager.cs(147): 'System.Web.HttpResponse' does not contain a definition for 'TransmitFile'

    For you to have that method make sure you install SP1 for .net 1.1 framework, you can download it from here:

    http://support.microsoft.com/kb/885055/

  •  Sat, Feb 27 2010, 6:48 AM 11250 in reply to 2099

    Re: namespace missing

    Thank u very much. u answer helped me to resolve my problem during our Build.
  •  Mon, Mar 01 2010, 9:30 AM 11252 in reply to 11250

    Re: namespace missing

    Glad to know this helped!

    Mediachase Software
View as RSS news feed in XML
Site Terms | Privacy Policy | About Us | Contact Us
Running on Mediachase eCommerce Framework 4.0.
  Copyright © Mediachase, LTD. 1997-2006. All Rights Reserved

E-commerce, HelpDesk, Service Desk & Project Management Software, alternatives to Microsoft Project Server & Sharepoint Collaboration Server
project management software | microsoft project server | sharepoint collaboration server | issues management, helpdesk & service desk
Powered by Community Server, by Telligent Systems