Hi,
Currently I am facing an urgent issue for which I don't have any clue. My app.config looks like below :
Hierarchy :=>
Step 1) MtNameIndividual : MtName
Step 2A) MtInventor : MtNameIndividual
Step 2B) MtCorrespondent: MtNameIndividual
List of scenarios :-
1) I have two different methods for fetching data
Scenario 1) After Building my application, the method which is executed first , works properly, Say QuickSearchCorrespondent is called first then its working fine, Now if I execute QuickSearchInventor, it is giving me error.
"Error in retrieving records :(
Incompatible states: supplied stateMemotech.Directories.Names.NameComponent.Model.MtInventor: Required Memotech.Directories.Names.NameComponent.Model.MtCorrespondent)"
Scenario 2) After Building my application, the method which is executed first , works properly, Say QuickSearchInventor is called first then its working fine, Now if I execute QuickSearchCorrespondent , it is giving me error.
"Error in retrieving records :(
Incompatible states: supplied stateMemotech.Directories.Names.NameComponent.Model.MtCorrespondent: Required Memotech.Directories.Names.NameComponent.Model.MtInventor)"
Can you suggest me where I am wrong or what is the cause of this error ?
Regards,
Ujjwal