How to access mpp file using ADO.net in ASP.Net application

S

SUSHIL

Hi,

I am able to connect to Microsoft project File and access the object
using ADO , I used ADODB.Connection to do this with Following
Connection string

strPrj = "C:\PROJECTDLL\SoftDev.mpp"
strCon = "Provider=Microsoft.Project.OLEDB.10.0;Project Name=" & strPrj


But When I tried to use in ADO.net , It had problems.

Can any body knowing the resolution for using mpp file in ADO.net
Please help

Thanks in Advance

Sushil Saini
 

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