Issue
My Setup is: Server: Asp.Net and SignalR-Server App: SignalR-Client
My App uses "Invoke" to invoke a function on my Server which should return a MyObject-Object. But the response isn't arriving at my client and the app 'hangs' in the async void in which the Invoke is located.
As soon as I end the debugging of the app the whole AVD-Process gets killed with no error message shown in the Emulator or Visual Studio.
I think this happens of a Exception which is 'silently' thrown.
How could the AVD get killed with an Exception of my app?
Solution
As for many inconsistencies I needed to let Visual Studio clean the whole project.
I think it is an underlying process which does some caching of files or values and then the application itself cannot use the cached data as I changed the usage of this data.
This is really annoying because now I always let Visual Studio clean the code after each edit on the code. And with this procedure I am getting less 'error-less' errors which aren't real errors...
Thanks anyway :)
Answered By - Snickbrack
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.