MVC2: "File not found" after view is painted
Posted
by Dave Hanna
on Stack Overflow
See other posts from Stack Overflow
or by Dave Hanna
Published on 2010-01-21T15:01:16Z
Indexed on
2010/03/28
22:03 UTC
Read the original article
Hit count: 427
asp.net-mvc-2
|asp.net-mvc
This is wierd.
First, I'm building a site based on someone else's framework (Piers Lawson: Creating a RESTful Web Service using MVC ), so I'm not entirely sure what's going on under the covers. But when I run it in VS 2010 by pressing F5, it brings up the Home page, and THEN traps an error in Application_Error. The error is "File does not exist" exception. But I have no idea what file it's looking for. Where does flow control go after the View is finished displaying? How can I break to find out what it's looking for?
© Stack Overflow or respective owner