Guest_imported
New member
- Jan 1, 1970
- 0
Hello I am playing around with creating a simple ASP based component. In Visual Basic 6.0 I created a ActiveX.DLL and called it "Simple" then created a class file and also named it simple. I am using IIS5.0. I registered the component and I have 2 questions.
#1. When I run my ASP page I get the following error.
Server object, ASP 0177 (0x800401F3)
Invalid ProgID. For additional information specific to this message please visit the Microsoft Online Support site located at: /testcom.asp, line 9
#2. I am also trying to play arond with unloading the DLL. I registered the component but now when I go to the Virtual directory the unload button is not enabled. Does the DLL file have to be under the Local Path that I set to the virtual root? Thanks
#1. When I run my ASP page I get the following error.
Server object, ASP 0177 (0x800401F3)
Invalid ProgID. For additional information specific to this message please visit the Microsoft Online Support site located at: /testcom.asp, line 9
#2. I am also trying to play arond with unloading the DLL. I registered the component but now when I go to the Virtual directory the unload button is not enabled. Does the DLL file have to be under the Local Path that I set to the virtual root? Thanks