Extender Provider failed to return an Extender

前端 未结 10 1134
萌比男神i
萌比男神i 2020-12-29 18:06

We upgraded from .NET 2.0 to .NET 3.5. A co-worker of mine is getting the following dialog when attempting to run the ASP .NET web project under the debugger in Visual Stud

10条回答
  •  感情败类
    2020-12-29 18:53

    I encountered the

    The Extender Provider failed to return an Extender for this object.

    message in a winforms designer window.

    I'm aware that your question is about ASP.Net 3.5, but in my case I resolved it by:

    • Closing the solution in Visual Studio
    • Deleting the obj and bin directories from the problematic project.

    When I reopened the solution the error no longer occurred in the designer.

提交回复
热议问题