Registering SImageUtil.dll
I get this error:
LoadLibrary('SImageUtil.dll')failed - The specified module could not be found.
Anybody know what the problem is?
I type this in the command window under the appropriate directory:
regsvr32 SImageUtil.dll
View Replies
I am using the object command in asp page to download and register my controls on the client machine. But when a upload the file and run the page on client machine its shows means the permission to download the controls but it didn't download it on client machine as a result i am not able to use any of the control function from page. what to do.
I am using this object tag to download
<OBJECT
ID="voxPlayer"
CLASSID="CLSID:45C0D292-1955-4ABF-8FFE-BEDC323ADBD9"
CODEBASE="http://<ServerName>/<myControl>.cab"
height = "10"
width = "20"
border = 2>
</OBJECT>
Am i missing anything
View Replies
View Related
We currently have a Windows 2000 Server fully patched up running IIS5, the problem that we are having is that the site stays up for a certain amount of time then it goes
down.
The only way we can get the site backup is by re- registering ASP.dll
Does anyone know what would be causing this and also have a perminant fix?
View Replies
View Related
i am using a DLL file in my application but its giving me errors.actually i have not registered it yet.how can i register DLL file so that i can use it in my application?
View Replies
View Related
if there's a way through which I can register ActiveX DLLs on my web-host's server remotely. My web-host is using win2k server.
View Replies
View Related
if I have a component that I want to use in my web site (a DLL), is it possible to reference it at runtime in code without having to register it with the O/S? Basically every hosting company I look doesn't say if you can reference your own DLL's. But surely there's demand to do so?
View Replies
View Related
I am developing a forum and it is working fine. The problem is when I post a comment, it registers the server side time whereas it should register the client side time. WHat am I doing wrong....
View Replies
View Related
I have a COM+ component created in Visual Basic 6 deployed on Windows Server 2003 acting as the IIS Server. The problem with the COM+ component is that now when starting the COM+ component, an error occurs stating:
=========================================
Catalog Error
------------
An error occured while performing the last operation.
Error code 8000FFFF - Catastrophic failure
The event log may contain additional troubleshooting information.
=========================================
Please note that the Windows Server 2003 has automatic updates set ON, and the same COM+ component was working fine few days before. Code:
View Replies
View Related
I want to prevent people with yahoo, hotmail, gmail accounts from registering to my site. Here is where I do Email Insert Confirm. How do I block these email Address:
Code: .....
View Replies
View Related