Sidebar .dll files?

Here you can find everything you need to know about Dll-Files. You can also share your knowledge regarding the topic.

Moderators: DllAdmin, DLLADMIN ONLY

Post Reply
jon
Posts: 6
Joined: 06 Apr 2009, 23:00

Re: Sidebar .dll files?

Post by jon »

"bahl85" <bahl85.3q993d@DoNotSpam.com> wrote in message
news:bahl85.3q993d@DoNotSpam.com...
>
> I've tried over and over again to try and get my Vista Sidebar to reload
> and I don't know what's going on.
>
> I've followed the steps here:
> http://forums.techarena.in/vista-help/6 ... ost2919536
>
> When I type in "regsvr32 -u atl.dll" I get "DLLUnregisterserver in
> atl.dll succeeded."
>
> When I type in "regsvr32 -u sbdrop.dll" and any of the other commands I
> get the following:
>
> "the module "sbdrop.dll" failed to load. Make sure the binary is stored
> at the specified path or debug it to check for problems with the binary
> or dependent .DLL files. The specified module could not be found."
>
> Help?!
>


Make sure that you've taken step 2 in that sequence of instructions, before
running the regsvr32 commands, ie

cd "\Program Files\Windows Sidebar"

Otherwise Vista doesn't know where to look to find sbdrop.dll or wlsrvc.dll
to unregister or register them.

--
Jon

jon
Posts: 6
Joined: 06 Apr 2009, 23:00

Re: Sidebar .dll files?

Post by jon »

"bahl85" <bahl85.3q9sjd@DoNotSpam.com> wrote in message
news:bahl85.3q9sjd@DoNotSpam.com...
>
> Yes, I've done that as well. It does the first step, it just wont do the
> others.
>
> I think they could be missing? When I open the sidebar folder in my
> program files, it is empty really. I don't know where the files went?
>
>
> --


Odd. A "System Restore" may be the quickest way to resolve it, if you have
that option available.

Otherwise you may find the files in subfolders of 'C:\Windows\winsxs\',
which you could try copying to the Program Files folder (copy the newest
versions), notably ....

C:\Windows\winsxs\x86_microsoft-windows-sidebar_........
C:\Windows\winsxs\x86_microsoft-windows-live-services_.......
[ C:\Windows\winsxs\x86_microsoft-windows-sidebar.resources_..... ]

The Windows Sidebar folder should contain these files .....

"C:\Program Files\Windows Sidebar\sbdrop.dll"
"C:\Program Files\Windows Sidebar\settings.ini"
"C:\Program Files\Windows Sidebar\sidebar.exe"
"C:\Program Files\Windows Sidebar\wlsrvc.dll"

and these subfolders......

"C:\Program Files\Windows Sidebar\en-US"
"C:\Program Files\Windows Sidebar\Gadgets"
"C:\Program Files\Windows Sidebar\Shared Gadgets"

--
Jon

noel paton
Posts: 2
Joined: 06 Apr 2009, 23:00

Re: Sidebar .dll files?

Post by noel paton »

bahl85.3q993d@DoNotSpam.com said, in <bahl85.3q993d@DoNotSpam.com>
>
> I've tried over and over again to try and get my Vista Sidebar to reload
> and I don't know what's going on.
>
> I've followed the steps here:
> http://forums.techarena.in/vista-help/6 ... ost2919536
>
> When I type in "regsvr32 -u atl.dll" I get "DLLUnregisterserver in
> atl.dll succeeded."
>
> When I type in "regsvr32 -u sbdrop.dll" and any of the other commands I
> get the following:
>
> "the module "sbdrop.dll" failed to load. Make sure the binary is stored
> at the specified path or debug it to check for problems with the binary
> or dependent .DLL files. The specified module could not be found."
>
> Help?!
>
>
> --
> bahl85
> ------------------------------------------------------------------------
> bahl85's Profile: http://forums.techarena.in/members/87993.htm
> View this thread: http://forums.techarena.in/vista-help/1155974.htm
>
> http://forums.techarena.in

To quote MVP Ronnie Vernon, ttry this...
<quote>
Click Start / All Programs / Accessories. Right-click the Command Prompt
and
select "Run as administrator".



Type these commands one by one:



Press the ENTER Key after each command.



Regsvr32 atl.dll


Regsvr32 "%ProgramFiles%\Windows Sidebar\sbdrop.dll"


Regsvr32 "%ProgramFiles%\Windows Sidebar\wlsrvc.dll"



*Type the commands Exactly as shown, including the Quotes.



*Reboot the computer after you finish these commands before trying the
to open the SideBar.



Let us know the results.
<unquote>
HTH

--
Noel Paton
www.crashfixpc.co.uk

Nil Carborundum Illegitemi

noel paton
Posts: 2
Joined: 06 Apr 2009, 23:00

Re: Sidebar .dll files?

Post by noel paton »

