I am trying to do some Interop work and when I access a certain property
of the COM object I get the following error, anyone gotten this before,
or know what it means?

-------------

Invalid advise flags 
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code. 

Exception Details: System.Runtime.InteropServices.COMException: Invalid
advise flags

Source Error: 

An unhandled exception was generated during the execution of the current
web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.  

Stack Trace: 


[COMException (0x80040001): Invalid advise flags]
   ASPHugeUpload.ASPFormClass.get_Files() +0
   Photoengraving.UploadHandler.Page_Load(Object sender, EventArgs e)
+27
   System.Web.UI.Control.OnLoad(EventArgs e) +67
   System.Web.UI.Control.LoadRecursive() +29
   System.Web.UI.Page.ProcessRequestMain() +724

--------------

Anyone gotten this before?

Bryan Batchelder 
eBusiness Consultant 
ConnectWise, Inc. 
813-935-7100 x 425 



> -----Original Message-----
> From: Jeremy Hopkin [mailto:[EMAIL PROTECTED]] 
> Sent: Wednesday, April 24, 2002 12:04 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [DOTNET] Some Basic XML "Serialization" Questions
> 
> 
> Capitalisation error in previous code
> 
> >  reader.ReadStartElement("std");
> =  reader.ReadStartElement("Std");
> 
> >  writer.WriteStartElement ("std");
> =  writer.WriteStartElement ("Std");
> 
> Jeremy
> 
> You can read messages from the DOTNET archive, unsubscribe 
> from DOTNET, or subscribe to other DevelopMentor lists at 
> http://discuss.develop.com.
> 

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to