why i cannot register this dll file

G

Guest

I have a little online store and I need to login it very often to update it.
It was working fine for me until recently that very often after I login to
perform an update, i got a error message to say that the page cannot be
found.

This problem does not occur in other computers (I tried in office and
another home computer, the page can be found). I right click the error page
and check the property. I found that every time I attempt to open the page,
my computer looks for a file in C: like this
"C:\WINDOWS\system32\shdoclc.dll". I therefore tried to register shdoclc.dll
again using "regsvr32 "C:\WINDOWS\system32\shdoclc.dll".

An error message come out to say, the file is uploaded, but the dllregister
server entry point was not found. Can anyone suggest me something?

Thanks a lot.
 
J

Jon

frank said:
I have a little online store and I need to login it very often to update
it.
It was working fine for me until recently that very often after I login to
perform an update, i got a error message to say that the page cannot be
found.

This problem does not occur in other computers (I tried in office and
another home computer, the page can be found). I right click the error
page
and check the property. I found that every time I attempt to open the
page,
my computer looks for a file in C: like this
"C:\WINDOWS\system32\shdoclc.dll". I therefore tried to register
shdoclc.dll
again using "regsvr32 "C:\WINDOWS\system32\shdoclc.dll".

An error message come out to say, the file is uploaded, but the
dllregister
server entry point was not found. Can anyone suggest me something?

Thanks a lot.

That file contains the resources to show the error page that you are shown,
rather than being the problem in itself. Not all dll files are required to
be registered in the registry. Some simply need to be present in
the relevant directory for their functionality / resources to made use of.
That particular dll doesn't need to be registered using regsvr32.

So your problem is perhaps to do more with your internet connection or
browser settings. You can check these via Tools > Internet Options [>
Connections].

Jon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top