Running Visual Studio in Parallels for mac - problem with debugging sites sitting in os x drive

前端 未结 7 646
一整个雨季
一整个雨季 2020-12-21 12:58

I\'ve installed parallels desktop on my MacBook to be able to run Visual Studio 2008 in a XP installation. Everything works great except when I decided to put my websites in

7条回答
  •  轮回少年
    2020-12-21 13:07

    .NET has funny issues trying to debug the objects on a network drive.

    make sure that you have full trust on your local network between your Mac and XP install.

    Check out: http://msdn.microsoft.com/en-us/library/aa302361.aspx

    If at the end of that research, I"m afraid you will have to look into the option of keeping it on the VMDisk and moving it when you need it.

    I see a similar problem on my machine connected to the windows domain. My documents is mapped to a network share and I can't debug|run|etc. I had to eventually move to my local disk for debugging.

提交回复
热议问题