c# - Extender Provider failed to return an Extender -
We have upgraded from .NET 2.0 to .NET 3.5. One of my co-workers receiving the following dialog when playing ASP.NET Web project under Debugger in Visual Studio 2008. He can fine, but he can not debug (hence, it is a run-time issue):
Microsoft Visual Studio
"Extender Provider An Extender for This Object Please try again before proceeding. (You can change the name of the current web configuration and add a new one.) "
OK
This error has been discovered that there is a hit in French, but Google has translated , And the friend has his own web The config has been deleted, my colleague has the web. Is configured.
Thank you!
I have encountered
, extender provider this object Failed to return an extender for.
Message in a winforms designer window
I know that your question is about ASP.NET 3.5, but in my case I resolved it:
- Completion of solution in Visual Studio
- Delete obj and bin directory from the problematic project.
When I reopened the solution, there was no error in the designer.
Comments
Post a Comment