PC Review


Reply
Thread Tools Rate Thread

DataGrid HitTestInfo is missing

 
 
Ofer B.
Guest
Posts: n/a
 
      10th Dec 2003
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


 
Reply With Quote
 
 
 
 
Ofer B.
Guest
Posts: n/a
 
      10th Dec 2003
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.



"Ofer B." <(E-Mail Removed)> wrote in message
news:#(E-Mail Removed)...
> 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
>
>



 
Reply With Quote
 
Ofer B.
Guest
Posts: n/a
 
      10th Dec 2003
------ 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




"Ofer B." <(E-Mail Removed)> wrote in message news:#(E-Mail Removed)...
> 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
>
>

 
Reply With Quote
 
Chris Tacke, eMVP
Guest
Posts: n/a
 
      10th Dec 2003
I'm guessing the first is a desktop application, as MouseDown isn't
supported in the CF.

-Chris


"Ofer B." <(E-Mail Removed)> wrote in message
news:OYsx8#(E-Mail Removed)...
------ 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




"Ofer B." <(E-Mail Removed)> wrote in message
news:#(E-Mail Removed)...
> 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
>
>



 
Reply With Quote
 
Ofer B.
Guest
Posts: n/a
 
      10th Dec 2003
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

"Chris Tacke, eMVP" <ctacke[at]Open_NET_CF[dot]org> wrote in message
news:(E-Mail Removed)...
> I'm guessing the first is a desktop application, as MouseDown isn't
> supported in the CF.
>
> -Chris
>
>
> "Ofer B." <(E-Mail Removed)> wrote in message
> news:OYsx8#(E-Mail Removed)...
> ------ 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
>
>
>
>
> "Ofer B." <(E-Mail Removed)> wrote in message
> news:#(E-Mail Removed)...
> > 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
> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ContectMenu, Datagrid & HitTestInfo MDB Microsoft Dot NET Compact Framework 1 30th Dec 2004 02:12 PM
System.Windows.Forms.DataGrid.HitTestInfo missing =?Utf-8?B?VG9tIFA=?= Microsoft C# .NET 2 5th May 2004 12:41 AM
Is there a class like DataGrid.HitTestInfo for keyboard GG Microsoft C# .NET 1 7th Oct 2003 09:05 PM
DataGrid.HitTestInfo Bob Krauth Microsoft Dot NET Framework Forms 2 19th Sep 2003 01:49 PM
Cant use DataGrid.HitTestInfo Ibai Peņa Microsoft Dot NET Compact Framework 0 18th Aug 2003 09:19 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:02 AM.