Accessing Second Item causes problem

  • Thread starter Thread starter Anbu
  • Start date Start date
A

Anbu

I have created an Add-In using VS .NET 2003 for MS Project. This Add-In has
to perform different actions. So I have created as many menu items and
linked to different function.

All the functionalities are working fine without causing any problem when
they are executed individually (per session). Means, I have to close the
application each time after executing any one of the function.

I need to know whether is there any limitiations in Add-Ins. Otherwise what
could make the program not to work.

Thanks in advance,
Anbu
 
There is no such restriction in Add-In.Can u explain a bit more on how u have
added function to menu items and also how u added menu items in Add-in?
 
This happens only when i debug the Add In from .NET. Otherwise it's working
fine now.


message There is no such restriction in Add-In.Can u explain a bit more on how u
have
added function to menu items and also how u added menu items in Add-in?
 
mm..I tell you what when u debug add-in it will create an instance of an
VS.NET for checking the functionality.Samewise it is happening for u..this is
the problem with add-ins.
 
Back
Top