Hi guys
i'm really stuck.
I'm trying to call a vb6 com object from my asp .net application. The object is fairly simple with just the one class call clsDrawingSrch. I am trying to return from it a filestream object. In this case i'm just returning a variant and assigning it to a filestream object in the .net app.
However this code generates the error in the subject, QueryInterface for interface DrawingSrch._clsDrawingSrch failed.
Dim fs As FileStream
fs = DrawingImage.GetStream(strFileLocation) <- this line
I'm not sure what i'm doing wrong!!
Any ideas?
Transcend
i'm really stuck.
I'm trying to call a vb6 com object from my asp .net application. The object is fairly simple with just the one class call clsDrawingSrch. I am trying to return from it a filestream object. In this case i'm just returning a variant and assigning it to a filestream object in the .net app.
However this code generates the error in the subject, QueryInterface for interface DrawingSrch._clsDrawingSrch failed.
Dim fs As FileStream
fs = DrawingImage.GetStream(strFileLocation) <- this line
I'm not sure what i'm doing wrong!!
Any ideas?
Transcend