Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Build the project

  1. #1
    DotNetDevelopments is offline Senior Member
    Join Date
    Jul 2008
    Location
    Harlow / Essex / UK
    Posts
    619

    Default Build the project

    We have made core C# changes on our local version of the site. What would we need to upload for them changes to have effect on the main live site?

    When we make a change in the core and build just the core I see it changes the common.dll and core.dll I uploaded the files changed and the new .dll however I did not see any changes. Is there something I am missing?

    Thanks in advance.
    =====
    Version (Code/DB): AspDotNetStorefront MSx 9.1.0.1/9.1.0.0
    Execution Mode: 64 Bit
    Dot Net Developments - E-commerce By Experience

  2. #2
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    Okay, when you made a changes to any class under any particular project, you will have to build that project (on Release mode) transforming it a DLL file. Then, under the {ProjectDir}/bin/Release folder, copy the newly-generated DLL for that project and upload it to your {root}/bin folder and that's it...