cancel
Showing results for 
Search instead for 
Did you mean: 

Faulting application name: w3wp.exe, version: 10.0.17763.1, Faulting module name: SAPbobsCOM100.dll

former_member374449
Participant
0 Kudos

Hello Everyone,

I have develop an ASP.NET Web API using SAP SDK o integrate data from another ERP.

So when I set Enable 32-bit Application to TRUE there will be no error like below but SAP SDK will not work as I am using SAP Business One 10 Version for HANA.

After setting it to FALSE, SAP SDK works but keep showing me this error frequently.

Faulting application name: w3wp.exe, version: 10.0.17763.1, time stamp: 0xcfdb13d8
Faulting module name: SAPbobsCOM100.dll, version: 10.0.130.0, time stamp: 0x5f577191
Exception code: 0xc0000005
Fault offset: 0x0000000000c7b70c
Faulting process id: 0x2074
Faulting application start time: 0x01d73228dfd48feb
Faulting application path: c:\windows\system32\inetsrv\w3wp.exe
Faulting module path: C:\Program Files\SAP\SAP Business One DI API\DI API 100\SAPbobsCOM100.dll
Report Id: b9bfedab-bea5-47d2-af94-d221b1befe71
Faulting package full name: 
Faulting package-relative application ID: 

So anyone has any idea how to resolve this issue?

Thanks & Regards.

Manish

rahuljain257
Participant
0 Kudos

Hello Manish,

There are 3 ways to get more details on this error -

Option 1 : Can you please mapped the source code version of your web api project on the IIS and try to debug the error, on the run-time.

If you require more details then - check out this link.

Option 2 : Can you re-verify whether the correct version of DI-API is referenced in Web API Project for e.g. During installation of SAP SDK there are 2 variants of DI-API.

DI-API 32 bit

DI-API 64 bit --- pls check whether you have referenced the correct version of the DLL.

Option 3 : I strongly assume you will find the answer through Option 1 but if you didn't found any solution then try adding the error log and share the error details.

Check out this link

Regards

Rahul Jain

Accepted Solutions (0)

Answers (0)