ReadProject Error

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:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top