A
Amit
I am randomly kept on getting below error while trying to read the project.
Could anyone tell what I am doing wrong? I have pasted the code below that
calls method read project method on service. Funny think is that error does
not provide much description. The read method does not fail all the time.
Code:
------------------------------------------
Project p = new Project();
ProjectDataSet dsP = p.ReadProject(guid, DataStoreEnum.WorkingStore)
return (dsP);
ERROR:
Could anyone tell what I am doing wrong? I have pasted the code below that
calls method read project method on service. Funny think is that error does
not provide much description. The read method does not fail all the time.
Code:
------------------------------------------
Project p = new Project();
ProjectDataSet dsP = p.ReadProject(guid, DataStoreEnum.WorkingStore)
return (dsP);
ERROR: