Discussion:
normal.dot
(too old to reply)
Jim
2005-11-08 04:40:40 UTC
Permalink
I have a C# add-in which uses mail merge and each time after I use my
add-in and then try to close the document, word prompts me to save
normal.dot. Is there any way around this so I can keep my add-in code?
Thanks
Charles Kenyon
2005-11-08 07:07:43 UTC
Permalink
Does your Add-In make changes to menus or the user interface through code?
If so, and you haven't set the customization context to be your template,
you are going to get this. Here is my response to people who just have the
problem but don't know it is from an Add-In...
--
You may get advice to change your settings so you no longer see this
message. That can be done but this is like advice to take the batteries out
of your three smoke detectors because they keep buzzing and you don't know
why. It is essential that you have a good virus detection/elimination
program on your computer if you are connected to the Internet. (but see the
third paragraph about Norton AV)

The reason for the message being shown repeatedly is almost always a poorly
written Add-In. The Norton AV Office Plug-In seems to be the most frequent
offender recently, but that can change as some other poorly written program
comes on the market.

Other offenders include the MS Works Suite Add-In, EZ-Photo, Scansoft, and
Adobe Acrobat. These all install Add-Ins that mess with your normal.dot when
they shouldn't do so and don't need to do so. Some of these are .dot files,
others are installed. See <URL:
http://word.mvps.org/FAQs/Customization/CheckIfAddinsInstalled.htm> for
instructions on seeing what Add-Ins you have. (Having Add-Ins is not a bad
thing. I run Word with 15 Add-Ins, most of which I wrote myself.)

Start with the Add-Ins I've noted. If you have any of them, decide whether
they are worth the annoyance they are causing you. Probably they are not.
Disable any that are not worth the candle. Restart Word and see if your
problem is gone.

If not...

If you start Word using
Start => Run: Winword.exe /a
you'll end up with Word out of the box loading without your saved normal.dot
file, with no macros and no Add-Ins. You may notice that it loads much more
quickly than you are used to seing. When you close it, you won't get the
"normal.dot" prompt. Doing this may fix the problem, by itself, but probably
will not. Generally, it is a diagnostic, not a fix.

So, what you need to do is disable all of your Add-Ins (don't delete them).
Start by moving .dot files out of your Word Startup folder, one-by-one, with
Word closed. Restart Word and see if that Add-In caused the problem. If not,
put it back in and take the next one out. (You can put them in a sub-folder
of your Startup folder.) If none of them are the problem, move to the .com
Add-Ins that have to be uninstalled.

If your offender is not on my list, please write back and let us know which
one caused your problems.

Write to the company that put out the Add-In with a complaint, and possibly
a bill for your time.

Hope this helps,
--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
Post by Jim
I have a C# add-in which uses mail merge and each time after I use my
add-in and then try to close the document, word prompts me to save
normal.dot. Is there any way around this so I can keep my add-in code?
Thanks
Loading...