Search your web config file or machine config file for that folder. Make
sure the path to that file in your configuration file EXACTLY matches the
location of the file on disk.
--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]
[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog:
http://www.msmvps.com/blogs/alvin
-------------------------------------------------------
Alvin,
Thanks for the response.
Do you mean the "c:\inetpub\wwwroot\webctrl_client\1_0\toolbar.htc"
file?
The .HTC file is there, but maybe I should be looking for something
else.
The toolbar just displays as text. I have checked the the DLL is
registered
globally and I have emptied the IE cache. The .NET Framework is v1.1.
Thanks again.
--
Clyde240
:
The typical issue for that is the tree control can't find the behavior
file
located in the web_client directory. See if this directory is present
on
the
new system.
--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]
[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog:
http://www.msmvps.com/blogs/alvin
-------------------------------------------------------
Toolbar controls developed using Visual Studio 2003 on a development
computer
running Windows XP Professional do not display or operate properly
when
installed on the server running Windows Server 2003. They worked OK
when
the
same server ran Windows Server 2000, but Server 2003 has put an end
to
that.
Does anyone know what happened and how to fix it?
Thanks