vote up 0 vote down star

I've Googled, I've Caspol to death, but I still cannot load a VS2008 solution from a drive on the host machine. I get the project location not trusted message.

When I try:

Caspol -q -machine -addgroup 1 -url file://d:/* FullTrust -name "D Drive"

VS2008 starts to open the solution, then crashes with no error message - just disappears. The only thing I can see that is different from some of the solutions I've seen is that I have a 64 bit host system, and the guest is 32.

Does anyone have any suggestions?

flag
I guess you checked already, but does the solution open up correctly if you copy it to a folder inside the VM (so you are not using a shared folder). Maybe the .ncb, .suo or another of the solution files are corrupted. Plus: Is the latest SP installed for everything? – divo Mar 17 at 22:39
Just curious... Are you trying to debug a service on the guest machine? I can't think of too many good reasons to run Visual Studio inside of Virtual PC. You might want to look at msvsmon.exe in that case. – Jesse Weigert Mar 18 at 2:31
Divo - solution opens correctly in VM if I copy it. Jesse - no, it's not a service. Lots of people run VS inside a VM - in fact, I thought that was the way to go! – hayrob Mar 18 at 21:34

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.