Search results for query: *

  1. S

    What do i have to install to have OleDb objects?

    Are there different versions of MDAC depending on the operating system? I´m using Windows Server 2003. Thx //Sara
  2. S

    What do i have to install to have OleDb objects?

    Yesterday i had the same problem with object DataGrid and i posted a thread about it in this forum. But i´ve solved the problem adding a reference to System.Windows.Forms.Datagrid.dll That´s why i was wondering if there weren´t a file System.Data.OleDb.dll. to add a reference of this file to...
  3. S

    What do i have to install to have OleDb objects?

    I´m using C# so i added using System.Data.OleDb; when i compiled it i had the following error: error CS0234: missing reference to assembly...
  4. S

    What do i have to install to have OleDb objects?

    I don´t have any of the data access... sql, oledb, etc... And i´ve installed mdac 2.8 and the problem continues... Isn´t it necessary to add references or something? Or isn´t there a file named System.Data.OleDb.dll ? //Sara
  5. S

    What do i have to install to have OleDb objects?

    Hi! I´ve installed Visual Studio .NET 2003 but i have no OleDB classes in System.Data. I´ve add a reference to System.Data.dll but i don´t have System.Data:oleDb. Is there anything else i have to install? perhaps MDAC? THanks Sara
  6. S

    Namespace DataGrid not found.

    I´ve solved the problem. Turns out i had to add a reference to System.Windows.Forms.DataGrid.dll I don´t know why it isn´t already added to every projects, but addind it solved the problem. Thanks Anyway. //Sara
  7. S

    Namespace DataGrid not found.

    I´ve noticed that i have also a file System.Windows.Forms.DataGrid.dll Is this normal? Is it possible that i have to import this file in order to access this class? //Sara
  8. S

    Namespace DataGrid not found.

    I´ve searched my explorer for the file System.Windows.Forms.dll and i´ve found one in directory c:\programas\Microsoft Visual Studio .NET 2003\CompactFrameworkSDK\v1.0.5000\WindowsCE. If anyone has this namespace could you please send me the file so i can see if it works? Thanks Sara
  9. S

    Namespace DataGrid not found.

    I´m using C# so i used this: private System.Windows.Forms.DataGrid myDGrig; When i compile the project, the following error appears: error CS0234: The name 'DataGrid' doesn´t exist in namespace 'System.Windows.Forms'. //Sara
  10. S

    Namespace DataGrid not found.

    Yes... I have access to other controls.. Do you mean anyone in particular? Is there something i can install to solve the problem? Thanks Sara
  11. S

    Namespace DataGrid not found.

    Hi, i´m developing a smartdeviceapplication and i can´t find the class DataGrid in System.Windows.Forms. I´ve searched the help and i believe this is the correct namespace for this class? Why doesn´t this class appear in this namespace? Have i got to install something or add some...
Back
Top