Carlos Guzmán Álvarez wrote:
Hello:
I'm using VS2005 + Firebird .net 2.1.0 Beta1, it works ok when using
server explorer, etc but when I tell to VS to generate INSERT, UPDATE
and DELETE it gives me the folowing error:

"failed to find or load the registered .net framework data provider"

Am I missing something?
Could you post a list of the steps you are doing, please ??




On an asp.net 2.0 application, I create a new Dataset, choose my firebird dataconnection.
On "Choose command Type" screen, I select Use SQL statements [NEXT]
Click [Query Builder] and it shows my table, I write a simple SQL

    SELECT      TASKID, NAME, COMPLETE
    FROM          TASKS
    WHERE [EMAIL PROTECTED]


(it works fine on [Execute query])

Next Screen, I just uncheck "Fill a DataTable" and click NEXT.

It shows me:

    [Warning] Generated SELECT statement
        Failed to find or load the registered .Net Framework Data Provider

When I click FINISH, it show me the dataset with a TableAdapter, but if i try to preview the data all I get is:



    DataSet1.TASKS.GetData (@IsComplete) could not be previewed.
    Failed to find or load the registered .Net Framework Data Provider.





I am doing the tutorial for microsoft ajax controls (http://ajax.asp.net/), this steps are the same found in the video tutorial:
http://download.microsoft.com/download/7/8/f/78f2d61a-74c6-47b6-835c-0d1efa5524af/ScuttGu_asp_net_atlas.wmv

(sorry for my bad english :/)
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to