When upgrading fra Umbraco 12.3.5 to version 13.0.1, I get this error in Visual Studio.
I've tried to install whats suggested, but it keeps refering to the _final version of Microsoft.CodeAnalysis
Any suggestions?
While I started upgrading the latest version was 13.0.0, but during the installation-process and numerous retrials the latest version changed to 13.0.1 :-)
I get the same error when trying to upgrade uSync to V13 from 12.2.2
Upgrade from 12.3.5 -> 13.0.1
When upgrading fra Umbraco 12.3.5 to version 13.0.1, I get this error in Visual Studio. I've tried to install whats suggested, but it keeps refering to the _final version of Microsoft.CodeAnalysis
Any suggestions? While I started upgrading the latest version was 13.0.0, but during the installation-process and numerous retrials the latest version changed to 13.0.1 :-) I get the same error when trying to upgrade uSync to V13 from 12.2.2
With inspiration from this thread https://www.telerik.com/forums/microsoft-codeanalysis-issues-again, I tried adding the references in the the csproj-file, and it seemed to solve the issue
I've got a little further.
I've added the ItemGroup to my csproj file.
I can now upgrade to V13.0.1 using NuGet.
Now, when I run the project, I get the following error:
System.ExecutionEngineException GlobalizationMode.cs:81
Any ideas?
What are you upgrading from?
I haven't seen that error before, so can't be of any specific help on that one.
Did you upgrade Microsoft.ICU.ICU4C.Runtime
I had a similar issue due to upgrading Microsoft.ICU.ICU4C.Runtime
is working on a reply...