Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Citrix - Permission denied to dll file

Status
Not open for further replies.

jenjon

Programmer
Jan 9, 2004
7
0
0
CA
Hi,
We have an VB6 application that we are trying to get working on Citrix but get the error Permission denied '70'. I have located that this error comes up when the system tries to initialize a dll that is handling all the connections to the database. Nothing is being made just setting it, see code below:

Private Sub Class_Initialize()
Set oDataAccess = New CDataAccess
End Sub

The Citrix administartor have given full control access to the specific dll (DataAccess.dll) for all the users that is running the app but the same permission denied error is coming up. Any clues anyone what could be missing?

Thanks,
Jennie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top