.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
Faulting module ntdll.dll error in net10
Bevan Thomas
0
Reputation points
I have an application which has both its 32-bit and 64-bit variant.I recently retargetted it to net10 from net8.64-bit application works fine.But the 32-bit application crashes with following error -:
Faulting module name: ntdll.dll, version: 10.0.19041.6456, time stamp: 0x5f1a1fa5
Exception code: 0xc0000374
Fault offset: 0x000f4b53
Faulting process id: 0x8f8
Faulting application start time: 0x01dcb207f3ab8556
The error happpens where we call managed code from unmanaged code.
Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | .NET Runtime
Sign in to answer