Add web references to Windows service -


i'm going add web references windows service.

but whatever have done not useful.

is there special way add web references windows service? i'm beginner when comes windows services.

any appreciated

regards,

first of all: make sure service works (without web service reference) - needs install , start properly.

then add logging - run? run to? catch exceptions might happen , log those, too.

you might want check out "hybrid" approaches, allow write code command-line app first (which can debugged), , once works okay, can install service:


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -