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
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