PDA

View Full Version : MxDataGrid/SQLDataSource Control


bruce
03-13-2003, 03:59 AM
what is the URL to your page?


[b]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">

bosstep
03-13-2003, 12:30 PM
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.

Mark Jerde
04-02-2003, 11:30 AM
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

bruce
04-03-2003, 10:50 AM
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.

[b]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">