Copied to clipboard

Flag this post as spam?

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


  • Phil 6 posts 76 karma points
    May 18, 2018 @ 19:51
    Phil
    0

    Deployment with T.F.S.

    Hello all, I have a website that I deploy on servers with TFS build. On the servers, at each build, i have to uninstall and reinstall uSync because in the Developer menu, the uSync tab does not appear even though the package is indicated as installed. An idea of ​​the problem? I can not find a solution. Thank you in advance!

  • Kevin Jump 2309 posts 14673 karma points MVP 7x c-trib
    May 19, 2018 @ 14:35
    Kevin Jump
    0

    Hi

    The dashboard is configured in config/dashboard.config

    maybe the changes in that file weren't checked in or aren't getting included in the build?

    should be something like this :

      <section alias="usyncBackOffice">
        <areas>
          <area>developer</area>
        </areas>
        <tab caption="uSync BackOffice">
          <control>/App_Plugins/usync/uSyncDashboard.html</control>
        </tab>
      </section>
    
  • Phil 6 posts 76 karma points
    May 22, 2018 @ 13:48
    Phil
    0

    Hi, Thank you for your answer. This solved my problem. I had forgotten this file. Thank you!

Please Sign in or register to post replies

Write your reply to:

Draft