0
votes
2answers
326 views
WCF Socket Error 10045
My colleague has an app that hosts a simple WCF service with a net.tcp endpoint. I can add the service reference to any app I create using the address net.tcp://192.168.0.22:9999/GSS-POS/QueryDisp …
6
votes
5answers
1k views
WPF .NET Best way to trigger an event every minute
I have an app that needs to check a database table every minute. The table is indexed by the time of day and so the app needs to run this check every minute.
What's the best of way of doin …
3
votes
Creating WCF applications without svcutil.exe?
What version of Visual Studio are you using?
VS2008 incorporates the functionality of the svcutil tool. To generate the proxy, click on the Solution Explorer and select 'Add Service Refere …
-1
votes
Can I Use a .NET DLL in “Delphi 2007 for Win32”?
I don't think you can do that, directly mixing managed and unmanaged code in the the same app.
However RemObjects have a framework called …
0
votes
printing to pdf
You don't say how you are generating your reports but Gnostice have a number of tools that may of help to you.
…
