Jump to content
Software FX Community

Print permissions from the tool bar


User (Legacy)

Recommended Posts

When I try to use the Print button on the tool bar in my  ASP.NET

application I get an error message telling me "The application does not have

enough permissions to execute this operation.". Any idea of what permissions

its talking about? I have no issues printing with the print button in IE

only from the ChartFX tool bar.

Thanks,

jt

Link to comment
Share on other sites

The .NET security settings specify the kind of things a .NET control can do. 

By default Intranet and Internet zones have restricted settings. One of the

things these settings restrict is access to the printer.

If you want to change this settings you can do so manipulating the

Administrative Tools - Microsoft .NET Framework 1.1 Configuration.

The print button in IE is handled by unmanaged code so it is not bound by

these settings.

--

Regards,

JC

Software FX Support

"James Trobaugh" <james@trobaugh.org> wrote in message

news:vG1pyKcvEHA.3980@webserver3.softwarefx.com...

> When I try to use the Print button on the tool bar in my ASP.NET

> application I get an error message telling me "The application does not

> have

> enough permissions to execute this operation.". Any idea of what

> permissions

> its talking about? I have no issues printing with the print button in IE

> only from the ChartFX tool bar.

>

> Thanks,

> jt

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...