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 2014-09-07 12:33:49

[email protected]
Member
Registered: 2014-08-09
Posts: 24

8.6.2

Hi,

'Required by the Windows Form Designer

    Private components As System.ComponentModel.IContainer

  Please Remove : "Me.ReoGridControl1.ColCount ="

When running and debugging I get an error although the programs runs to the end : " EEFileLoadException * __ptr64 at memory location 0x00000086d2d8a210."

This is a C++ or C# misinterpretation during compiling (I suspect)  of the unvell.ReoGrid.dll.
Could you please look into this.

Peter

Offline

#2 2014-09-07 13:57:41

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

Re: 8.6.2

Open the .designer.vb and find line "Me.ReoGridControl1.ColCount ="

Try change "Me.ReoGridControl1.ColCount" to "Me.ReoGridControl1.ColumnCount".

Offline

Board footer

Powered by FluxBB