Copied to clipboard

Flag this post as spam?

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


  • James Telfer 65 posts 165 karma points
    Dec 20, 2010 @ 06:07
    James Telfer
    1

    Wrong folder deleted

    I'm not sure if this is just my configuration: Umb 4.5.1 vanilla on .NET 4. The client dependency config uses App_Data/TEMP/ClientDependency for the file cache, so the folder deleted by this extension is wrong - for this configuration. Also, the ClientDependency folder is in SVN (for better or worse), and the plugin crashes while trying to remove the hidden SVN folder.

    I'm not sure if the following are really bugs or feature requests.

    Perhaps:

     

    • only delete files in the cache folder, not folders therein
    • pull the cache folder from the CD config somehow
    In the meantime, I'm using a version recompiled from the source with line 43 of AppBase changed to:
    var cdPath = HostingEnvironment.MapPath(SystemDirectories.Data + "/TEMP/ClientDependency");

    Thanks for the package, and for making the source available!

    JT

     

  • Matt Brailsford 4123 posts 22194 karma points MVP 9x c-trib
    Dec 20, 2010 @ 09:39
    Matt Brailsford
    0

    Hi James,

    They are both great suggestions. I'm hoping to spend some time on this package over Xmas, as there are a couple of other changes I'd like to do, so hopefully there will be a new release in the new year.

    Glad you managed to get something working yourself in the mean time.

    All the best

    Matt

Please Sign in or register to post replies

Write your reply to:

Draft