DataGrid HitTestInfo is missing

  • Thread starter Thread starter Ofer B.
  • Start date Start date
O

Ofer B.

Hi all

I have one project (a sample from quick tutorial) that the DataGrid as this
properties and methods

DataGrid.ControlCollection;
DataGrid.HitTestInfo;
DataGrid.HitTestType;
DataGrid.MouseButtons;
DataGrid.MousePosition;

I have another project (same computer, same VS) that only these properties
appear:
DataGrid.MouseButtons;
DataGrid.MousePosition;

What can be the reason?
I just trying to add the sort option to my grid.

Ofer
 
In both project the DataGrid reference path is:
C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\v1.0.5000\Windows
CE\System.Windows.Forms.DataGrid.dll

And in both project the "System.Windows.Forms.DataGrid.dll" version is:
1.0.5000.0.
 
------ Build started: Project: SalesForce, Configuration: Debug Pocket PC ------

Preparing resources...

Updating references...

Performing main compilation...

c:\data\develop\projects\loreal\sales force system\code\sales force system\sales force ui\order.cs(318,80): error CS0117: 'SalesForce.Orders' does not contain a definition for 'dataGridOrders_MouseDown'

error CS0583: Internal Compiler Error (0xc0000005 at address 535DB439): likely culprit is 'BIND'.

An internal error has occurred in the compiler. To work around this problem, try simplifying or changing the program near the locations listed below. Locations at the top of the list are closer to the point at which the internal error occurred.


c:\data\develop\projects\loreal\sales force system\code\sales force system\sales force ui\order.cs(1186,4): error CS0585: Internal Compiler Error: stage 'BIND'

c:\data\develop\projects\loreal\sales force system\code\sales force system\sales force ui\order.cs(1183,16): error CS0584: Internal Compiler Error: stage 'BIND' symbol 'SalesForce.Orders.dataGridOrder_MouseUp(object, System.Windows.Forms.MouseEventArgs)'

c:\data\develop\projects\loreal\sales force system\code\sales force system\sales force ui\order.cs(1183,16): error CS0584: Internal Compiler Error: stage 'COMPILE' symbol 'SalesForce.Orders.dataGridOrder_MouseUp(object, System.Windows.Forms.MouseEventArgs)'

c:\data\develop\projects\loreal\sales force system\code\sales force system\sales force ui\order.cs(1183,16): error CS0584: Internal Compiler Error: stage 'COMPILE' symbol 'SalesForce.Orders.dataGridOrder_MouseUp(object, System.Windows.Forms.MouseEventArgs)'

c:\data\develop\projects\loreal\sales force system\code\sales force system\sales force ui\order.cs(1183,16): error CS0584: Internal Compiler Error: stage 'COMPILE' symbol 'SalesForce.Orders.dataGridOrder_MouseUp(object, System.Windows.Forms.MouseEventArgs)'

c:\data\develop\projects\loreal\sales force system\code\sales force system\sales force ui\order.cs(16,15): error CS0584: Internal Compiler Error: stage 'COMPILE' symbol 'SalesForce.Orders'

c:\data\develop\projects\loreal\sales force system\code\sales force system\sales force ui\order.cs(11,11): error CS0584: Internal Compiler Error: stage 'COMPILE' symbol 'SalesForce'

c:\data\develop\projects\loreal\sales force system\code\sales force system\sales force ui\order.cs(1,1): error CS0584: Internal Compiler Error: stage 'COMPILE' symbol ''

C:\Data\Develop\Projects\Loreal\Sales force System\Code\Sales force System\Sales force UI\Order.cs: error CS0586: Internal Compiler Error: stage 'COMPILE'

error CS0587: Internal Compiler Error: stage 'COMPILE'

error CS0587: Internal Compiler Error: stage 'BEGIN'

error CS0583: Internal Compiler Error (0xc0000005 at address 5362514E): likely culprit is 'BIND'.

An internal error has occurred in the compiler. To work around this problem, try simplifying or changing the program near the locations listed below. Locations at the top of the list are closer to the point at which the internal error occurred.


c:\data\develop\projects\loreal\sales force system\code\sales force system\sales force ui\order.cs(1183,16): error CS0584: Internal Compiler Error: stage 'BIND' symbol 'SalesForce.Orders.dataGridOrder_MouseUp(object, System.Windows.Forms.MouseEventArgs)'

