Async Exeption !?

  • Thread starter Thread starter adh
  • Start date Start date
A

adh

After installing my program on a production station I get in an
ImportDataDelegate Asynchrounous procedure the message:
---------------------------
Async Exeption: Requested registry access is not allowedþ.
---------------------------
?? What is wrong??!! While on the developement machine evrything is ok
!!


Thanks, adh
 
adh said:
After installing my program on a production station I get in an
ImportDataDelegate Asynchrounous procedure the message:
---------------------------
Async Exeption: Requested registry access is not allowedþ.
---------------------------
?? What is wrong??!! While on the developement machine evrything is ok
!!


Thanks, adh

This is more than likely a security issue. HAve you fully trusted the
assmebly on the target machine?

Chris
 
Chris, Thanks very, very much for the prompt reply!
Please clarify for me: "Have you fully trusted the assmebly on the target
machine?"
I have just run on the target machine the Apllication Setup Module, no more.
What more have I to do?
Thanks, ADH
 
Chris, Thanks very, very much for the prompt reply!
Please clarify for me: "Have you fully trusted the
assmebly on the target machine?"
I have just run on the target my application setup module. What do I
have to do more?

Thanks, adh
 
adh said:
Chris, Thanks very, very much for the prompt reply!
Please clarify for me: "Have you fully trusted the
assmebly on the target machine?"
I have just run on the target my application setup module. What do I
have to do more?

Thanks, adh

Go into your admin settings and look at the .net framework wizard. By
default an assemby won't have permission to do a lot of different
things. If you trust the assemby you can

Chris
 
Back
Top