Required permissions cannot be acquired

  • Thread starter Thread starter William LaMartin
  • Start date Start date
W

William LaMartin

I created a Windows application that accesses a web service to download data
which is then displayed in a datagrid. Additionally two reports created
with Crystal Reports may also be displayed using this downloaded data.

On my computers which have the .Net Framework 1.1, when I have installed
the program and tested it everything works fine. However, the first person
I asked to install and test the program said that it download the data from
the web service and displayed it properly, but when he tried to view the
reports he received the error: "Required permissions cannot be acquired".

Is there more required than giving the particular executable full trust in
the .Net Framework configuration in Control Panel?
 
Sounds like you have a DLL which has not been trusted
--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing
 
Problem Solved.

On the clients computer, in addition to his setting the assembly trust for
the executable to full trust (this allowed the program to get data via the
web service), the Zone Security for "My Computer" had to also be adjusted to
full trust (this allowed the Crystal Reports report to be displayed).
 
Back
Top