How to handle DataAccessAdapter disposal error???

Posts   
 
    
Sandumone
User
Posts: 22
Joined: 29-Nov-2008
# Posted on: 13-Dec-2008 06:32:01   

ERROR :

This DataAccessAdapter instance has already been disposed, you can't use it for further persistence activity Object name: 'DataAccessAdapterBase'. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ObjectDisposedException: This DataAccessAdapter instance has already been disposed, you can't use it for further persistence activity Object name: 'DataAccessAdapterBase'.

Source Error:

Line 65: if (!IsPostBack) Line 66: { Line 67: GVAssignID2A.DataBind(); Line 68: } Line 69: //EntityCollection machines = new EntityCollection(new MachineEntityFactory());

I tried using the dataaccessadapter and used openconnection and all.

it stil gives me issues. Please help me .

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 13-Dec-2008 07:07:15   

Followed here: http://llblgen.com/TinyForum/Messages.aspx?ThreadID=14925 (please open only one thread per issue).

David Elizondo | LLBLGen Support Team