c:\data\develop\projects\loreal\sales force system\code\sales force system\sales force ui\order.cs(1183,16): error CS0584: Internal Compiler Error: stage 'COMPILE' symbol 'SalesForce.Orders.dataGridOrder_MouseUp(object, System.Windows.Forms.MouseEventArgs)'

c:\data\develop\projects\loreal\sales force system\code\sales force system\sales force ui\order.cs(1183,16): error CS0584: Internal Compiler Error: stage 'COMPILE' symbol 'SalesForce.Orders.dataGridOrder_MouseUp(object, System.Windows.Forms.MouseEventArgs)'

c:\data\develop\projects\loreal\sales force system\code\sales force system\sales force ui\order.cs(1183,16): error CS0584: Internal Compiler Error: stage 'COMPILE' symbol 'SalesForce.Orders.dataGridOrder_MouseUp(object, System.Windows.Forms.MouseEventArgs)'

c:\data\develop\projects\loreal\sales force system\code\sales force system\sales force ui\order.cs(16,15): error CS0584: Internal Compiler Error: stage 'COMPILE' symbol 'SalesForce.Orders'

c:\data\develop\projects\loreal\sales force system\code\sales force system\sales force ui\order.cs(11,11): error CS0584: Internal Compiler Error: stage 'COMPILE' symbol 'SalesForce'

c:\data\develop\projects\loreal\sales force system\code\sales force system\sales force ui\order.cs(1,1): error CS0584: Internal Compiler Error: stage 'COMPILE' symbol ''

C:\Data\Develop\Projects\Loreal\Sales force System\Code\Sales force System\Sales force UI\Order.cs: error CS0586: Internal Compiler Error: stage 'COMPILE'

error CS0587: Internal Compiler Error: stage 'COMPILE'

error CS0587: Internal Compiler Error: stage 'BEGIN'

Build complete -- 24 errors, 0 warnings

Building satellite assemblies...

Satellite assemblies could not be built because the main project output is missing.



---------------------- Done ----------------------

Build: 0 succeeded, 1 failed, 0 skipped
 
I'm guessing the first is a desktop application, as MouseDown isn't
supported in the CF.

-Chris


------ Build started: Project: SalesForce, Configuration: Debug Pocket
PC ------

Preparing resources...

Updating references...

Performing main compilation...

c:\data\develop\projects\loreal\sales force system\code\sales force
system\sales force ui\order.cs(318,80): error CS0117: 'SalesForce.Orders'
does not contain a definition for 'dataGridOrders_MouseDown'

error CS0583: Internal Compiler Error (0xc0000005 at address 535DB439):
likely culprit is 'BIND'.

An internal error has occurred in the compiler. To work around this problem,
try simplifying or changing the program near the locations listed below.
Locations at the top of the list are closer to the point at which the
internal error occurred.


c:\data\develop\projects\loreal\sales force system\code\sales force
system\sales force ui\order.cs(1186,4): error CS0585: Internal Compiler
Error: stage 'BIND'

c:\data\develop\projects\loreal\sales force system\code\sales force
system\sales force ui\order.cs(1183,16): error CS0584: Internal Compiler
Error: stage 'BIND' symbol 'SalesForce.Orders.dataGridOrder_MouseUp(object,
System.Windows.Forms.MouseEventArgs)'

c:\data\develop\projects\loreal\sales force system\code\sales force
system\sales force ui\order.cs(1183,16): error CS0584: Internal Compiler
Error: stage 'COMPILE' symbol
'SalesForce.Orders.dataGridOrder_MouseUp(object,
System.Windows.Forms.MouseEventArgs)'

c:\data\develop\projects\loreal\sales force system\code\sales force
system\sales force ui\order.cs(1183,16): error CS0584: Internal Compiler
Error: stage 'COMPILE' symbol
'SalesForce.Orders.dataGridOrder_MouseUp(object,
System.Windows.Forms.MouseEventArgs)'

c:\data\develop\projects\loreal\sales force system\code\sales force
system\sales force ui\order.cs(1183,16): error CS0584: Internal Compiler
Error: stage 'COMPILE' symbol
'SalesForce.Orders.dataGridOrder_MouseUp(object,
System.Windows.Forms.MouseEventArgs)'

