D
David Thielen
Hello;
First off, I am a MSDN user but was not able to post via the managed
newsgroups web interface (MS tech support says they have problems with
that).
This is for an add-in written in C# and that has a COM shim.
I have a Word add-in that I have been able to run under my Visual
Studio debugger for some time with no problem. However, I recently had
to make two changes to it so that it would install correctly:
1. I moved the setup registry settings for my C# Connect class to the
machine/user hive.
2. I moved the registry settings in the .rgs file for the shim Connect
class to the machine/user hive in the setup program.
When I first did that, I could no longer run under the debugger. I
then ran the setup program on my computer from Visual Studio and it
then would start two instances of the add-in. I ran the uninstall and
it then would start no instances.
How can I get Visual Studio to start one instance of my add-in under
the debugger?
What registry or other settings do I need to make?
Is there a url somewhere that explains how to set an add-in up to run
it under the debugger?
thanks - dave
First off, I am a MSDN user but was not able to post via the managed
newsgroups web interface (MS tech support says they have problems with
that).
This is for an add-in written in C# and that has a COM shim.
I have a Word add-in that I have been able to run under my Visual
Studio debugger for some time with no problem. However, I recently had
to make two changes to it so that it would install correctly:
1. I moved the setup registry settings for my C# Connect class to the
machine/user hive.
2. I moved the registry settings in the .rgs file for the shim Connect
class to the machine/user hive in the setup program.
When I first did that, I could no longer run under the debugger. I
then ran the setup program on my computer from Visual Studio and it
then would start two instances of the add-in. I ran the uninstall and
it then would start no instances.
How can I get Visual Studio to start one instance of my add-in under
the debugger?
What registry or other settings do I need to make?
Is there a url somewhere that explains how to set an add-in up to run
it under the debugger?
thanks - dave