Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • bob 19 posts 39 karma points
    Aug 05, 2011 @ 07:43
    bob
    0

    Courier not deploying dll

    Hi,

    I've found that Courier does not always deploy updated dlls to the bin. I have a web application in which I develop my custom pieces for Umbraco (user controls etc). So all the code gets compiled into a single dll. I've found that while Courier is great for deploying items from my dev environment, I sometimes have to still manually copy my updated dll across.

    Have anyone else had this experience?

    Thanks.

  • Rich Green 2246 posts 4008 karma points
    Aug 05, 2011 @ 08:55
    Rich Green
    0

    Hi Bob,

    Courier will not transfer these dll's automatically, are you adding them manually to the revision?

    Rich

  • Per Ploug 865 posts 3491 karma points MVP admin
    Aug 08, 2011 @ 13:28
    Per Ploug
    0

    Hi Bob

    Yeah, the issue is that Courier cannot always determine that the DLL is needed for the transfer to be successfull. You will need to add it manually to the transfer.

    /per

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Oct 07, 2011 @ 16:45
    Jeavon Leopold
    0

    Hi Per,

    Should I want to, how do I add dll's manually to a revision package?

    Thanks,

    Jeavon

  • Phillip William 4 posts 24 karma points
    Apr 26, 2012 @ 03:47
    Phillip William
    0

    I wonder if there was an answer to this question. Jeavon, if you ever stumble upon this post again, can you highlight how to resolved this issue.

    Thanks.

  • joyefox 25 posts 95 karma points
    Jun 29, 2012 @ 09:56
    joyefox
    0

    Hi,

    you can check the courier.config file under the config folder. Here you can add the files you want to include into your revision package on the fileItemProvider section as follows:

    <fileItemProvider>
      <files>
        <file>~/bin/yourFilename</file>
      </files>
    </fileItemProvider>

    In this way when you build your revision you can include your files choosing them from the Files voice in the content editing page.

     

    Matteo

     

Please Sign in or register to post replies

Write your reply to:

Draft