Z
Zhuo Li
We are migrating a ASP.net project from XP to windows 7 64 bits.
The asp.net project is using a COM object (32 bits) that retrieves data from
database (Sybase SQL anywhere 11). We are using IIS 7.5.
When it calls a COM object's function to return a plain data type, it works.
However, if it calls the same COM object to return a ADO "recordset", I get
the following error:
System.UnauthorizedAccessException: Access is denied. (Exception from
HRESULT: 0x80070005 (E_ACCESSDENIED))
Please advise if you know anything on this.
Thanks, Zhuo
The asp.net project is using a COM object (32 bits) that retrieves data from
database (Sybase SQL anywhere 11). We are using IIS 7.5.
When it calls a COM object's function to return a plain data type, it works.
However, if it calls the same COM object to return a ADO "recordset", I get
the following error:
System.UnauthorizedAccessException: Access is denied. (Exception from
HRESULT: 0x80070005 (E_ACCESSDENIED))
Please advise if you know anything on this.
Thanks, Zhuo