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
75
WebChart Control- Error
posted

Hi All,

I installed Infragistics NetAdvantage ASP.Net 10.3 from my company's portal.

Now following are the 3 issues/questions that i have:

1. Why does a toolbar with Infragistics controls does not appear in my VS 2008?

2. I added the Ultrachart to my VS2008 toolbar using the Choose items and there were2 assemblies that i had to choose from: Infragistics35.WebUI..... and Infragistics2.WebUI..... to choose from.
Could someone please explain these 2 DLLs in terms of which one to be used when?

3. On trying to use Infragistics35.WebUI..... assembly and trying to create a simple Pie Chart, i get an error stating that following 4 assemblies are required to be referenced:
   Infragistics35.WebUI.Shared.v10.3.
 Do i need to stumble upon error each time to know what DLL to reference when using a control OR is there a more elegant way of knowing this information?

Appreciate your thoughts and quick replies

Parents
No Data
Reply
  • 8160
    Verified Answer
    posted

    Hello manishchadha,

    1. To show Infragistics controls in Visual Studio toolbox  you have to run Create Toolbox Tab tool. It is located in your Start Menu -> Infragistics -> NetAdvantage 2010.3 -> ASP.NET -> Utilities -> Create Toolbox Tab

    2. NetAdvantage has precompiled assemblies for .NET Framework, 3.5 and 4.0. You should use the same assemblies version as  in Application.
    For example: if your Target Framework if 3.5 then you should use Infragistics35.WebUI

    3.When you add control from VS Toolbox to aspx page it will add automatically all needed references.

    Please let me know if you need additional assistance

Children