I'm using VS2010 Beta 2 and I turned on .NET Framework source stepping, so I had to disable 'Just My Code'. But now the w3wp.exe process doesn't show up in the list of processes I can attach to. I've got both show all processes boxes ticked. Is this a bug or am I missing something?
views:
437answers:
2
+1
A:
Are you sure that the w3wp.exe process didn't die while debugging? Does it show up in Task Manager?
Eilon
2009-12-31 01:09:40
Yeah, it's still in task manager. I tried doing an iisreset and reloaded the site but it still doesn't show up in the attach screen
Glenn Slaven
2009-12-31 01:15:05
Have you tried restarting VS? Can you also try with VS2008 and see if it's any different? Maybe hit the "Refresh" button in the Attach to Process window? I have no idea what else could cause this...
Eilon
2009-12-31 01:25:00
Yeah, tried both of those
Glenn Slaven
2009-12-31 01:34:27
+2
A:
Ok, I found how to make it work, I rebuilt the whole solution and it started seeing the process again. This doesn't make a whole lot of sense to me, but oh well.
Glenn Slaven
2009-12-31 01:35:42