G
Guest
Hi
I developed a component using 'Queue', it works fine at a Windows application, but i call it at the Asp .Net and return the error 'System.Runtime.InteropServices.COMException
Can I use the Marshal object at Asp .Net? If not what can i do to do some background process
I call at this way
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Clic
Dim Batch As BatchBR.IExport = Nothin
Dim Arg as Strin
Tr
Batch = CType(Marshal.BindToMoniker("queue:/new:BatchBR.Export"), IExport
Catch l As Exceptio
Console.WriteLine("Caught Exception: " & l.Message
End Tr
Batch.Process(Arg
Marshal.ReleaseComObject(Batch
End Su
Thank
Elton
I developed a component using 'Queue', it works fine at a Windows application, but i call it at the Asp .Net and return the error 'System.Runtime.InteropServices.COMException
Can I use the Marshal object at Asp .Net? If not what can i do to do some background process
I call at this way
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Clic
Dim Batch As BatchBR.IExport = Nothin
Dim Arg as Strin
Tr
Batch = CType(Marshal.BindToMoniker("queue:/new:BatchBR.Export"), IExport
Catch l As Exceptio
Console.WriteLine("Caught Exception: " & l.Message
End Tr
Batch.Process(Arg
Marshal.ReleaseComObject(Batch
End Su
Thank
Elton