Kevin Jump
03/21/2024, 11:18 AMinstall-pacakge UmbracoCms
)
- Build and run through install
- Install Azureblob (NuGet\Install-Package UmbracoFileSystemProviders.Azure.Media -Version 3.1.0
)
- Update web.config
- Fix newtonsoft so it will boot (update web.config dependency from 12.0.0. to 13.0.0)
get a boot failed error with
Could not load file or assembly 'System.Diagnostics.DiagnosticSource
now this is similar to the newtonsoft error, and i can continue to wade through this treacle, but just hopeing someone has a 'oh yeah, just do this' answer to help out.Kevin Jump
03/21/2024, 11:24 AMxml
<dependentAssembly>
<assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.4.1" newVersion="5.0.0.0"/>
</dependentAssembly>
now i get error on System.Runtime.CompilerServices.Unsafe
someone tell me i did something wrong.kdx-perbol
03/27/2024, 8:40 PMKevin Jump
04/02/2024, 11:22 AMkdx-perbol
04/02/2024, 12:28 PM