I've installed Vendr.uSync which appears to have worked, except that I see [usync_vendr-description] rather than whatever the actual description should be.
Has the installation failed in some way, or do I need to manually set that text?
The site has been started a number of times (still in development), so I guess the language file didn't copy / install. I installed it into my Umbraco 9 / VS2022 project using Nuget.
I don't have a Vendr.uSync folder in App_Plugins. I removed and re-added Vendr.uSync (Nuget in VS2022).
I have a Vendr folder and a uSync folder but not Vendr.uSync
Update:
I manually added the folders Vendr.uSync and Lang and added the en-us.xml file and it worked. That's fine but for some reason the Nuget installation was not adding the folders / file.
Did you build your project after install? As this is what triggers the copy over.
If that didn't work, I'll have to chat to Kevin to see if there is something wrong with the installer. In the meantime, you can find the project files and copy the App_Plugin folder over manually and that should be fine.
I'm running the project from within VS2022 so that will do a build when I run it. But yes, I also did a manual build after installing the Nuget package.
What should [usync_vendr-description] be?
I've installed Vendr.uSync which appears to have worked, except that I see [usync_vendr-description] rather than whatever the actual description should be.
Has the installation failed in some way, or do I need to manually set that text?
Hey Gordon,
Where exactly are you seeing that? Sounds like maybe the lang files didn't copy over, or maybe the site just needs restarting for Umbraco to see them.
Matt
The site has been started a number of times (still in development), so I guess the language file didn't copy / install. I installed it into my Umbraco 9 / VS2022 project using Nuget.
Yea, it looks like it's not picking this file up for some reason https://github.com/vendrhub/vendr-usync/blob/v2/dev/src/Vendr.uSync/Web/UI/App_Plugins/Vendr.uSync/lang/en-us.xml
Maybe double check to see if the lang file is there in the App_Plugins folder and if it is, maybe there is some caching going on somewhere.
Matt
I don't have a Vendr.uSync folder in App_Plugins. I removed and re-added Vendr.uSync (Nuget in VS2022).
I have a Vendr folder and a uSync folder but not Vendr.uSync
Update: I manually added the folders Vendr.uSync and Lang and added the en-us.xml file and it worked. That's fine but for some reason the Nuget installation was not adding the folders / file.
Did you build your project after install? As this is what triggers the copy over.
If that didn't work, I'll have to chat to Kevin to see if there is something wrong with the installer. In the meantime, you can find the project files and copy the App_Plugin folder over manually and that should be fine.
Matt
I'm running the project from within VS2022 so that will do a build when I run it. But yes, I also did a manual build after installing the Nuget package.
Ok, thanks for confirming. I'll investigate further, but glad you got it working in the meantime 👍
is working on a reply...