Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
Need more recent version of IGUltragrid20 ocx - Grid crashes in 2003 version
posted

Hi,

We are using a version of IGUltragrid ocx from January 2003 in our VB6 application. When trying to process large amounts on data on this grid the application crashes and below is the error from the event log.

My question is : Does anyone know if the below error is confirmed as fixed in a more recent version of this control. I believe the version that came out in 2005 is most recent. Wondering this 2005 version has fixed the issue.

Log Name:      Application
Source:        Application Error
Date:          04/11/2018 10:26:48 AM
Event ID:      1000
Task Category: (100)
Level:         Error
Keywords:      Classic
User:          N/A
Computer:     
Description:
Faulting application name: Omate.exe, version: 12.0.0.3, time stamp: 0x59b062f9
Faulting module name: IGUltraGrid20.ocx, version: 2.0.1.25, time stamp: 0x3e30378c
Exception code: 0xc0000005
Fault offset: 0x0004de20
Faulting process id: 0x64f8
Faulting application start time: 0x01d3d1b689a20474
Faulting application path: C:\OFFICEMATE\Omate.exe
Faulting module path: C:\Windows\SysWOW64\Infragistics\UltraSuite\IGUltraGrid20.ocx
Report Id: 82f68e46-3dad-11e8-9a27-0050569b159f
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2018-04-11T17:26:48.000000000Z" />
    <EventRecordID>2743847</EventRecordID>
    <Channel>Application</Channel>
    <Computer></Computer>
    <Security />
  </System>

Parents
  • 22852
    Offline posted

    Rajesh,

    You would need to get the later version of the IGUItraGrid20.ocx and test this on your own.  These controls haven't been supported in more than twelve years.  I did check the retired products PDF and see that UltraSuite 3.02 provides version 2.01.0060 which is more recent than 2.01.0025 though I don't know if it would address the issue you are seeing.

    If you don't already have access to UltraSuite 3.02, you would need to purchase it to get the newer version of the assembly,

    Note that these controls haven't been modified or updated in over twelve years and if the newer version doesn't address the issue, it is recommended that you migrate your application to .NET and use our Windows Forms or WPF toolsets.  Alternatives would be to limit the amount of data you are using with the control.

    Let me know if you have any questions with this matter.

Reply Children