Extender Provider failed to return an Extender

前端 未结 10 1125
萌比男神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 19:07

    I had this issue in Visual Studio 2015, the error kept persisting even after cleaning the project, restarting visual studio and restarting my pc.

    What resolved it for me, was right-clicking the xaml file and choosing Open with... > XML Editor. It opened the file and the error didn't occur after that.

提交回复
热议问题