B
B. Chernick
I'm rather new to programming Project objects in VB.
I'm running VS2005 and I'm trying to init an instance of Project in a
Winforms program. So far as I know I have the latest version of the Core and
Interop referenced.
Here's the problem. I have both Project 2000 and 2003 loaded on my machine
and Project 2000 loads every time. How do I select the version of Project to
be loaded?
(The code is in an extremely early stage. This is all I'm doing to calll up
the instance of Project.
Private aApp As Microsoft.Office.Interop.MSProject.Application
aApp = New Microsoft.Office.Interop.MSProject.Application
aApp.Visible = True
)
I'm running VS2005 and I'm trying to init an instance of Project in a
Winforms program. So far as I know I have the latest version of the Core and
Interop referenced.
Here's the problem. I have both Project 2000 and 2003 loaded on my machine
and Project 2000 loads every time. How do I select the version of Project to
be loaded?
(The code is in an extremely early stage. This is all I'm doing to calll up
the instance of Project.
Private aApp As Microsoft.Office.Interop.MSProject.Application
aApp = New Microsoft.Office.Interop.MSProject.Application
aApp.Visible = True
)