My development environment has been having some bizarre behavior as of late and I wonder if any other niners out there have seen something like this...
Specifically most of the projects I work with are Silverlight applications hosted in IIS. My development environment attempts to mimic the deploy environment in that I also use IIS on my system rather than as ASP development server default. My development environment is a fully patched Win7 ultimate 64 bit system running a fully patched VS 2010 Ultimate as well. The silverlight apps I work on are typically hosted behind a forms authentication scheme so when I launch the application in debug it will first present me with my forms auth screen and I login then the silverlight app will stream in and run.
All is good at this point. Recently however three really weird things have started happening to this arrangement.
First I login as stated above and then rather that the silverlight application coming up the browser will just hang eventually giving me what amounts to a 404 error. I can close the browser and return to the dev environment. If I debug again I usually will get past the login screen into the application proper but sometimes I might have to do this multiple times. This BTW never happens if I just open the browser and navigate to the local IIS site manually. I have tested that 100's of times.
Second and more annoying is that occasionally When I close the browser to return to VS, the VS wont come out of debug mode. It just sits there like its tracing my codes locked up tight and unresponsive. If I let it sit for oh 5 minutes or so I get a message that quickly pops up saying that VS is debugging, it then goes away and VS is back to normal. Couple this odd behavior with the point above and you can see that things are getting annoying.
Third and this one is most annoying I cannot breakpoint and step in my web service side of things. If I set a breakpoint on any of my webservices (WCF endpoints). It will stop there and I have maybe 30 seconds to look at stuff before VS will throw an error on the reference.CS file on the silverlight side of things with some error about the endpoint missing or something like that. I can break and step in the silverlight side of things all day no problems....
Any ideas as to what the hell is happening here. Or do I have to just PAVE the machine again and spend weeks getting all the tweaks and stuff back where I need it..
Add your 2¢