Frank Martin
Frank Martin

Reputation: 3441

IBM MQ and IISExpress stopped working after recent update. Faulting module path: C:\Program Files (x86)\IBM\WebSphere MQ\bin\mqe.dll

After recent Windows updates, any application that uses IISExpress and IBM MQ have stopped working. Applications on IIS are working fine. Any Windows service or WinForms app that uses IBM MQ are also working fine.

When you press F5 in Visual Studio and application starts in IISExpress, when it reaches code line to establish connection to MQ, Visual Studio just stops and you see this entry in event viewer.

Faulting application name: iisexpress.exe, version: 8.5.9748.0, time stamp: 0x5384d451
Faulting module name: mqe.dll, version: 7.500.600.16058, time stamp: 0x56d1088a
Exception code: 0xc0000005
Fault offset: 0x001b8a53
Faulting process id: 0xcc8
Faulting application start time: 0x01da9b80a70e02f6
Faulting application path: C:\Program Files (x86)\IIS Express\iisexpress.exe
Faulting module path: C:\Program Files (x86)\IBM\WebSphere MQ\bin\mqe.dll
Report Id: bebc44d8-3037-4711-852b-3be9cba42b1d
Faulting package full name: 
Faulting package-relative application ID: 

Any idea what is causing this? Tried both 32 and 64 bit IISExpress and same issue.

Upvotes: 0

Views: 87

Answers (0)

Related Questions