Forum Discussion
bcoker81
Mar 07, 2024Copper Contributor
Problems running application in .Net MAUI after upgrade from .Net 6 to .Net 8
Good morning, The organization I work for has been developing a Maui-Blazor hybrid application. We were able to install it and it was working through our deployment process when we were using .Ne...
ShantiSharma
Copper Contributor
Hi, I am too getting kernel32base.dll error after I have upgraded my maui hybrid application to .net 8.0 . I was using .Net7.0 earlier and application was behaving well . Now I am just getting application error as follows when i close my running aplication using windows close click
Unhandled exception at 0x00007FFB0CD8FABC (KernelBase.dll) in xxxxxx.exe: 0xE0434352 (parameters: 0xFFFFFFFF80131534, 0x0000000000000000, 0x0000000000000000, 0x0000000000000000, 0x00007FF992640000).
any immediate help in solving this is appreciated
ShantiSharma
Aug 27, 2024Copper Contributor
I just got the error solved by specifying <WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>
to a PropertyGroup in the project file.
to a PropertyGroup in the project file.