문제

I've been working on a Silverlight 5 app for some time now and I've recently installed VS2013 on a Win8.1 update machine. Every time I compile and run my app on that machine the debugger breaks into the iisexpress code without any message or indication of an exception if I press run again then the app executes normally without incident. The project runs ok on VS2012. Any idea on why this is happening? EDIT: I'm receiving this error: "Unable to disable loading of ngen images from app-local native image cache"

Thanks,

Juan Carlos

도움이 되었습니까?

해결책

For anyone having the same problem, I managed to find a workaround for this: I disabled the Native code debugger in the web tab in the web project property page; that stopped the debugger from jumping into the IIS code.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top