Ask a Question related to ASP.NET Security, Design and Development.
-
Macca #1
ASP Security causes QueryInterface InvalidCastException?
All,
I have a vb6.0 com+ proxy component which works fine from
a vb.Net console app.
If the same code is placed into a ASP.Net web service I get
'QueryInterface for namespace._class failed'
I can see on my 'application server' that the COM+ object
gets instantiated ok. But when I attempt to call one of
the object's methods the exception is thrown.
Microsoft have suggested that this could be an ASP.Net
security issue. (hence this ng) I've checked IIS, NTFS and
COM+ authentication so that a user has sufficient access
rights but other than this I'm at a loss as to what to do.
Any suggestions greatly appreciated.
Regards.
Macca Guest
-
System.InvalidCastException was unhandled
For whatever reason, I am getting an invalidcast exception on this piece of code: gApp = CreateObject("AcroExch.App") This is just part of the... -
QueryInterface for interface FDFACXLib.IFdfApp failed
Dear all, When I run the Sample project of FDF_Porject in the FDF Toolkits, has the run time exception of 'QueryInterface for interface... -
InvalidCastException: QueryInterface for interface
Hi, when modifying my customserver control, I did not look at it for more then 2 weeks, I received an error: InvalidCastException:... -
(Important)QueryInterface for interface Interop.SQLXMLBULKLOADLib.ISQLXMLBulkLoad failed
I am trying to user Bulk loader component in asp.net. The code runs perfectly fine in a test harness but gives the following error when used in a... -
QueryInterface, with the object Excel.Application
Hello, With Asp.Net, I try to generat a document with an Excel object. This is the begin of my procedure: Dim xapExcel As Excel.Application...



Reply With Quote

