Search Results

0
votes
2answers
315 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 …
2
votes
2answers
151 views

.NET Different References List for Debug / Release

In my debug build I have a reference to a DLL that is only required in the Debug configuration (the reference is for CodeSite, a logging tool). Is it possible to exclude this reference in t …
2
votes

Delphi Prism / VS 2008: Switching from code to design with one key?

Have you seen the free DPack. This is a series of IDE enhancements designed to make you more productive and includes a Delphi keyboard m …
1
vote

C# Visual Studio Code Validation

Are you thinking of StyleCop? …