Share via

Faulting module ntdll.dll error in net10

Bevan Thomas 0 Reputation points
2026-03-12T10:43:08.6966667+00:00

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
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.