Link to home
Start Free TrialLog in
Avatar of Slimshaneey
SlimshaneeyFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Help with Setup debugging in ASP/VB6 on Vista

Hi there, I have just installed VB6 onto my machine to work on some code I created on VB. Anyways,  when I launch a dll in vb6, and try to run a page that calls it i get the following error:

Server object error 'ASP 0178 : 80070005'

Server.CreateObject Access Error

/ArkInt/includes/docstart.INC, line 6

The call to Server.CreateObject failed while checking permissions. Access is denied to this object.

Fairly simple fixes exist on XP for this, but what about Vista and IIS7? Anyone provide any help?
Avatar of OFGemini
OFGemini

For the first time you need to complie your Dll. Then Try to access it from your ASP Page.
Remember if you iis is installed on another computer than this error will occour.
Because ASP creates objects on the server computer.

if ASP server is another computer than try to register your Dll on the ASP Server.

Use any Installer
REGSVR32 'Path of the physical dll file.' in run command
DOS command prompt
Avatar of Slimshaneey

ASKER

Im in debug mode, Im trying to step through the code, to correct an error, so I cant compile it. Im running the Code and IIS on the same machine.
ASKER CERTIFIED SOLUTION
Avatar of ccyanni
ccyanni
Flag of Taiwan, Province of China 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