Windows Mobile and Linq

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bob Develd

    #1

    Windows Mobile and Linq

    Is it possible to create dbml files (Linq to Sql) when programming for smart
    device applications using Windows Mobile 6 Prefessionnal SDK in Visual
    Studio ?
    When I want add a new composant in theis kind of application, Visual Studio
    don't offer me the possibility to create dbml File

    How can I do ?

    Thanks for your response.


  • Patrice

    #2
    Re: Windows Mobile and Linq

    Drag and drop on the designer surface is not supported. You can use though
    the command line SqlMetal.exe tool to create the file and then you'll likely
    be able to edit the file (I've just gave a try to Sql Compact so I'm not
    sure which level of editing you get)...

    Try :
    You are all undoubtedly aware of LINQ to SQL, its fair to say its had a large amount of publicity and coverage in the .net circle. VS 2008 makes getting…

    for details...

    --
    Patrice



    "Bob Develd" <bob.deweld@wan adoo.fra écrit dans le message de groupe de
    discussion : 48da28ba$0$873$ ba4acef3@news.o range.fr...
    Is it possible to create dbml files (Linq to Sql) when programming for
    smart device applications using Windows Mobile 6 Prefessionnal SDK in
    Visual Studio ?
    When I want add a new composant in theis kind of application, Visual
    Studio don't offer me the possibility to create dbml File
    >
    How can I do ?
    >
    Thanks for your response.
    >

    Comment

    • Bob Develd

      #3
      Re: Windows Mobile and Linq

      Merci infiniment

      "Patrice" <http://www.chez.com/scribe/a écrit dans le message de news:
      6E96CBB9-4528-457C-9961-09786BAD7307@mi crosoft.com...
      Drag and drop on the designer surface is not supported. You can use though
      the command line SqlMetal.exe tool to create the file and then you'll
      likely be able to edit the file (I've just gave a try to Sql Compact so
      I'm not sure which level of editing you get)...
      >
      Try :
      You are all undoubtedly aware of LINQ to SQL, its fair to say its had a large amount of publicity and coverage in the .net circle. VS 2008 makes getting…

      for details...
      >
      --
      Patrice
      >
      >
      >
      "Bob Develd" <bob.deweld@wan adoo.fra écrit dans le message de groupe de
      discussion : 48da28ba$0$873$ ba4acef3@news.o range.fr...
      >Is it possible to create dbml files (Linq to Sql) when programming for
      >smart device applications using Windows Mobile 6 Prefessionnal SDK in
      >Visual Studio ?
      >When I want add a new composant in theis kind of application, Visual
      >Studio don't offer me the possibility to create dbml File
      >>
      >How can I do ?
      >>
      >Thanks for your response.
      >>
      >

      Comment

      Working...