We are having an issue with remote dedubbing using Microsoft Visual Studio 2008 on a 32 bit XP client machine and a 64 bit Windows Server 2008 Virtual Machine on Hyper-V. When we debug the web project locally we can correctly see the modules loaded in the modules window (Ctrl + Alt + U) with the relevant symbols.
When we try and debug the project remotely and attach to the process we get the yellow triangle in the breakpoint with the message ‘No symbols have been loaded and the breakpoint will not be hit’, also when we look at the modules window (Ctrl + Alt + U) the only dll’s that have been loaded are ntdll.dll, wow64.dll, wow64win.dll and wow64cpu.dll.
Can anyone confirm whether this kind of remote debugging is possible at all or does everything need to be either 32-bit or 64-bit. We have no problems on a 32-bit remote server witht he same projects.