c# - TimeoutException in System.Reactive.PlatformServices.dll -


i'm new reactive extensions. while running application in visual studio, following exception cannot reproduce reliably happens given enough time:

system.timeoutexception unhandled

message: unhandled exception of type 'system.timeoutexception' occurred in system.reactive.platformservices.dll

additional information: operation has timed out.

the break mode tab shows message:

your app has entered break state, there no code show because threads executing external code (typically system or framework code).

i have no clue problem, except might have reactive extensions. ideas appreciated.

the second message (break mode) gets shown in visual studio - that's definition of "break mode" - in application debug vs can "break" app (using "pause" button, example) - allows better debug , understand state of parameters, objects , callstacks. code not showing since you're using external code have no sources for.

regarding first exception, said, platform services have timeout. after determined period of time has not happened, application throw timeout saying expected operation didn't complete in amount of time specified it. can't tell why happening on specific machine, should check if extension requires initialize might not providing it.


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -