Compile errors with ASP .NET/AJAX demo

1 Answer 183 Views
Ajax
Thomas
Top achievements
Rank 1
Iron
Iron
Iron
Thomas asked on 03 Feb 2022, 07:48 PM

I have just downloaded and installed the demo for ASP .NET/AJAX.

When I try to run it gives me three errors (and seven warnings):

  • DemoSearch.ascx does not exist.
  • Unknown server tag qsf:DemoSearch.
  • licenses.licx - could not transform license file into Binary resource

What do I need to do to get this demo working on my PC using Visual Studio 2017?

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 07 Feb 2022, 10:24 AM

Hi Thomas,

The licensing error you get is not Telerik-related, but a Visual Studio/ Microsoft Windows SDK one. I found the following articles which might help to resolve it without reinstalling Visual Studio:

The lc.exe program is responsible for Microsoft's licensing mechanism used by the Telerik AJAX controls. You can find more information about it at https://docs.telerik.com/devtools/aspnet-ajax/licensing/license-file

As to the other errors about the ErrorPageResources.aspx file (DemoSearch.ascx and qsf:DemoSearch) - you can remove the reference to the DemoSearch.ascx file, because it is no longer used. We fixed this issue already in the source code, but it will be live with the upcoming Service Pack release.

On a side note, this is an ASP.NET Web Site project and it does not require compilation. Anyway if you still like to build the whole site you can configure it to build only the page you'd like to test. Here is how to do it:

 

Regards,
Rumen
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Thomas
Top achievements
Rank 1
Iron
Iron
Iron
commented on 07 Feb 2022, 12:34 PM

Thank you very much for your input.  I was surprised that the demo didn't compile and run error free, but it is working now.
Tags
Ajax
Asked by
Thomas
Top achievements
Rank 1
Iron
Iron
Iron
Answers by
Rumen
Telerik team
Share this question
or