Results 1 to 3 of 3

Thread: IE Treeview Problem [Resolved]

  1. #1

    Thread Starter
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    IE Treeview Problem [Resolved]

    I'll try to explain this problem as clearly as possible.

    I have a machine, we'll call it the DEVELOPMENT machine. The other machine, on which it's supposed to be deployed, DEPLOYMENT machine.

    Now, on the DEVELOPMENT machine, I am using the IE Treeview control in my project for the left menu. It renders fine, no problems there.

    When I deploy to DEPLOYMENT though, the entire project renders fine, except for that treeview. Instead of seeing the treeview as I created it, I see just the text.

    I thought that it might be an IE problem, so I tried accessing the DEVELOPMENT machine's web application from DEPLOYMENT. It shows up fine. I tried accessing the DEPLOYMENT machine's app from DEVELOPMENT, and it still shows up as text.

    This means that it's a problem with either the DLLs I'm using or perhaps the IIS server itself.

    Are there certain conditions under which the IE treeview will render properly? What settings do I have to look for? If you have any input to offer on this, it would be of tremendous help.
    Last edited by mendhak; May 19th, 2005 at 12:33 AM.

  2. #2

    Thread Starter
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: IE Treeview Problem

    You can have a look at the IE treeview control in action here:

    http://www.gotdotnet.com/team/webcon...iew/tree2.aspx

    (And it even renders in firefox )

    The link for the IE Treeview control is here:

    http://msdn.microsoft.com/library/de...webcontrol.asp

  3. #3

    Thread Starter
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: IE Treeview Problem

    Amazing... absolutely amazing.

    The problem was this:

    With the IE Treeview control, you get a set of HTC files (so that it can be rendered). Now, these HTC files need to be included in a very specific path.

    This specific path is hardcoded into the DLL when YOU build the DLL!

    So all I had to do was rebuild the dll with the path I wanted, then include the new dll in my bin folder and the HTC files according to that now hardcoded path.

    Problem solved...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width