Hi,
I have installed the IE Web control and i not able to bring it up in my application.
I am using the following code to include it
<%@ Register TagPrefix="iewc" Namespace="Microsoft.Web.UI.WebControls" Assembly="Microsoft.Web.UI.WebControls"%>
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="Sample.aspx.vb" Inherits="Ss.Sample" %>
I got an error also when installing the Webcontrols as follows:
src/treeview.cs: warning CS0618 you should pass Xml resolver to transform() method
Can any one help me out