'asp' is an unrecognized tag prefix or device filter
There were a lot of online reports that this was a reflection of Master Pages. For me, I was not using Master Pages. My fix was to:
- Close all VS instances
- Delete folder contents at "C:\Documents and Settings\[Username]\Application Data\Microsoft\VisualStudio\8.0\ReflectedSchemas"
- Restart VS (it will recreate schemas)
1 comment:
This didn't work when I restarted VS. I finally got around this issue by removing my custom page template dependency (via a Page derivation). I converted to .NET 2.0 Master Pages and the problem when away. This was good since the old problem was also causing Intellisense issues.
Post a Comment