Hi Eric,
The event log is not the same error in the first crash. It is all about DI API DLL now.
The first error without the changes is in my first few post. But now :
Without dispose :
Faulting application name: SAP-BARTER Services.exe, version: 1.0.0.1, time stamp: 0x53d1bf6c
Faulting module name: SAPbobsCOM90.dll, version: 9.2.0.0, time stamp: 0x52d56e42
Exception code: 0xc0000005
Fault offset: 0x00733f08
Faulting process id: 0x2d54
Faulting application start time: 0x01cfa7af5cb77aa6
Faulting application path: C:\Test_Services\SAP-BARTER Services.exe
Faulting module path: C:\Program Files (x86)\SAP\SAP Business One DI API\DI API 90\SAPbobsCOM90.dll
Report Id: bd53723b-13a2-11e4-bed6-0021ccd35b5e
Faulting package full name:
Faulting package-relative application ID:
With dispose :
Faulting application name: SAP-BARTER Services.exe, version: 1.0.0.1, time stamp: 0x53d1c016
Faulting module name: B1_DIInternalFields90.dll, version: 9.2.0.0, time stamp: 0x52d5682a
Exception code: 0xc0000005
Fault offset: 0x00014d08
Faulting process id: 0x18f4
Faulting application start time: 0x01cfa7afbf6d0f82
Faulting application path: C:\Test_Services\SAP-BARTER Services.exe
Faulting module path: C:\Program Files (x86)\SAP\SAP Business One DI API\DI API 90\B1_DIInternalFields90.dll
Report Id: 0f34235a-13a3-11e4-bed6-0021ccd35b5e
Faulting package full name:
Faulting package-relative application ID:
Do you think, the DI API has a problem?