ReoGrid Forum

Fast and powerful .NET Spreadsheet Component

You are not logged in.

Announcement

This forum has been archived and no longer accepts new user registrations. Please report your questions, problems, and feedback to the issue page of ReoGrid on GitHub. Thank you for your cooperation.

https://github.com/unvell/ReoGrid/issues

#1 2015-07-05 12:27:37

dariex
Member
Registered: 2014-10-20
Posts: 13

0.8.9 error

Hi,

CurrentWorksheet.Load goes to error:


"INTERNAL ERROR:

Unhandled exception in Debugger::HandleIPCEvent.

Event ID=0x239.

Exception code=0xc0000005, Eip=0x6eea75e0.

Process ID=0x1f58 (8024), Thread ID=0x5ff4 (24564)."

Offline

#2 2015-07-06 01:40:04

Jingwood
Moderator
From: jing at reogrid.net
Registered: 2014-06-03
Posts: 615

Re: 0.8.9 error

Hi, could you provide more information? This seems not a normal .NET exception message.

Offline

#3 2015-07-06 16:14:53

dariex
Member
Registered: 2014-10-20
Posts: 13

Re: 0.8.9 error

Here's the code:

ReoGridEditor = New unvell.ReoGrid.Editor.ReoGridEditor
ReoGridEditor.Show()
ReoGridEditor.Text = "My text"

' Gets saved image of reogrid file from database
Dim imgBytes As Byte() = CType(datarow("image"), Byte())

Dim _image As System.IO.MemoryStream
_image = New System.IO.MemoryStream(imgBytes, 0, imgBytes.Length)
       
_image.Position = 0
ReoGridEditor.GridControl.CurrentWorksheet.Load(_image) ' This line goes to error

This code worked fine in 0.8.8.4 version, but 0.8.9 goes to the "INTERNAL ERROR"

Last edited by dariex (2015-07-06 16:15:38)

Offline

#4 2015-07-07 13:17:40

Jingwood
Moderator
From: jing at reogrid.net
Registered: 2014-06-03
Posts: 615

Re: 0.8.9 error

Hi dariex, I saw that you are using ReoGridEditor with latest 0.8.9.0 version of ReoGrid. You couldn't use a old ReoGridEditor to operate the latest version of ReoGrid, they have different interface. Currently the ReoGridEditor 0.8.9 is under development and not released. Sorry but please wait for some days...

Last edited by Jingwood (2015-07-07 13:19:59)

Offline

#5 2015-07-07 14:15:01

dariex
Member
Registered: 2014-10-20
Posts: 13

Re: 0.8.9 error

Ok Jing,
Thanks.

Offline

#6 2015-08-03 06:01:28

Jingwood
Moderator
From: jing at reogrid.net
Registered: 2014-06-03
Posts: 615

Re: 0.8.9 error

Editor and Demo project (Binary and Source) has been added in 0.8.9.2 release package. Thanks for report.

Offline

Board footer

Powered by FluxBB