Search:

Type: Posts; User: philjamaica

Search: Search took 0.02 seconds.

  1. Re: Create VB typed dataset classes from XSD

    Hah...found it. I was trying to see these classes by right clicking on SampleDataSet.xsd in Solution Explorer and selecting View Code.

    This brings me to the code-behind page that I can use.
    ...
  2. Create VB typed dataset classes from XSD

    How do I get Visual Studio to generate VB typed dataset classes automatically?

    I'm working through a textbook which says that once you create a typed dataset using the GUI in Visual Studio, that a...
  3. Re: Can't Import System.Data.EntityClient Namespace

    Friend, you're gone WAAAAYYY above my head.

    I'll have to do about three days reading just to grasp these terms.

    I'm working through a baby-stage text book, manually entering code and seeing if...
  4. Can't Import System.Data.EntityClient Namespace

    I am working with Visual Studio Express 2013 and SQL Server 2012 Enterprise.
    Trying to work with Entity Data Model. Ran the EDM Wizard and it worked fine.

    However, I can't reference the...
  5. Re: Tutorial: An Introduction to the ADO.NET Entity Framework

    Also should mention:
    I can't import System.Data.EntityClient namespace. (Does not pop up as an option in Intellisense)

    Why not, and how do I fix?

    Thanks!
  6. Re: Tutorial: An Introduction to the ADO.NET Entity Framework

    Thanks for the suggestion, techgnome, but list is still blank.
    Here is my code:
    Public Class PayrollView

    Dim publishContext As New PublishingCompanyEntities1
    Dim currentPayroll As New...
  7. Re: Tutorial: An Introduction to the ADO.NET Entity Framework

    Everything went well up to the point of coding datasource and DisplayMember for the combo box to display the author names (cboAuthor in my case). Code runs but list not populated. At first it was...
Results 1 to 7 of 7



Click Here to Expand Forum to Full Width