Link to home
Start Free TrialLog in
Avatar of samir25
samir25

asked on

asp page hangs on creating object

i am creating some objects and the dll seems to be registered. however,  am not sure how to verify thru regedit.
but at the point where i create the object in the asp page.. the page hangs. what does this mean..
i am unable to run the asp page.
ASKER CERTIFIED SOLUTION
Avatar of kaylanreilor
kaylanreilor
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of samir25
samir25

ASKER

yes u r rite. and sorry for not providing complete details.
in asp how can i do event handling?
when i do something like this is where it causes the prob; bec if i remove this statement the page runs.
set obj = Server.CreateObject("Dart.Zip")

can u provide some inputs to help debug further?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial