cancel
Showing results for 
Search instead for 
Did you mean: 

SAP addon error CLR20r3 Event - IndexOutOfRangeException

Former Member
0 Kudos

Hi

Currently,we are using SAP B1 9.0 PL08.

we develop a customized addon on Visual Studio 2010 by using a UDO Form and a System Form.

By Using B1DE 2.2 "B1 AddOn Installer .NET" project we have build our installer and installed it in to our SAP Server.

Installation was a success...

but when running the program by using Add-on Manager, the system throws a error that says:

Problem signature:

  Problem Event Name: CLR20r3

  Problem Signature 01: customerequipmentcard.exe

  Problem Signature 02: 1.0.0.0

  Problem Signature 03: 533bc402

  Problem Signature 04: CustomerEquipmentCard

  Problem Signature 05: 1.0.0.0

  Problem Signature 06: 533bc402

  Problem Signature 07: 19

  Problem Signature 08: 20

  Problem Signature 09: System.IndexOutOfRangeException

  OS Version: 6.1.7600.2.0.0.274.10

  Locale ID: 1033

  Additional Information 1: 0a9e

  Additional Information 2: 0a9e372d3b4ad19135b953a78882e789

  Additional Information 3: 0a9e

  Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

Have anyone faced this kind of situation?


Much appreciate your help in solving this error

Thanks .....

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi all,

I found the solution for above problem while going through Jose's Discussion on Creation of Addons for SAP Business One Studio( )

it has been due to the argument parameter number pass to instantiate a instance of SAPbouiCOM.Framework.Application class...

it seem's the default index given when project creation is incorrect...

Many thanks to Jose Karlo Martinez and Edy Simon...

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

we still couldn't solve the problem. windows Application Event viewer display the error as below...


pplication:

          CustomerEquipmentCard.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.IndexOutOfRangeException Stack: at CustomerEquipmentCard.Program.Main(System.String[])


I think this happens when the addon instantiate a instance of SAPbouiCOM.Framework.Application class...


Dose anyone have a solution for this...?

Former Member
0 Kudos

hi. i am also facing the same problem..in 64 bit os only.

the problem is comming.

have u checked the problem is comming only 64 bit or 32 ..

Former Member
0 Kudos

hi riniva,

it's coming for a 32 bit addon, the SAP installation is a 32bit one but the Actual Server is a 64bit one....

we have targeted the x86 platform when developing the addon and also the B1DE SAP Addon installer project...

Former Member
0 Kudos

k k..