J
Jan
Hi
I have an application that extracts data from a .mpp file using C# and the
OLEDB provider shipped with MSP 2003. On my pre-production server it works
fine, but on the production server I get a COMException : Provider cannot be
found. It may not be properly installed.
Both servers have installed:
- .NET Framework 2.0 SP1
- Microsoft Project Office 2003 SP3 (default installation)
- MDAC 2.8 SP2
The only noticeable difference between the two servers is that the
production server runs 64-bit Windows Server 2003 and the pre-prod runs
32-bit.
The connectionstring I'm using is "Provider=Microsoft.Project.OLEDB;Project
Name=somefile.mpp".
I would really appreciate it if someone can help me with a possible
solution.
Regards
Jan
I have an application that extracts data from a .mpp file using C# and the
OLEDB provider shipped with MSP 2003. On my pre-production server it works
fine, but on the production server I get a COMException : Provider cannot be
found. It may not be properly installed.
Both servers have installed:
- .NET Framework 2.0 SP1
- Microsoft Project Office 2003 SP3 (default installation)
- MDAC 2.8 SP2
The only noticeable difference between the two servers is that the
production server runs 64-bit Windows Server 2003 and the pre-prod runs
32-bit.
The connectionstring I'm using is "Provider=Microsoft.Project.OLEDB;Project
Name=somefile.mpp".
I would really appreciate it if someone can help me with a possible
solution.
Regards
Jan