Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ActiveX Document Dll and WEBCLASS Instantiation problem

Status
Not open for further replies.

nsvreddy

Programmer
Aug 17, 2000
6
IN
Hi

This time I got to work with ActiveX document Dlls communicating with Database thru ADO.

I had prepared and tested the document dll by F5 or Run option without preparing any dll.

Now The problem how to get the designed interface at the time of instantiation thru which we had to get the desired functionality.
I have tried to instantiate the object using two available methods ( thru Object tag and thru server.createobject tag). Dll has been properly registered with the help of MTS.

Same situation I also facing with Web class (i.e., IIS Application of VB). I was able to test it thru normal F5 or Run option while designing.( before making the dll.) I have prepared this webclass using the document from microsoft which is giving proper guidance to prepare a web class.

As of the information on both the concepts., At the time of object instantiation the initialise event ( incase of document dll) and start event of webclass object will be fired/executed. But in reality it seems it's not happening as in the concepts. I'm properly registering dlls before instantiation.

In both these cases instantiation will be successful but nothing is happening like the execution of events or whatever. I'm not gettting any thing to view which I had to as I designed.



Thanks in advance.
[sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top