Cannot load IE WebControl Treeview in webpart

V

Vaibhav Shah

Hi,

While loading a user control with IE WebControl's tree view in it, on a
webpart, i am getting this error.

Error: unable to load ~\UserControls\TreeViewControl.ascx
Details: Parser Error: Could not load type
Microsoft.Web.UI.WebControls.Design.CssCollectionEditor from assembly
mscorlib, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089.


Following is the source code of the user control that i am embedding in web
part.
==============================================================
<%@ Control Language="vb" AutoEventWireup="false"
Codebehind="TreeViewControl.ascx.vb" Inherits="MyTree.TreeViewControl"
TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<%@ Register TagPrefix="ie" Namespace="Microsoft.Web.UI.WebControls"
Assembly="Microsoft.Web.UI.WebControls" Version=1.0.2.226"%>
<ie:treeview id="tvMenu" tabIndex="1"
HoverStyle="font-family:Verdana;font-size:8pt;font-weight:Bold;"
DefaultStyle="font-family:Verdana;font-size:8pt;font-weight:normal;"
Runat="server" CssClass="treeview"></ie:treeview>



I have installed the IE Web Controls on server where webpart is hosted.

Any ideas what could be wrong? Anything wrong with installation on remote
server?

Thanks and awaiting a response....


- Vaibhav shah
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top