Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. koleraba

    Visio converter shape

    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...
  2. koleraba

    Types and classes

    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...
  3. koleraba

    Asynchronous WCF callback method

    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...
  4. koleraba

    ConfigurationSection and ConfigurationProperty validation

    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...
  5. koleraba

    Threading

    Sorry I forgot to mention this. I need this for WPF application and for Windows service.
  6. koleraba

    Threading

    Thanks. You really helped me a lot. Uros
  7. koleraba

    Threading

    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
  8. koleraba

    Threading

    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...

Part and Inventory Search

Back
Top