You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.IO.FileLoadException
HResult=0x80131040
Message=Could not load file or assembly 'NP.Utilities, Version=1.0.8.0, Culture=neutral, PublicKeyToken=null'. The located assembly's manifest definition does not match the assembly reference. (0x80131040)
Source=NP.Avalonia.Visuals
StackTrace:
at NP.Avalonia.Visuals.ThemingAndL10N.ThemeLoader.set_StyleResourceName(Object value)
at NP.Demos.ThemingAndLocalizationDemo.App.!XamlIlPopulate(IServiceProvider , App ) in C:\Users\cnelson04\source\repos\npolyak\NP.Avalonia.Demos\NP.Demos.ThemingAndL10N\NP.Demos.ThemingAndLocalizationDemo\App.axaml:line 10
at NP.Demos.ThemingAndLocalizationDemo.App.!XamlIlPopulateTrampoline(App )
at NP.Demos.ThemingAndLocalizationDemo.App.Initialize() in C:\Users\cnelson04\source\repos\npolyak\NP.Avalonia.Demos\NP.Demos.ThemingAndL10N\NP.Demos.ThemingAndLocalizationDemo\App.axaml.cs:line 11
at Avalonia.Controls.AppBuilderBase1.Setup() at Avalonia.Controls.AppBuilderBase1.SetupWithLifetime(IApplicationLifetime lifetime)
at Avalonia.ClassicDesktopStyleApplicationLifetimeExtensions.StartWithClassicDesktopLifetime[T](T builder, String[] args, ShutdownMode shutdownMode)
at NP.Demos.ThemingAndLocalizationDemo.Program.Main(String[] args) in C:\Users\cnelson04\source\repos\npolyak\NP.Avalonia.Demos\NP.Demos.ThemingAndL10N\NP.Demos.ThemingAndLocalizationDemo\Program.cs:line 14
If I go back to version 1.0.11 or earlier this problem disappears
I ran into this problem both on my sample project for my program and for "NP.Demos.ThemingAndLocalizationDemo" which I downloaded to see this working.
The text was updated successfully, but these errors were encountered:
System.IO.FileLoadException
HResult=0x80131040
Message=Could not load file or assembly 'NP.Utilities, Version=1.0.8.0, Culture=neutral, PublicKeyToken=null'. The located assembly's manifest definition does not match the assembly reference. (0x80131040)
Source=NP.Avalonia.Visuals
StackTrace:
at NP.Avalonia.Visuals.ThemingAndL10N.ThemeLoader.set_StyleResourceName(Object value)
at NP.Demos.ThemingAndLocalizationDemo.App.!XamlIlPopulate(IServiceProvider , App ) in C:\Users\cnelson04\source\repos\npolyak\NP.Avalonia.Demos\NP.Demos.ThemingAndL10N\NP.Demos.ThemingAndLocalizationDemo\App.axaml:line 10
at NP.Demos.ThemingAndLocalizationDemo.App.!XamlIlPopulateTrampoline(App )
at NP.Demos.ThemingAndLocalizationDemo.App.Initialize() in C:\Users\cnelson04\source\repos\npolyak\NP.Avalonia.Demos\NP.Demos.ThemingAndL10N\NP.Demos.ThemingAndLocalizationDemo\App.axaml.cs:line 11
at Avalonia.Controls.AppBuilderBase
1.Setup() at Avalonia.Controls.AppBuilderBase
1.SetupWithLifetime(IApplicationLifetime lifetime)at Avalonia.ClassicDesktopStyleApplicationLifetimeExtensions.StartWithClassicDesktopLifetime[T](T builder, String[] args, ShutdownMode shutdownMode)
at NP.Demos.ThemingAndLocalizationDemo.Program.Main(String[] args) in C:\Users\cnelson04\source\repos\npolyak\NP.Avalonia.Demos\NP.Demos.ThemingAndL10N\NP.Demos.ThemingAndLocalizationDemo\Program.cs:line 14
If I go back to version 1.0.11 or earlier this problem disappears
I ran into this problem both on my sample project for my program and for "NP.Demos.ThemingAndLocalizationDemo" which I downloaded to see this working.
The text was updated successfully, but these errors were encountered: