Hi,
I have a simple solution with a windows client and a website. The website exposes a web service that the windows client consumes. So far so good. Here's the weird part. When running my solution in VS, the call to the web service doesn't work when I hit CTRL + F5 unless I run it with a simple F5 first. So each time I open the solution in a new VS session, I have to run it in debug (F5) at least once before it works without debugging (CTRL + F5).
This makes no sense to me. Has anyone else run into an issue like this? Any ideas would be greatly appreciated!
Thanks!
Ian