This is a migrated thread and some comments may be shown as answers.

RadGrid: no build provider registered error

1 Answer 25 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Tim R
Top achievements
Rank 1
Tim R asked on 20 Feb 2009, 07:31 PM
<%@ 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


1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 24 Feb 2009, 11:00 AM
Hello Tim,

This is indeed a strange error which has not been reported before and I performed a quick Google search to find out more about its nature. Here is one of the results which were returned:

http://forums.asp.net/p/1057592/1543387.aspx#1543387

Is it possible that the issue is caused by the same reason in your case? Does moving the same implementation on a different page/user control or inside a new web site/web application project makes a difference? Let us know what your findings are in order to proceed with the investigation.

Kind regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Tim R
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or