WodVpn in windows service (General questions)
Hi,
I'm working on a solution where I use WodVpn in a windows service. WodVpn is set to search for peer with retryCount=0(forever) and retryWait=10000. The problem is when I check the logs on my server(my mediator) the wodvpn seems to only send the data to mediator once and when I try to connect to it, it fails.
If I reuse the exact same code in a console application the same thing happen but if I try it in a windows Forms(vb.net) application everything seems to work. Is there anything special I need to do when using it in windows service or console app?
Environment details.
OS=windows xp/vista/win7 (tried under all)
WodVpn=2.1.4.95
.net Framework=2.x
Qaiser.