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?