I have WAP project in VS 2005 SP1 (with WAP included) . One of my ascx files, when open as "View Markup"(aka Source tab) shows error
ASP.NET runtime error: There is no build provider registered for the extension ''. You can register one in the <compilation><buildProviders> section in machine.config or web.config. Make sure is has a BuildProviderAppliesToAttribute attribute which includes the value 'Web' or 'All'. I found at least one other had the same problem.
If I switch to Designer Tab, the error disappeared.
The error doesn't stop the compile or run, just annoyying tosee it in error list.
Any ideas, what it can be caused by?