Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
I want to develop a .NET app that open qlikview apps and scan them in a service
The problem is Application.OpenDoc(filename) is working well in console app but as soon I put it in a Windows Service it freezes at 1st OpenDoc call.
Any expertise on that ???