R
Robert Lario
I know that is group is about VB, but it's the closest to my issue. I am
trying to create a project from C#. I have referenced MSProject.dll. The
intellisense is very helpful. Here is the code:
try
{
MSProject.Application app = null;
app = new MSProject.Application();
}
catch(Exception ex)
{
}
I keep getting an exception "access denied" when I try to create an new
instance. Is there a factory object I need to call to get a new instance?
Any ideas?
trying to create a project from C#. I have referenced MSProject.dll. The
intellisense is very helpful. Here is the code:
try
{
MSProject.Application app = null;
app = new MSProject.Application();
}
catch(Exception ex)
{
}
I keep getting an exception "access denied" when I try to create an new
instance. Is there a factory object I need to call to get a new instance?
Any ideas?