Created Issue: Events and Inheritated Interfaces [2047]
This issue was reported by [MyKey0815](https://www.codeplex.com/site/users/view/MyKey0815).```C#Public Interface IBase Event ServerCalled As ServerCalledEventHandlerEnd...
View ArticleEdited Issue: Events and Inheritated Interfaces [2047]
This issue was reported by [MyKey0815](https://www.codeplex.com/site/users/view/MyKey0815).```C#Public Interface IBase Event ServerCalled As ServerCalledEventHandlerEnd...
View ArticleNew Post: MEF, Events, Inheritated Interface and Zyan
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleSource code checked in, #33727
[en] Fixed the problem with events and interface inheritance (see issue #2047).
View ArticleClosed Issue: Events and Inherited Interfaces [2047]
This issue was reported by [MyKey0815](https://www.codeplex.com/site/users/view/MyKey0815):https://zyan.codeplex.com/discussions/446665```VBPublic Interface IBase Event ServerCalled As...
View ArticleNew Post: MEF, Events, Inheritated Interface and Zyan
Please download the latest source code for Zyan. This fix will be included in the upcoming 2.5 release. Let me know if it solves the problem. To your first question: I have understand, that...
View ArticleNew Post: MEF, Events, Inheritated Interface and Zyan
One more thing. Do you really need Shared creation policy? I'd recommend to avoid it in most cases.
View ArticleNew Post: MEF, Events, Inheritated Interface and Zyan
Thank you very much for the fast support. Now it works fine again - thank you for your fine project
View ArticleNew Post: [de] TcpEx und das Beenden der Anwendung (solved)
Thank you for the hint. I check my application for this aspect and found the right place to close the connection if the application is ending Thanks for the fast response and fine support
View ArticleNew Post: [en] Compression on by default?
Hello yallie, I have done some tests with tcpex and http channel. And there is something strange with the compression setting. When using HttpCustomServerProtocolSetup I can monitor the traffic with...
View ArticleNew Post: [en] Compression on by default?
Hi, Reinhold, compression is only enabled for messages larger than CompressionThreshold. The defaulf value of the threshold is 1 << 16 (64 kilobytes), so it must be the reason why you don't...
View ArticleSource code checked in, #34348
[en] Added FormatUrl and IsUrlValid methods to IClientProtocolSetup interface (issue #2050).
View ArticleCreated Unassigned: Member resolving error in web projects [2071]
Hello,Zyan.Library works fine in my windows project. But in web(aspx) project sometimes I get the error below. Do you have any idea where the issue comes...
View ArticleCommented Unassigned: Member resolving error in web projects [2071]
Hello,Zyan.Library works fine in my windows project. But in web(aspx) project sometimes I get the error below. Do you have any idea where the issue comes...
View ArticleCommented Unassigned: [en] Member resolving error in web projects [2071]
Hello,Zyan.Library works fine in my windows project. But in web(aspx) project sometimes I get the error below. Do you have any idea where the issue comes...
View ArticleNew Post: NUnit Exceptions
I have a client-Server application. The Client is in MVVM. Now I will use the NUnit to test my ViewModel. When I run the tests automaticly than come up the following exception:The type for member...
View ArticleNew Post: [en] NUnit Exceptions
Hi, it looks like a bug in Visual Studio test runner environment. We haven't found a solution for this issue so far. Have you tried using TestDriven.NET add-in to run your unit tests, as suggested in...
View ArticleNew Post: [en] NUnit Exceptions
Thank you for the link, but I don´t use the VS Test Runner Enviroment. I runnit directly (via toolbox button) from nunit. But in the meanwhile i found out: If I start the test first time, than come up...
View ArticleNew Post: [en] NUnit Exceptions
Hi, I've just created a NUnit test project (class library) and executed it using NUnit test runner (nunit-x86.exe) without any errors. Here is a screenshot: Here you can download the project:...
View Article