Microsoft TreeView control

  • Thread starter Thread starter menon
  • Start date Start date
M

menon

We have developed a asp.net application using Microsoft TreeView
control. On the production machine the application works fine but
when the same application is diployed on a server with windows2003
the treeview is not being displayed.

Please let me know how to enable the treeview control on the remote pc
OR how to deploy microsoft treeview control on a remote pc.

thanks
Menon
 
The treeview is not a standard component of vs. If you have the microsoft
web treeview you got that installing the IE Webcontrols, you will have to
install (copy) the ie webcontrols on the server 2. The infragistics webtree
(ultrawebtree) is included in the vb resource kit.
Install the needed elements on the server and it should work.

hope it helps

eric

menon said:
We have developed a asp.net application using Microsoft TreeView
control. On the production machine the application works fine but
when the same application is diployed on a server with windows2003
the treeview is not being displayed.

Please let me know how to enable the treeview control on the remote pc
OR how to deploy microsoft treeview control on a remote pc.

thanks
Menon
 
Are you using an MSI to publish this web?

Thanks,
x B. Rubble x

We have developed a asp.net application using Microsoft TreeView
control. On the production machine the application works fine but
when the same application is diployed on a server with windows2003
the treeview is not being displayed.

Please let me know how to enable the treeview control on the remote pc
OR how to deploy microsoft treeview control on a remote pc.

thanks
Menon
 
Back
Top