c:\data\develop\projects\loreal\sales force system\code\sales force
system\sales force ui\order.cs(16,15): error CS0584: Internal Compiler
Error: stage 'COMPILE' symbol 'SalesForce.Orders'

c:\data\develop\projects\loreal\sales force system\code\sales force
system\sales force ui\order.cs(11,11): error CS0584: Internal Compiler
Error: stage 'COMPILE' symbol 'SalesForce'

c:\data\develop\projects\loreal\sales force system\code\sales force
system\sales force ui\order.cs(1,1): error CS0584: Internal Compiler Error:
stage 'COMPILE' symbol ''

C:\Data\Develop\Projects\Loreal\Sales force System\Code\Sales force
System\Sales force UI\Order.cs: error CS0586: Internal Compiler Error: stage
'COMPILE'

error CS0587: Internal Compiler Error: stage 'COMPILE'

error CS0587: Internal Compiler Error: stage 'BEGIN'

error CS0583: Internal Compiler Error (0xc0000005 at address 5362514E):
likely culprit is 'BIND'.

An internal error has occurred in the compiler. To work around this problem,
try simplifying or changing the program near the locations listed below.
Locations at the top of the list are closer to the point at which the
internal error occurred.


c:\data\develop\projects\loreal\sales force system\code\sales force
system\sales force ui\order.cs(1183,16): error CS0584: Internal Compiler
Error: stage 'BIND' symbol 'SalesForce.Orders.dataGridOrder_MouseUp(object,
System.Windows.Forms.MouseEventArgs)'

c:\data\develop\projects\loreal\sales force system\code\sales force
system\sales force ui\order.cs(1183,16): error CS0584: Internal Compiler
Error: stage 'COMPILE' symbol
'SalesForce.Orders.dataGridOrder_MouseUp(object,
System.Windows.Forms.MouseEventArgs)'

c:\data\develop\projects\loreal\sales force system\code\sales force
system\sales force ui\order.cs(1183,16): error CS0584: Internal Compiler
Error: stage 'COMPILE' symbol
'SalesForce.Orders.dataGridOrder_MouseUp(object,
System.Windows.Forms.MouseEventArgs)'

c:\data\develop\projects\loreal\sales force system\code\sales force
system\sales force ui\order.cs(1183,16): error CS0584: Internal Compiler
Error: stage 'COMPILE' symbol
'SalesForce.Orders.dataGridOrder_MouseUp(object,
System.Windows.Forms.MouseEventArgs)'

c:\data\develop\projects\loreal\sales force system\code\sales force
system\sales force ui\order.cs(16,15): error CS0584: Internal Compiler
Error: stage 'COMPILE' symbol 'SalesForce.Orders'

c:\data\develop\projects\loreal\sales force system\code\sales force
system\sales force ui\order.cs(11,11): error CS0584: Internal Compiler
Error: stage 'COMPILE' symbol 'SalesForce'

c:\data\develop\projects\loreal\sales force system\code\sales force
system\sales force ui\order.cs(1,1): error CS0584: Internal Compiler Error:
stage 'COMPILE' symbol ''

C:\Data\Develop\Projects\Loreal\Sales force System\Code\Sales force
System\Sales force UI\Order.cs: error CS0586: Internal Compiler Error: stage
'COMPILE'

error CS0587: Internal Compiler Error: stage 'COMPILE'

error CS0587: Internal Compiler Error: stage 'BEGIN'

Build complete -- 24 errors, 0 warnings

Building satellite assemblies...

Satellite assemblies could not be built because the main project output is
missing.



---------------------- Done ----------------------

Build: 0 succeeded, 1 failed, 0 skipped
 
No, it is CF project. with the original grid of Microsoft.

The sort option was working with "MouseUp", until today, suddenly 2 classes
are missing (only in this project)
In the Object browser, under system.windows.forms.data, I have only 7 object
and not 9. the 2 that are missing are
"DataGrig.HitTestInfo" and "DataGrid.HitTestType".
when I try to use these 2 I get the output you saw in my previous mail.

If I open other project with DataGrid, these classes are exist

Any idea?

Ofer
 
Back
Top