Trusted form not allowing access

T

Tim Larson

I have used msi to install a form template to a folder but when I try to open
it I get "execution permission cannot be acquired." I am using managed code
and when I preview it I do not have any problems in debugging. It shows up in
the registry solutions. What might be going on? Thanks Tim
 
F

Franck Dauché

Hi Tim,

Are you using SharePoint? Sounds like a permission issue in SharePoint

Regards,

Franck Dauché
 
B

Ben walters

Hey Tim
if you did creat the msi yourself (presumably using the Regform tool) you
will need to specify that the form is to be set to trusted mode to do this
you would run a command simmilar to the following

Regform.exe /C CompanyName /T Yes /MSI "<Path>/<FormName>.xsn"

there are some other options you can also set like version number and
template name but you should be able to find those flags if you run Regform /?

If you recieved this form from another source then you will need to talk to
them about creating the msi with the previouly noted command
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top