visual studio – IISExpress stopped working after installing IBM MQ client 9.1.4 over 7.5


IBM MQ client 7.5 was already installed on the system which is primary. Then I installed IBM MQ client 9.1.4 and made it secondary.

After that my ASP.Net applications that I run from Visual Studio using IISExpress has stopped working which connects to 7.5. Web applications hosted on IIS are working fine. Any console or desktop application is also working fine.

Getting following error in Event Viewer when trying to connect to IBM MQ.

Faulting application name: iisexpress.exe, version: 10.0.26013.1000, time stamp: 0x64d3330b
Faulting module name: mqe.dll, version: 7.500.600.16058, time stamp: 0x56d1088a
Exception code: 0xc0000005
Fault offset: 0x001b8a53
Faulting process id: 0x2c50
Faulting application start time: 0x01db027e8d333106
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: f0a79957-2d1a-43f1-9eef-1d24090c2983
Faulting package full name: 
Faulting package-relative application ID:

Whether I run IISExpress as 32 bit or 64 bit doesn’t matter. The user who is running Visual Studio is administrator and has full rights on machine. Any idea how to make it work?

Leave a Reply

Your email address will not be published. Required fields are marked *