Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
35
WebSplitter not installed
posted

I have installed NetAdvantage_NET_20081_CLR20_Product.exe

Infragistics.WebUI.Layout.LayoutControls are not available in my assembly;

In the toolbox those layout controls like webspliier, webdialog are not available.

I am using vs 2005 team suite trial version.

Also I tried the following to register the tags but no results!!.

<%@ Register assembly="Infragistics2.Web.v8.1, Version=8.1.20081.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" namespace="Infragistics.Web.UI.LayoutControls" tagprefix="ig" %>

<%@ Register assembly="Infragistics2.Web.v8.1, Version=8.1.20081.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" namespace="Infragistics.Web.UI" tagprefix="ig" %>

Also not able to locate WebSplitter thro' toolbox choose .net Items. 

could anyone help on this?

 

Parents
No Data
Reply
  • 28464
    posted

    ToolBox installer problems could be related to various security/setup issues. Splitter, DialogWindow and all new controls are available in the Infragistics2.Web.v8.1.Dll assembly - so if you open your ToolBox, right-click and the select Choose Items and then browse to the location of the file (typically something similar to C:\Program Files\Infragistics\NetAdvantage for .NET 2008 Vol. 1 CLR 2.0\ASP.NET\Bin) - this should add the new controls to the toolbox.

    Please, let me know if this helps. 

Children