TypeLoadException: Could not load type 'Umbraco.Cms.Core.Events.INotification' from assembly 'Umbraco.Core, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null'.
I did notice one other issue which I am not sure if it should be something I should be worrying about.
When I build my project all is fine.
But if I click re-build I get this error.
Is there a work around. Its not causing issues but I would like the get rid of the error.
Severity Code Description Project File Line Suppression State
Error MSB3030 Could not copy the file "D:\Git\Umbraco9StarterSite\Website\AppPlugins\usync\addons.json" because it was not found. UmbracoProject C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets 4846
So far, each beta release of Umbraco v9 has had a breaking-change in the APIs, meaning that packages need to re-compile their code against it, (and release new NuGet packages).
Umbraco 9 USync Beta
Hi All,
Has anyone manage to get up and running with uSync Beta on Umbraco 9?
I installed the Nuget package from here. https://blog.jumoo.co.uk/2021/uSync-9-beta/
But it doesn't seem to be working.
Hi,
Yeah you will need to install beta-003. Some namespace stuff changed in Umbraco between beta releases.
Hi Kevin,
I think I have got beta 3 installed.
This is what I used anyway. dotnet new -i Umbraco.Templates::9.0.0-beta003
are you also on beta003 of uSync ?
the beta release have to match (things are changing between betas - so there is a beta001, beta002 and beta003 of uSync too)
Hi Kevin,
You was right. Sorry I didn't realise there were different versions of uSync too.
I got on the Beta 3 version and everything seems to run ok.
I will give everything else a test.
Thanks for getting me up and running.
Hey Kevin,
I did notice one other issue which I am not sure if it should be something I should be worrying about.
When I build my project all is fine.
But if I click re-build I get this error.
Is there a work around. Its not causing issues but I would like the get rid of the error.
Severity Code Description Project File Line Suppression State Error MSB3030 Could not copy the file "D:\Git\Umbraco9StarterSite\Website\AppPlugins\usync\addons.json" because it was not found. UmbracoProject C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets 4846
yeah - not sure the internal copy process likes that its a json file 🙁
not sure if there is a work around - we will update the file type for the next release.
Ok. I will be following the updates anyway so I will grab it in the next release.
Thanks.
Yes I am on Beta 3
Hi David,
Kevin means that you'll also need to upgrade uSync to v9.0.0-beta003.
So far, each beta release of Umbraco v9 has had a breaking-change in the APIs, meaning that packages need to re-compile their code against it, (and release new NuGet packages).
Cheers,
- Lee
I am not 100% so I will try and install from your link.
Thanks for jumping on this so quick. Especially when we are still in beta etc.
I had issues launching in debug after I added uSync, eventual found this suggestion to enable "Enable Just My Code"
https://github.com/KevinJump/uSync8/issues/233
is working on a reply...