bahl85.3q993d@DoNotSpam.com said, in <bahl85.3q993d@DoNotSpam.com>
>
> I've tried over and over again to try and get my Vista Sidebar to reload
> and I don't know what's going on.
>
> I've followed the steps here:
> http://forums.techarena.in/vista-help/6 ... ost2919536
>
> When I type in "regsvr32 -u atl.dll" I get "DLLUnregisterserver in
> atl.dll succeeded."
>
> When I type in "regsvr32 -u sbdrop.dll" and any of the other commands I
> get the following:
>
> "the module "sbdrop.dll" failed to load. Make sure the binary is stored
> at the specified path or debug it to check for problems with the binary
> or dependent .DLL files. The specified module could not be found."
>
> Help?!
>
>
> --
> bahl85
> ------------------------------------------------------------------------
> bahl85's Profile: http://forums.techarena.in/members/87993.htm
> View this thread: http://forums.techarena.in/vista-help/1155974.htm
>
> http://forums.techarena.in

To quote MVP Ronnie Vernon, ttry this...
<quote>
Click Start / All Programs / Accessories. Right-click the Command Prompt
and
select "Run as administrator".



Type these commands one by one:



Press the ENTER Key after each command.



Regsvr32 atl.dll


Regsvr32 "%ProgramFiles%\Windows Sidebar\sbdrop.dll"


Regsvr32 "%ProgramFiles%\Windows Sidebar\wlsrvc.dll"



*Type the commands Exactly as shown, including the Quotes.



*Reboot the computer after you finish these commands before trying the
to open the SideBar.



Let us know the results.
<unquote>
HTH

--
Noel Paton
www.crashfixpc.co.uk

Nil Carborundum Illegitemi

bahl85
Posts: 1
Joined: 07 Apr 2009, 23:00

Re: Sidebar .dll files?

Post by bahl85 »

Hi -

I actually had already tired that, and that did not work either. Jon
helped me out though - it looked as though I was missing my .dll files.

> Otherwise you may find the files in subfolders of 'C:\Windows\winsxs\',
> which you could try copying to the Program Files folder (copy the
> newest
> versions), notably ....
>
> C:\Windows\winsxs\x86_microsoft-windows-sidebar_........
> C:\Windows\winsxs\x86_microsoft-windows-live-services_.......
> [ C:\Windows\winsxs\x86_microsoft-windows-sidebar.resources_..... ]
>
> The Windows Sidebar folder should contain these files .....
>
> "C:\Program Files\Windows Sidebar\sbdrop.dll"
> "C:\Program Files\Windows Sidebar\settings.ini"
> "C:\Program Files\Windows Sidebar\sidebar.exe"
> "C:\Program Files\Windows Sidebar\wlsrvc.dll"
>
> and these subfolders......
>
> "C:\Program Files\Windows Sidebar\en-US"
> "C:\Program Files\Windows Sidebar\Gadgets"
> "C:\Program Files\Windows Sidebar\Shared Gadgets"

Thanks for your help though!


--
bahl85
------------------------------------------------------------------------
bahl85's Profile: http://forums.techarena.in/members/87993.htm
View this thread: http://forums.techarena.in/vista-help/1155974.htm

http://forums.techarena.in

corca
Posts: 1
Joined: 01 Jul 2009, 23:00

Re: Sidebar .dll files?

Post by corca »

Hi Neol,

I tried your fix and it worked for me. Thanks.



"Noel Paton" wrote:

> bahl85.3q993d@DoNotSpam.com said, in <bahl85.3q993d@DoNotSpam.com>
> >
> > I've tried over and over again to try and get my Vista Sidebar to reload
> > and I don't know what's going on.
> >
> > I've followed the steps here:
> > http://forums.techarena.in/vista-help/6 ... ost2919536
> >
> > When I type in "regsvr32 -u atl.dll" I get "DLLUnregisterserver in
> > atl.dll succeeded."
> >
> > When I type in "regsvr32 -u sbdrop.dll" and any of the other commands I
> > get the following:
> >
> > "the module "sbdrop.dll" failed to load. Make sure the binary is stored
> > at the specified path or debug it to check for problems with the binary
> > or dependent .DLL files. The specified module could not be found."
> >
> > Help?!
> >
> >
> > --
> > bahl85
> > ------------------------------------------------------------------------
> > bahl85's Profile: http://forums.techarena.in/members/87993.htm
> > View this thread: http://forums.techarena.in/vista-help/1155974.htm
> >
> > http://forums.techarena.in
>
> To quote MVP Ronnie Vernon, ttry this...
> <quote>
> Click Start / All Programs / Accessories. Right-click the Command Prompt
> and
> select "Run as administrator".
>
>
>
> Type these commands one by one:
>
>
>
> Press the ENTER Key after each command.
>
>
>
> Regsvr32 atl.dll
>
>
> Regsvr32 "%ProgramFiles%\Windows Sidebar\sbdrop.dll"
>
>
> Regsvr32 "%ProgramFiles%\Windows Sidebar\wlsrvc.dll"
>
>
>
> *Type the commands Exactly as shown, including the Quotes.
>
>
>
> *Reboot the computer after you finish these commands before trying the
> to open the SideBar.
>
>
>
> Let us know the results.
> <unquote>
> HTH
>
> --
> Noel Paton
> www.crashfixpc.co.uk
>
> Nil Carborundum Illegitemi
>

Post Reply