Um... it works when I F5 but not when I CTRL - F5...?
-
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
-
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
-
It should respond with a (recompile if neccesary) during <CTRL>+<F5>. Have you checked/resetted your keymappings?
The key mappings are fine. Again, the application runs with a CTRL + F5 - it just doesn't work unless I've already run it with a simple F5. I wondering if it's a VS bug? I'm running it in a VM on a 64 bit test environment...