View Full Version : Error message while starting up Packaged solution


bodylojohn
01-30-2008, 12:53 AM
Hello,

I made an application in access 2007 wich runs perfectly on my computer.
But when I package it and distribute it to a user he gets the following error message on opening:

"A potential security concern has been identified

Warning: It is not possible to determine that this content came from a thrustworthy source. You should leave this content disabled unless the content provides critical functionalitiy and you trust the source.

Filepath C:/program ....../myapplication.accdr

this file might contain unsafe content that could harm your computer. Do you want to open this file or cancel the operation?"

I have set the security level for macros tot enable all.

Moniker
01-30-2008, 05:24 AM
You'll need to digitally sign the DB to avoid that. Look up "Digital Certificate" in help (or in here).

bodylojohn
01-30-2008, 05:57 AM
You'll need to digitally sign the DB to avoid that. Look up "Digital Certificate" in help (or in here).

Hello,

Thanks for your reply.
I started reading up on certificates inmediately and I discoverd that when you set the macro security to low you dont need the certificate.

I hope we will find a solution.

Thanks in advance