Steven,
Thank you for the ideas. I checked everything you mentioned and it is all
set up correctly on the server. I was reading through the links you
provided and noticed that there was a mention about making sure you were
linking to the dll inside of the project itself. When I checked the
location of the reference I noticed that it was referencing the
IEWebControls in another project. So, I copied the DLL to the bin of the
project I am working on and linked to that with a reference. I tested the
program on several computers and noticed that on Windows 98 workstations it
will work fine if I use the actual name of the server (http://<server
name>/<virtual directory>), but if I use the IP address instead of the
server name it will only show the menu as text. In addition, my XP
workstation (which I am using for development), will not render the site
properly no matter how I try to access it. There is only one other XP
workstation in the company right now (although we will be converting to XP
by the EOY) and that machine will show the menu correctly if you use the
server name, but not if you use the IP address.
The really interesting thing about all this is that the problems I am
describing above are only happening on the production server... everything
works fine on the development server. Both servers are W2K Servers, so the
obvious suspicion would be that there is something configured wrong on the
production server. What can cause this type of a problem on a server and
how can it be corrected?
Schoo
[quoted text, click to view] "Steven Cheng[MSFT]" <v-schang@online.microsoft.com> wrote in message
news:Be1w5RtaEHA.2924@cpmsftngxa06.phx.gbl...
> Hi Schoo,
>
> From your description, you've setup the IE Web control on a Dev machine
and
> a server machine and worked well. But when you want to redistribute them
> and use the controls on another workstation, they didn't display well,
only
> display plain text rather than structured elements, yes?
>
> As far as I know, such display problems are likely caused by the IE Web
> controls's clientside resoucres( images, script or htc behavior files) not
> correctly installed. When using IE Webcontrols, we need not only referenct
> the ie webcontrols's assembly dll , but also install those resources files
> in a folder named "webctrl_client" in the website's root folder( "
wwwroot"
> for example). And the complete folder structure under the site root should
> like
> /wwwroot/
> /webctrl_client/
> /1_0
> resource files
> /other application folders
>
> So please have a check to see whether all the machines that use the IE
web
> controls has correctly installed this in the website's root. In addition,
> here are some former thread discussing the similiar problem, you may also
> have a look to see whether they can provide any clues:
>
>
>
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=u%24DXVVeECHA.176
>
4%40tkmsftngp05&rnum=4&prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DUTF-8%26q%3Dasp
> net%2Btreeview%2Bdisplay%2Btext
>
>
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=058501c39a77%24b7
>
03a140%24a101280a%40phx.gbl&rnum=18&prev=/groups%3Fq%3Dasp.net%2Btreeview%2B
> display%2Btext%26hl%3Den%26lr%3D%26ie%3DUTF-8%26start%3D10%26sa%3DN
>
>
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=%23pmtCa4rDHA.405
>
6%40TK2MSFTNGP11.phx.gbl&rnum=40&prev=/groups%3Fq%3Dasp.net%2Btreeview%2Bdis
> play%2Btext%26hl%3Den%26lr%3D%26ie%3DUTF-8%26start%3D30%26sa%3DN
>
> Thanks.
>
> Regards,
>
> Steven Cheng
> Microsoft Online Support
>
> Get Secure!
www.microsoft.com/security > (This posting is provided "AS IS", with no warranties, and confers no
> rights.)
>
> Get Preview at ASP.NET whidbey
>
http://msdn.microsoft.com/asp.net/whidbey/default.aspx
>