Hi Guys,
I have a problem with input/output configuration of Visio 2010 converter shape. When I define more then 6 inputs/outputs it goes from X1,X2...X5 and where it should be x6 there is Xn. Same goes for the outputs. So the question is, is there any way to:
1. Have any amount of numbers of...
Hi
Are you maybe using some kind ob obfuscation software, that is causing you namespaces to change - this the only way I know that that could happen.
Also I am not shure that the line Assembly a = Assembly.Load("namespace2"); will work. In the argument you have to specify the name of the...
Hi
I'm developing a WCF service, which defines a callback contract through which the server can call a method on the client. Below is a sample code:
[ServiceContract(SessionMode = SessionMode.Required, CallbackContract = (typeof(ISampleServiceCallback)))]
public interface ISampleService...
Hi.
I created a CustomSection class by extending the ConfigurationSection. I red quite a few articles on the subject and they all sugest the same approach, but it doesn't work for me, and I dont have a clue what am I doing wrong. So any idea or help will be appreciated. Below is a simplified...
Thanks for your reply. But I am afraid I don't really understand the second answer. Could you maybe show an example, or point me to location where I could read more about that. Thanks again!
Uros
Hi
I have created a class that creates another thread. That background thread than creates a tcp client, connects to listener and waits for a message that will be send by the listener. When the message is received, it raises an event and waits for new messages. The problem is that the event is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.