I create simple app for windows 10/11. This is engineer calculator for building design. I released my app using:
- dotnet publish -f net7.0-windows10.0.19041.0 -c Release -p:WindowsPackageType=None for win 10
- dotnet publish -f net7.0-windows10.0.22000.0 -c Release -p:WindowsPackageType=None for win 11
on my computer (which i use for code with win 10) all pages in app works fine but on other machine with win 11 app crashed when i want to calculate some things on 2 pages from 4. I didn’t get any error info. Where or how can I get info about crashing error? Thanks!