Help in Add In

A

Anbu

I am developing an Add In using .NET for MS Project. It was working fine for
few days during the development stage. After sometimes, it's not working
fine or the it's not instantiated. Even I tried to create from scratch. When
I add few codes and variables, MS Project does not accept or I'm unable to
debug the code.



Thanks in Advance

Anbu
 
B

Boris

Anbu said:
I am developing an Add In using .NET for MS Project. It was working
fine for few days during the development stage. After sometimes, it's
not working fine or the it's not instantiated. Even I tried to create
from scratch. When I add few codes and variables, MS Project does not
accept or I'm unable to debug the code.

We can only guess from your error description: What exactly doesn't work? If
the add-in isn't instantiated did you check your registry?

Boris
 
A

Anbu

The registery has correct information under the
HKCU\Software\Microsoft\Office\MS Project\Addins key. Also has valid keys
for the MyAddins.Connect. Also I'm able to create an object using
createobject statement. But I'm unable to run the functions within MS
Project.


Anbu said:
I am developing an Add In using .NET for MS Project. It was working
fine for few days during the development stage. After sometimes, it's
not working fine or the it's not instantiated. Even I tried to create
from scratch. When I add few codes and variables, MS Project does not
accept or I'm unable to debug the code.

We can only guess from your error description: What exactly doesn't work? If
the add-in isn't instantiated did you check your registry?

Boris
 
Top