RE: ASP.NET: There is no build provider registered for the extension '
- From: v-wywang@xxxxxxxxxxxxxxxxxxxx (WenYuan Wang [MSFT])
- Date: Wed, 16 Jan 2008 10:13:29 GMT
Hello Axel,
According to your description, you got an error message reads "there is no
build provider registered for the extension" when opening aspx pages in
source view. If I misunderstood anything here, please don't hesitate to
correct me.
This line of error message means VS IDE cannot found build provider
registered for .aspx extension.
Does this issue occur on each web project on your machine?
1) If it only occurs on your current project, please check your project
web.config file.
Did you add the entry as below in your config file? If so, please remove it.
<buildProviders>
<clear/>
</buildProviders>
2) Otherwise, please check your web.config in the .net framewok folder
(C:\Windows\Microsoft.NET\Framework\[version]\CONFIG) if the issue occurs
on each web project on your side.
Is the following entry located in your config file? if not, please add it.
<buildProviders>
<add extension=".aspx" type="System.Web.Compilation.PageBuildProvider"/>
3) At last, if the issue still persists, please register build provider in
your project web.config file directly.
<buildProviders>
<add extension=".aspx" type="System.Web.Compilation.PageBuildProvider"/>
Hope this helps. Please try the above method and let me know if this works.
We are glad to assist you.
Have a great day,
Best regards,
Wen Yuan
Microsoft Online Community Support
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Follow-Ups:
- RE: ASP.NET: There is no build provider registered for the extensi
- From: Axel Dahmen
- RE: ASP.NET: There is no build provider registered for the extensi
- Prev by Date: RE: ??? VS 2008 Errors on Start Up ???
- Next by Date: Re: move thru tabs left-right instead of drop down arrow
- Previous by thread: RE: ??? VS 2008 Errors on Start Up ???
- Next by thread: RE: ASP.NET: There is no build provider registered for the extensi
- Index(es):
Relevant Pages
|
Loading