A
Alex
Hello,
I am trying to create an MS-Word add-in in C# (in Visual Studio .NET 2003).
What complicates matters is that this is my first exposure to .NET, C# and MS-Office add-ins so I am learning as I go along...
I have encountered a problem:
When I create the project in Visual Studio, I specify whether to load the add-in automatically.
If I tick the box, the add-in is loaded even if I start Word from outside the Visual Studio environment.
If I don't, when I run the project from Visual Studio, Word starts but the add-in is not loaded and I cannot debug it.
Is there a way to load the add-in only if I invoke Word by running the project in Visual Studio?
Thank you in advance,
Alex.
I am trying to create an MS-Word add-in in C# (in Visual Studio .NET 2003).
What complicates matters is that this is my first exposure to .NET, C# and MS-Office add-ins so I am learning as I go along...
I have encountered a problem:
When I create the project in Visual Studio, I specify whether to load the add-in automatically.
If I tick the box, the add-in is loaded even if I start Word from outside the Visual Studio environment.
If I don't, when I run the project from Visual Studio, Word starts but the add-in is not loaded and I cannot debug it.
Is there a way to load the add-in only if I invoke Word by running the project in Visual Studio?
Thank you in advance,
Alex.