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" %>
Also not able to locate WebSplitter thro' toolbox choose .net Items.
could anyone help on this?
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.
When I right click on the ToolBox, select Choose Items and [Browse]
and select the file
c:\Program Files\Infragistics\NetAdvantage for .NET 2008 Vol. 1 CLR 2.0\ASP.NET\Bin\Infragistics2.Web.v8.1.dll
I get the following error.
'Could not load file or assembly 'System.Web.Extensions, Version=1.0.601025.0, Culture=neutral, PublicToken=31bf3856ad364e35' or one of it's dependencies. The system cannot find the file specified.'
Any idea on what's wrong ?
-Craig