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
130
Can't use visual editor for Infragistics
posted

Hi,

I've installed Infragistics v10.3 (Framework 3.5) from installers: NetAdvantage_ASPNET_20103.exe adn NetAdvantage_ASPNET_20103.2171_SR.msp

In my project I'm also using single dll: Infragistics4.Web.v13.1.dll (for WebDataGrid)

I've added references in References and in web.config:

<compilation debug="true" targetFramework="4.5">
   <assemblies>
      <add assembly="Infragistics35.WebUI.WebDateChooser.v10.3, Version=10.3.20103.2171, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"/>
      <add assembly="Infragistics4.Web.v13.1, Version=13.1.20131.2107, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>
   </assemblies>
</compilation>

I can drag and drop Infragistics control from Toolbox in Designe mode. After that I see text on the control: "Error Creating Control - WebDataGridTest. No license information found." Then I can't use your visual editor.

Of course, during the installation I've added correct serial. I don't have any licence file or other.

My system: Windows 7, Visual Studio Professional 2013, ASP.NET Web Forms

I tried to find soultion in your forum, but nothing works.

Can you help me?

Parents
  • 16310
    Verified Answer
    Offline posted

    Hello,

    Thank you for posting in the Infragistics community !

    Actually the designer would appear only if you have installed the whole .NetAdvantage volume 13.1. If you have only referenced a single assembly in order to use the WebDataGrid you will not able able to get the visual designer.

    If this is not the case please try the following:

    1. Open your Reference folder
    2. Remove all Infragistics assemblies that refer older version / Remove duplicate assemblies
    3. Select all Infragistics assemblies and open your Properties window in VS
    4. Set "Specific Version" = False and "Copy Local" = False
    5. Open your licenses.licx file and delete all content related with Infragistics. Save changes and reopen project.

    If this does not help you then please refer to this thread http://www.infragistics.com/community/forums/t/8148.aspx where such issue is discussed and see if this would help you.

    If issue still persists my best guess would it to uninstall and reinstall NetAdvantage. Looking forward to hearing from you.

    A

    If issue still persists my best guess is to uninstall and reinstall NetAdvantage. 

Reply Children
No Data