Problem accessing project file.

Z

Zeky

Hi!

i'm getting "OleDbException (0x80004005): Unspecified Error" when trying
to open a connection to a MS Project file. I don't know what else to
try.... please help!.

The code i use to do this is:

OleDbConnection _conProyect;
string ConnStr = @"Provider=Microsoft.Project.OLEDB.11.0;PROJECT
NAME=C:\test.mpp";
_conProyect = new OleDbConnection(ConnStr);
_conProyect.Open();

Thanks.
 

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

Similar Threads


Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,046
Latest member
Gavizuho

Latest Threads

Top