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
I have updated from Prism 8 to Prism 9. Our application is WPF application with Net Framework 4.8 target.
"Prefer 32 bit" check is disabled.
On Windows 11 it's working ok, but in Windows 10 it doesn't works.
Windows Version: Windows 10 LTSC Iot Enterprise 21H2.
Net Framework 4.8.0 version: 4.8.09037
Event Viewer trace
Información de la excepción: código de la excepción e0434352, dirección de la excepción 00007FF96A3C9FOA
Pila:
I have installed VisualStudio in Windows 10 VM (not special Windows 10 like LTSC) and I have this exception running on Debug.
An unhandled exception of type 'System.IO.FileLoadException' occurred in Unknown Module.
Could not load file or assembly 'Prism.Container.Abstractions, Version=9.0.106.9543, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A)
It's an empty WPF application with Prism 9. Anything more in the application.
Is there any incompatibility that maybe I'm missing? Seems to be the same issue as #3235 ...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have updated from Prism 8 to Prism 9. Our application is WPF application with Net Framework 4.8 target.
"Prefer 32 bit" check is disabled.
On Windows 11 it's working ok, but in Windows 10 it doesn't works.
Windows Version: Windows 10 LTSC Iot Enterprise 21H2.
Net Framework 4.8.0 version: 4.8.09037
Event Viewer trace
I have installed VisualStudio in Windows 10 VM (not special Windows 10 like LTSC) and I have this exception running on Debug.
It's an empty WPF application with Prism 9. Anything more in the application.
Is there any incompatibility that maybe I'm missing? Seems to be the same issue as #3235 ...
Beta Was this translation helpful? Give feedback.
All reactions