|


Digirez V3.4
Digileave V1.2
DigiAffiliate V1.4
DigiDomain V2.2
DigiWhois
FreekotNet
Freekot

 

BizMarket
BizPortal

 

 

Irish Company of the Year



Valid HTML Code


Q   I'm getting an error using my dll
A Symptoms

The error messages that you may see are:

Server object error 'ASP 0178 : 80070005'
Server.CreateObject Access Error
xxxxxxxx.asp, line xxx
The call to Server.CreateObject failed while checking permissions.
Access is denied to this object.


Or

Server object error 'ASP 0196 : 80040154'
Cannot launch out of process component
xxxxxxxx.asp, line xxx
Only InProc server components should be used. If you want to use LocalServer components, you must set the AspAllowOutOfProcComponents metabase setting. Please consult the help file for important considerations.



Cause


This can happen if your Windows NT (or 2000) machine is not setup correctly to
allow ASP scripts to run out-of-process components such as purepage. Here are
the simple steps you can take to remedy this problem:


Solution

1) Make sure you are logged on as an Administrator.


2) If you are running Windows NT 4.0, you will need to follow the instructions at the following URL to allow Internet Information Server to execute out-of -process components. Windows 2000 users do not need to do this and can skip straight to the next step.

http://support.microsoft.com/support/kb/articles/Q184/6/82.ASP


3) You will maybe need to configure DCOM to allow the web user to launch out-of process components. This process is simple and is explained well at the following URL:

http://support.microsoft.com/support/kb/articles/Q198/4/32.ASP


4) The web user will need full access to the dll and ocx functions: You will need to go to the file, click right and Properties. From the Security menu, select Permissions In the permissions window that appears, add Everyone to the list of named users and give them Full Control.

5) Reboot your server. This step is required because some permissions do not work until after Windows has been restarted.

<--- Back to category



Digiappz Scripts ASP