You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Check out bistro sample
svn://svn.hill30.com/bistro-framework/Examples/NoRecruiters-CS-D-NH/trunk
rev. 2651 and make sure it's working
2. Check out http://bistro-framework.googlecode.com/svn/Bistro/trunk
rev.286 and build it.
3. Copy bistro.core.dll you got in 2. to the bin of sample application.
4. Add UnhandledExceptionController and ApplicationStartController to the
sample app (ProcessRequest methods in both should be empty).
5. Run the application
Application fails to start, debug output contains multiple ("unlimited")
recursive transfers of control to the exception controller
Win XP SP3 but similar behavior is reproduced on other systems.
I'm not concerned w/ fix for the original exception, in this particular
case it's probably caused by mismatched dll versions, but I'm saying it
should not lead to stack overflow in Bistro. I've had similar results w/
other Bistro applications that had dll versioning or config issues.
I've attached a zip file w/ repro project, please refer to stack.txt inside
it for exception details.
Original issue reported on code.google.com by prida...@gmail.com on 3 Feb 2010 at 5:34
Original issue reported on code.google.com by
prida...@gmail.com
on 3 Feb 2010 at 5:34Attachments:
The text was updated successfully, but these errors were encountered: