New Post: [de] MEF und Constructor Parameter
Great! Glad to hear that. Don't hesitate to contact me if you need any further assistance.
View ArticleCommented Issue: [en] Bad encryption settings may crash server [1980]
When unsecure client connects to the secure server, the server will crash due to an exception thrown by server channel encryption sinks. Here is the example:``` c#// Compile: csc test.cs...
View ArticleCommented Issue: [en] Bad encryption settings may crash server [1980]
When unsecure client connects to the secure server, the server will crash due to an exception thrown by server channel encryption sinks. Here is the example:``` c#// Compile: csc test.cs...
View ArticleCommented Issue: [en] Bad encryption settings may crash server [1980]
When unsecure client connects to the secure server, the server will crash due to an exception thrown by server channel encryption sinks. Here is the example:``` c#// Compile: csc test.cs...
View ArticleCommented Issue: [en] Bad encryption settings may crash server [1980]
When unsecure client connects to the secure server, the server will crash due to an exception thrown by server channel encryption sinks. Here is the example:``` c#// Compile: csc test.cs...
View ArticleCommented Issue: [en] Bad encryption settings may crash server [1980]
When unsecure client connects to the secure server, the server will crash due to an exception thrown by server channel encryption sinks. Here is the example:``` c#// Compile: csc test.cs...
View ArticleCommented Issue: [en] Bad encryption settings may crash server [1980]
When unsecure client connects to the secure server, the server will crash due to an exception thrown by server channel encryption sinks. Here is the example:``` c#// Compile: csc test.cs...
View ArticleReviewed: Zyan 2.4 (Apr 08, 2013)
Rated 4 Stars (out of 5) - Einfach in eigenen Anwendungen zu verwenden. Die Implementation hat von Anbeginn zuverlässig funktioinert. Die Dokumentation deckt die meisten Anwendungsfälle sehr gut ab....
View ArticleNew Post: [de] `` ... Zielcomputer die Verbindung verweigerte ..., nur im...
Hallo Rainbird, so, was soll ich jetzt schreiben! Also, weder noch. Der Fehler steckte in der Datenbankfunktion die derart lange gebraucht hat. Erst nach einem Timeout ist die Funktion für den...
View ArticleNew Post: [de] `` ... Zielcomputer die Verbindung verweigerte ..., nur im...
Hallo wale, schön, dass es funktioniert. wale wrote: PS: Ihr schreibt, dass es auch für das WP eine Version kommen wird. Gibt es schon nähere Informationen dazu. Wäre eine super Sache. Ich stehe gerade...
View ArticleNew Post: [de] `` ... Zielcomputer die Verbindung verweigerte ..., nur im...
Ich stehe gerade auf dem Schlauch. Was meinst Du mit WP? Windows Phone ;-) Unsere ausgereifte Implementierung mit .NET Remoting wird nicht verworfen. Wir machen Zyan lediglich flexibler. WPF ist dabei...
View ArticleCreated Issue: [en] Remote call wipes ServerSession.CurrentSession [1992]
Remote call from server (slave server calls master server, for example) sets ServerSession.CurrentSession to null.
View ArticleEdited Issue: [en] Remote call wipes ServerSession.CurrentSession [1992]
Remote call from server (slave server calls master server, for example) sets ServerSession.CurrentSession to null.
View ArticleSource code checked in, #31963
[en] Added ChannelName property to the protocol setups. ZyanConnection tries to register channels using protocolSetup.ChannelName. Improves the fix for issue #1814.
View ArticleSource code checked in, #31967
[en] ServerSession.CurrentSession property is not reset by remote calls anymore (see issue #1992).
View ArticleClosed Issue: [en] Remote call sets CurrentSession to null [1992]
Remote call from server (slave server calls master server, for example)sets ServerSession.CurrentSession property of the caller to null.Comments: Fixed, see changeset #31967.
View ArticleSource code checked in, #31990
[en] Replaced Dns.GetHostEntry calls with Manager.GetAddresses.
View ArticleClosed Issue: [en] Bad encryption settings may crash server [1980]
When unsecure client connects to the secure server, the server will crash due to an exception thrown by server channel encryption sinks. Here is the example:``` c#// Compile: csc test.cs...
View ArticleCommented Feature: [en] Sort event handlers by latency [1834]
When raising events on the server-side, Zyan can save execution times for remote event handlers and then use this statistics to order them: the fastest handlers come first, the slowest come last. Fast...
View Article