Click here to Skip to main content
15,892,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I am working on this asp web project where we use vb6 com .dll. how can I debug the vb6 com object from my local host.
Eg in Asp
HTML
For i = 0 To oCustomer.IOSLiteSessionVariables.getSessionVariableCount - 1
		    Dim oSessionVariable : Set oSessionVariable = oCustomer.IOSLiteSessionVariables.getSessionVariable(i)

I am using Windows7 Operating system.
appreciate all your help .
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900