Results 1 to 3 of 3

Thread: Wpf Browser application datagrid

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2009
    Posts
    9

    Wpf Browser application datagrid

    Hello All

    Would appreciate some pointers, Iam trying to create a wpf browser application with a datagrid using vb 2010. The datagrid is bound to a dataset from sql server. When i run the application the browser display the grid but no data is shown. If i do the same creating a wpf application then the data is shown. I guess it must be to do with a wpf browser application.

    Tia

    Rizzo25

  2. #2
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: Wpf Browser application datagrid

    Its probably a permissions/trust issue - I tried to make an app a few weeks ago in a WPF browser application (XBAP) and eventually just gave up and made it a normal WPF app because there were so many things that you couldnt do because of trust problems. I seem to recall one problem I had was connecting to a database, so perhaps this is the same issue. How are you getting the data from your SQL database to the dataset in the XBAP, is it passed through a web service or WCF service or something like that or are you just trying to directly pull data from SQL in the XBAP?
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  3. #3

    Thread Starter
    New Member
    Join Date
    Mar 2009
    Posts
    9

    Re: Wpf Browser application datagrid

    Thanks for the reply, was thinking it might be a permission/trust myself. set the program for full trust, had no effect. iam pulling the sql data to dataset directly.
    I have looked every where for a solution but can't seem to find one.

    Cheers

    Rizzo25

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width