2

We are using Portable Areas in our ASP.NET MVC web application, and I notice that breakpoints are not hit in Views that are contained in the Portable Area.

So I can not debug Views in a portable area, which is sometimes needed.

What could be solutions to this problem?

Things I already tried:

  • Debug in VS2012 and VS2013
  • Clear temporary asp.net files
  • restart IIS
  • restart PC
  • Delete /bin/ and /obj/

Breakpoints in the controller ARE hit. Just not in the views so I suspect it has something to do with using portable areas.

Thomas Stock
  • 10,927
  • 14
  • 62
  • 79

1 Answers1

0

I am having the same issue. Here is what Visual Studio explains about the breakpoint: Portable View Breakpoint

After disabling the option as suggested on the last line of the message I get this: Portable View Breakpoint

Nikolay Arhangelov
  • 1,292
  • 3
  • 13
  • 21