Click here to Skip to main content
15,908,661 members

Comments by Wannes Geysen (Top 40 by date)

Wannes Geysen 8-Dec-11 10:41am View    
Thanks, that was exactly what I was looking for. Only one little thing in your answer: to call the funtion I must call the method GetCounter from the impl object instead of using the host object.

var a = impl.GetCounter();
Wannes Geysen 3-Oct-11 4:39am View    
thanks, this solves the mystery. If the program started automatically, the directory was c:\Windows\System32 instead of the directory of the executing assembly.
Wannes Geysen 30-Sep-11 14:51pm View    
I use my own login. And when I am logged in and run the application then, there is no exception
Wannes Geysen 27-May-11 11:00am View    
and if you try to run another application on the startup of your system, does it also takes as much time. Because in that case, maybe you are starting too much applications at the same time and is that the reason why your system is running slow.
Wannes Geysen 25-May-11 3:14am View    
check the following links:
http://blogs.msdn.com/b/andreal/archive/2008/07/19/wcf-service-startup-too-slow-have-you-thought-to-crl-check.aspx

http://www.codeproject.com/Tips/114132/WCF-First-Call-Slow.aspx