Hey I am coding using Visual Studio 2003. My program worked fine until I introduced a dll I made using CreateObject. Code:
Set docs2 = server.CreateObject("DocGetter.Form1")
docs2.GetDocument oXMLDom,numID
It appears to be getting stuck at this code. I've already used regasm to register the dll. What else could be wrong?