Copied to clipboard

Flag this post as spam?

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


  • anthony hall 222 posts 536 karma points
    Dec 21, 2011 @ 10:49
    anthony hall
    0

    Duplicate packages

    I've accidently installed a package twice. This has cause the uninstall not to work. I was thinking if i went into the db and rename one of the packages i could then remove it but cant find this field in the db. Any suggestions to resolve this?

  • alimac 182 posts 371 karma points
    Dec 21, 2011 @ 11:00
    alimac
    0

    I did this a while back by accident and from what I remember, all I had to do was delete the duplicate entries from the web.config and everything was working again.. it'll probably be dependent on the package though?

  • anthony hall 222 posts 536 karma points
    Dec 22, 2011 @ 15:05
    anthony hall
    0

    hmm, i can't see any reference in my web.config. Are the names stored in the db. 

  • alimac 182 posts 371 karma points
    Dec 22, 2011 @ 15:18
    alimac
    0

    Not sure - I guess it depends on the package. Which one was it out of interest?

  • anthony hall 222 posts 536 karma points
    Dec 22, 2011 @ 15:34
    anthony hall
    0

    uComponents

  • alimac 182 posts 371 karma points
    Dec 23, 2011 @ 16:33
    alimac
    0

    Just had a look in the package file and it seems you may need to check your bin folder for a duplicate 'uComponents.Core.dll'.

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Dec 23, 2011 @ 17:13
    Lee Kelleher
    0

    Data about the installed packages is stored in an XML config file, which can be found here:

    \App_Data\packages\installed\installedPackages.config

    You can edit the XML to manually remove the duplicate entries.

    Are you getting any errors when you try to install? (Since I wrote the installer/uninstaller for uComponents - would like to know if there is a bug here).

    Cheers, Lee.

  • anthony hall 222 posts 536 karma points
    Dec 24, 2011 @ 13:42
    anthony hall
    0

    thanks lee.  I remove the package from 

    \App_Data\packages\installed\installedPackages.config

    leaving just ucomponent installed. This remaining one didn't work. So i unstalled it and reinstalled and works well. So i think install/uninstall is working well. Maybe a lookup for duplicates might be a handy feature. 

    thanks again. 

     

Please Sign in or register to post replies

Write your reply to:

Draft