hi all,
I am using a COM dll in VB.Net through Interop.
I create an instance of a class of thid DLL in VB.Net then I execute a method of this class.
The problem is that this method of this COM DLL class returns me an string saying <Permission Denied>.
When I use this COM DLL in an VB6 application, then it does not cause any problem and gets executed properly.
This method is actually writing a Excel file after fetching data from the database.
Any help on this is highly appreciated
thanks
tripps
I am using a COM dll in VB.Net through Interop.
I create an instance of a class of thid DLL in VB.Net then I execute a method of this class.
The problem is that this method of this COM DLL class returns me an string saying <Permission Denied>.
When I use this COM DLL in an VB6 application, then it does not cause any problem and gets executed properly.
This method is actually writing a Excel file after fetching data from the database.
Any help on this is highly appreciated
thanks
tripps