Mark Rae said:
Hmm - interesting...
1) Uninstalled "old" WAP.
2) Started installation of SP1
3) Went to the pub to watch the match
4) After installation of SP1, rebooted machine - it didn't ask me too, but this isn't my first
day... ;-)
5) Opened all my existing web application projects - all recompiled without error in both Debug
and Release mode
Smile - relief... etc
However, now I need to make a change to one of the existing web app projects, so I open the aspx
in question, and immediately get the following error:
Error 3 C:\Documents and Settings\MarkRae\My Documents\Visual Studio
2005\Projects\xxxxxxxx\xxxxxxxx_app\Global.asax: 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'. C:\Documents and Settings\MarkRae\My Documents\Visual
Studio 2005\Projects\xxxxxxxx\xxxxxxxx_app\Global.asax 1 1 xxxxxxxx_app
[Obviously, I've replaced the actual name of the solution and project with xxxxxxxx because it's a
very well-known company and I've signed an NDA etc...]
The entire first line of the aspx file has the blue squiggly line underneath it...
<%@ Application Codebehind="Global.asax.cs" Inherits="xxxxxxxx_app.Global" Language="C#" %>
What is even stranger is that this shows up as an error, not a warning or a message, but the app
still compiles and runs...???
Anybody else experiencing this? Any ideas on what to do about it?
There is a mention of it on Scott Guthrie's blog as relates to the "old" WAP, but no mention on
what causes it or how to get rid of it...