Hello everybody, one question about a problem I have;
I downloaded the Internet Explorer Web Controls bundle and I built the Microsoft.Web.UI.WebControls.dll, I put the dll in the bin directory of my application and added the reference to my project. I added the TreeView control to the toolbar of my Visual Studio 2003 and I added the control to an .aspx page, everything appears to be correct in the designer but when I execute the application the TreeView doesn't render properly, I put the webctrl_client folder in the root directory of my IIS (5.1) and the TreeView still doesn't render properly.
I built the dll with the csc.exe compiler of the framework v1.1.4322, my IIS uses the ASP.NET v1.1.4322, my OS is Windows XP, my browser is ie 6.
A Workmate did the same process with the same configuration (I Think) and gets the TreeView rendering correctly.
Anyone has an idea about what is happening with my TreeView Control????, Thank you in advance for any answer.