MxDataGrid/SQLDataSource Control

Discussion in 'WebMatrix' started by Bruce, Mar 13, 2003.

  1. Bruce

    Bruce DiscountASP.NET Staff

    what is the URL to your page?


    quote:Originally posted by bosstep

    Hello:
    I'm using Web Matrix and have successfully used MxDataGrid and associated SQLDataSourceControl on localhost (with IIS).

    However, when I do the same thing on remote, I get....

    Parser Error Message: File or assembly name Microsoft.Saturn.Framework, or one of its dependencies, was not found.

    I tried putting a copy of Microsoft.Saturn.dll in my bin folder. Still received same error message.

    Anyone else had any success with Web Matrix DataGrids on discountASP.NET?


    Thanks.

    </blockquote id="quote"></font id="quote">
     
  2. Hello:
    I'm using Web Matrix and have successfully used MxDataGrid and associated SQLDataSourceControl on localhost (with IIS).

    However, when I do the same thing on remote, I get....

    Parser Error Message: File or assembly name Microsoft.Saturn.Framework, or one of its dependencies, was not found.

    I tried putting a copy of Microsoft.Saturn.dll in my bin folder. Still received same error message.

    Anyone else had any success with Web Matrix DataGrids on discountASP.NET?


    Thanks.
     
  3. Bruce

    Bruce DiscountASP.NET Staff

    Ya. We have confirm this to be a problem.

    Web Matrix uses a dll that don't come bundled with .NET Framework.

    You have to upload the dll (microsoft.saturn.framework.dll) to your bin directory. You can find that dll in c:\Program Files\Microsoft ASP.NET Web Matrix\v0.5.464\Framework with default install of web matrix.

    quote:Originally posted by Mark Jerde

    I'm having the same problem. This is the Web Matrix Tour page:
    http://www.asp.net/webmatrix/tour/section3/binddatagrid.aspx

    My page, which I'll try not to mess with [:)] is
    http://markjerdeco.web101.discountasp.net/myFirstDataGrid.aspx

    Thanks.

    -- Mark

    </blockquote id="quote"></font id="quote">
     

Share This Page