Copied to clipboard

Flag this post as spam?

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


  • Casper Thygesen 5 posts 85 karma points
    Jul 12, 2016 @ 12:07
    Casper Thygesen
    0

    DIsable content export/import via config

    Hi.

    I can not see how you can disable content sync in uSyncBackOffice.Config with the v3 config changes?

    Can someone point me in the correct direction?

  • Kevin Jump 2309 posts 14673 karma points MVP 7x c-trib
    Jul 13, 2016 @ 06:44
    Kevin Jump
    100

    Hi

    You can disable the content * media in the config by adding/changing the following in the usyncBackOffice.config in the config folder, in the <Handlers> section at the bottom

    <HandlerConfig Name="uSync: ContentHandler" Enabled="false" /> 
    <HandlerConfig Name="uSync: MediaHandler" Enabled="false" /> 
    

    The more permanent way is to just delete Jumoo.uSync.Content.dll from the bin folder.

  • Casper Thygesen 5 posts 85 karma points
    Jul 17, 2016 @ 19:39
    Casper Thygesen
    0

    Thx, these were not in my config file and I can not find any documentation about them!

  • Rafaelle Maru Villegas 1 post 71 karma points
    Aug 18, 2023 @ 07:46
    Rafaelle Maru Villegas
    0

    Hi, my answer might be unuseful to some of you but this is for the one that is still using v7 or migrating from v7 to v8.

    This is the error that I had: enter image description here

    we're in the process of migration so we have the main branch which is v7 and the feature branch which is v8.

    In the same folder where I forked the github, I am switching to v8 branch and v7.

    The main problem is about the uSync files that is not included in the solution and generating datatypes when the project runs. There are files that are already created in that folder enter image description here

    Thanks for the tip from my colleague, Sir Ems!

    Now, just to avoid this error we need to just remove the data type files or just clone the v8 (new version) to a new location so it will not ruin the stable version of your project.

    Cheers!

Please Sign in or register to post replies

Write your reply to:

Draft