<%@ Register TagPrefix="radg" Namespace="Telerik.WebControls" Assembly="RadGrid" %> -- ERROR ON THIS LINE
<%@ Register TagPrefix="rada" Namespace="Telerik.WebControls" Assembly="RadAjax" %>
<%@ Register TagPrefix="radi" Namespace="Telerik.WebControls" Assembly="RadInput" %>
The first line has this error:
<VERBATIM>
ASP.NET runtime error: There is no build provider registered for the extension ". You can register one in the
<compliation><buildProviders> section in machine.config or web.config. Make sure is [sic] has a BuildProviderAppliesToAttribute
attribute which includes the value 'Web' or 'All'.
</VERBATIM>
The extension, as you can see, is not given, and the quotation marks are unpaired.
I don't know what is being asked for here. Any help would be appreciated.
Thanks
<%@ Register TagPrefix="rada" Namespace="Telerik.WebControls" Assembly="RadAjax" %>
<%@ Register TagPrefix="radi" Namespace="Telerik.WebControls" Assembly="RadInput" %>
The first line has this error:
<VERBATIM>
ASP.NET runtime error: There is no build provider registered for the extension ". You can register one in the
<compliation><buildProviders> section in machine.config or web.config. Make sure is [sic] has a BuildProviderAppliesToAttribute
attribute which includes the value 'Web' or 'All'.
</VERBATIM>
The extension, as you can see, is not given, and the quotation marks are unpaired.
I don't know what is being asked for here. Any help would be appreciated.
Thanks