Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Finding a record in a grid
Message
From
17/05/2005 03:05:40
Jason Mesches
Ocean Systems Engineering Corporation
Carlsbad, California, United States
 
 
To
17/05/2005 01:20:29
Dave Porter
Medical Systematics, Inc.
Merced, California, United States
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01014618
Message ID:
01014779
Views:
26
Dave,

You missed a namespace...

Try adding using System.Data;

That should do the trick,
---J

>D:\msi\MsiDxTest\Dxtest.cs(311): The type or namespace name 'DataView' could not be found (are you missing a using directive or an assembly reference?)
>
>D:\msi\MsiDxTest\Dxtest.cs(312): The type or namespace name 'DataTable' could not be found (are you missing a using directive or an assembly reference?)
>
>?????
>
>I have these using directives at the top of my file....
>
>
>using System;
>using System.Drawing;
>using System.Collections;
>using System.ComponentModel;
>using System.Windows.Forms;
>using OakLeaf.MM.Main;
>using OakLeaf.MM.Main.Business;
>using OakLeaf.MM.Main.Data;
>using OakLeaf.MM.Main.Windows.Forms;
>using msi.pdx.dxServices;
>
>
>
>Dave
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform