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 .