C
CraigB
Hi all,
I have a Word document (nb doc not dot) that is signed with a digitial
signature (real one not selfcert) but I'm getting reports that in some
instances when the document is saved (either manually or with autosave)
this error message is coming up:
You have modified a signed project. You do not have the correct key to
sign this project. The signature will be discarded.
So it would appear that somehow the VB project in my document is
becoming 'dirty' so when the save event happens because the user
doesn't have the certificate it's being stripped by Word, which is
obviously a fairly significant problem.
Things is I've no idea what is happening to cause this (my users aren't
touching the VBE). There's no code that should be affecting the
project, the closest I might get is the creation of toolbars but since
it's a doc file they're only getting added to Normal.dot. I've removed
any references to other libraries and none of the forms use ActiveX
controls other than the default set.
So far I've found no way to reliably replicate the problem so I don't
believe it's a problem with a specific line of code but more a
confluence of events. I've found it very difficult to replicate the
problem myself so could the client environment be a factor in some way?
My closest wild guess is something to do with the pasting from the
clipboard but how that could affect the VB project I've no idea.
Any hints on this whatsover would be most appreciated, or even how I
might even go about narrowing down the problem.
TIA
Craig
NB This is happening with Word 2003. I know Word2K had a recognised bug
like this that was fixed with SP3
I have a Word document (nb doc not dot) that is signed with a digitial
signature (real one not selfcert) but I'm getting reports that in some
instances when the document is saved (either manually or with autosave)
this error message is coming up:
You have modified a signed project. You do not have the correct key to
sign this project. The signature will be discarded.
So it would appear that somehow the VB project in my document is
becoming 'dirty' so when the save event happens because the user
doesn't have the certificate it's being stripped by Word, which is
obviously a fairly significant problem.
Things is I've no idea what is happening to cause this (my users aren't
touching the VBE). There's no code that should be affecting the
project, the closest I might get is the creation of toolbars but since
it's a doc file they're only getting added to Normal.dot. I've removed
any references to other libraries and none of the forms use ActiveX
controls other than the default set.
So far I've found no way to reliably replicate the problem so I don't
believe it's a problem with a specific line of code but more a
confluence of events. I've found it very difficult to replicate the
problem myself so could the client environment be a factor in some way?
My closest wild guess is something to do with the pasting from the
clipboard but how that could affect the VB project I've no idea.
Any hints on this whatsover would be most appreciated, or even how I
might even go about narrowing down the problem.
TIA
Craig
NB This is happening with Word 2003. I know Word2K had a recognised bug
like this that was fixed with SP3