I've been searching my hat off without any result, so a question for all of you guys:
I have a computer on domain A. On there I have a virtual machine running on domain B.
I've got visual studio installed on my computer but not on the vm => hence I want to debug a program running on the vm (domain B) which I've written in .NET with my visual studio installed on the pc (domain A).
When starting the vsmon program on the vm you have 2 options (windows auth. & no auth - native only).
When selecting no authentication, native only I get to see the processes in my visual studio and I can attach, but breakpoints are not being hit (because the PDB file does not contain native symbols, since it's written in .NET?)
When selecting windows authentication I can't connect and i get the error "logon failure"...
Any ideas / suggestions on this?
(btw, my firewall on the VM is turned off)