Re: Access 2007: Digital signatures are lost in ADE files
- From: "Fifth Amendment" <aaron.kempf@xxxxxxxxx>
- Date: Wed, 9 May 2007 10:54:49 -0700
I don't know if Digital Signatures work in Office 2007.. have you added the
file share as a safe location?
I think that it's under the office start menu?
"jagbarcelo" <jagbarcelo@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:7C718F71-17E8-4AF3-B28D-CFBF5DD012BF@xxxxxxxxxxxxxxxx
Last April 26th I posted in microsoft.public.access.security with the sameI
subject: Access 2007: Digital signature is lost when you create ADE files.
have not received any response there (maybe there is no explanation, maybewould
that forum is not active enough) so I repost the same here (I hope it
have a wider audience here, and maybe a reply appear).invalidado
---Original post follows---
We have been using digital signatures for years (Office 2003) to deploy MS
Access complied project files (.ADE) to avoid users to accept security
warnings every time they opened the application.
Now we are using Office 2007 and whenever we create ADE files (with signed
VB code), we receive (in Access status bar, on the bottom) the following
warning (maybe the warning is not exactly as this, since it is a self-made
translation from Spanish):
"The changes made to the databes or project had invalidated the linked
digital signature"
"Las modificaciones realizadas en la base de datos o proyecto han
la firma digital asociada." (this is the original warning).project:
After that, when any user tries to open the created ADE file, they receive
the usual warning as if the file had no digital signature at all:
Microsoft Office Access Security Notice
A potential security concern has been identified.
Warning: it is not possible to determine that this content came from a
trustworthy source. You should leave this content disabled unless the
content provides critical functionality and you trust its source.
That dialog confirms that the original warning shown in the status bar was
right. The signature is lost when you compile the ADP into an ADE file.
I have checked that this happens when creating a brand new database
* Create a new database project (ADP) and connect it to any SQL Server /'compact
Northwind you have at hand
* Create a form with a single button in it and use the following code:
Option Compare Database
Option Explicit
Private Sub Command0_Click()
MsgBox ("this is a test")
End Sub
* Sign the code: Tools -> Digital signatures...
* Create ADE
* Try to open the ADE you created before
Can this be classified as a bug or a feature? Is there any place to submit
feedbacks for Access 2007?
Thanks in advance.
---Original post ends---
During the meantime I have been working on this issue and I can now add
another odd behaviour: Digital signatures are also lost whenever you
and repair' an ADP file that is 'compactable' (i.e. VB code or forms haverepair').
been modified and saved several times since the last 'compact and
that
It does not matter that there are alternative ways to prevent the security
warnings from appearing (i.e. Trust Center). I think this is a real bug
prevents anyone that owns a Digital Certificate from signing anddistributing
code (without distributing the code, i.e. ADE files) the way we were usedto
do with Access 2003.
I hope staff at MS solve it better sooner than later. I'm also willing to
hear from your experiences on this field.
.
- References:
- Access 2007: Digital signatures are lost in ADE files
- From: jagbarcelo
- Access 2007: Digital signatures are lost in ADE files
- Prev by Date: Re: Cannot add form.recordset to adodb.recordset
- Next by Date: Re: add records to a table in ADP
- Previous by thread: Access 2007: Digital signatures are lost in ADE files
- Next by thread: Re: Cannot add form.recordset to adodb.recordset
- Index(es):