Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Windows XP RegSvr32 - problem

Reply
Thread Tools Display Modes

Windows XP RegSvr32 - problem

 
 
Anbu
Guest
Posts: n/a

 
      04-05-2007
Hi All,

I need to register some COM dlls provided by a third party. While
registering, the system takes lot of time and returnes GetLastError
returns 0x0000007e.

Hope the 0x0000007e error code means file does not exists. But the
file is existing the same folder. I even tried to see the help of
regsvr32 using /? parameter. It takes lot of time to display the
message.

Is there anything wrong with the PC? I have .net 2005 and some EIM
components on this PC to automate the builds.

TIA

 
Reply With Quote
 
 
 
 
Anbu
Guest
Posts: n/a

 
      04-05-2007
On Apr 5, 5:01 pm, "Anbu" <Anbu.Thangarathi...@gmail.com> wrote:
> Hi All,
>
> I need to register some COM dlls provided by a third party. While
> registering, the system takes lot of time and returnes GetLastError
> returns 0x0000007e.
>
> Hope the 0x0000007e error code means file does not exists. But the
> file is existing the same folder. I even tried to see the help of
> regsvr32 using /? parameter. It takes lot of time to display the
> message.
>
> Is there anything wrong with the PC? I have .net 2005 and some EIM
> components on this PC to automate the builds.
>
> TIA


I'm able to register the same in other PCs. Even I'm having Admin
privilege on the PC where i'm checking

 
Reply With Quote
 
Robert Aldwinckle
Guest
Posts: n/a

 
      04-05-2007
"Anbu" <> wrote in message
news: oups.com...
> Hi All,
>
> I need to register some COM dlls provided by a third party. While
> registering, the system takes lot of time and returnes GetLastError
> returns 0x0000007e.
>
> Hope the 0x0000007e error code means file does not exists.



Convert the code to decimal (e.g. use Calc.exe) and check in a cmd window.

<cmd_output>
>net helpmsg 126


The specified module could not be found.
</cmd_output>


> But the file is existing the same folder. I even tried to see the help of
> regsvr32 using /? parameter. It takes lot of time to display the
> message.



Are you registering the module in its directory?
Otherwise that directory has to be included in the paths known to Windows.

Also, "the specified module" sometimes isn't clear to the end user.
It's not necessarily the one that you are trying to register but may be
one which that one is dependent on. You can use DependencyWalker
and its Profiler command to display a trace of the calls which lead up
to the error message being displayed. Often this makes clear which
module is not found. Another tool which might be easier to use
and almost as likely to provide sufficient clues about what module is missing
is FileMon.


Good luck

Robert Aldwinckle
---


>
> Is there anything wrong with the PC? I have .net 2005 and some EIM
> components on this PC to automate the builds.
>
> TIA
>



 
Reply With Quote
 
Anbu
Guest
Posts: n/a

 
      04-05-2007
Robert,
Thanks for your indepth info on the processes and how to moniter with
FileMon & Dependency walker.

My major question is why its taking almost 15 mins to execute the
single command. Even "regsvr32 /u" takes alomost 7-10 mins. Is there
anything wrong with the OS or HW?

Thanks

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
regsvr32/u lmpgspl.ax boopygirl Windows Vista Performance 10 12-09-2009 08:27 PM
Windows Vista Regsvr32 Xiyangfangzi Windows Vista General Discussion 6 01-12-2009 06:39 PM
regsvr32 doggoneit1 cecil Windows Vista Mail 2 04-24-2008 07:11 PM
regsvr32 problem Marek Kolesar Windows Vista General Discussion 2 10-04-2007 10:37 PM
windows update hangs, still. regsvr32 wuapi.dll fails Carl lackey Windows Update 3 02-03-2005 12:13 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59