开发者

Visual Studio 2010 Project on shared folder: fatal error C1033: cannot open program database

开发者 https://www.devze.com 2023-01-19 22:47 出处:网络
I am running Windows 7 inside VMWare on a Mac as I am working on a cross plattform project. I want to keep all my plattform independent files in the same folder - that\'s why I want to organize everyt

I am running Windows 7 inside VMWare on a Mac as I am working on a cross plattform project. I want to keep all my plattform independent files in the same folder - that's why I want to organize everything in a folder on the mac and share it with windows that's running in the VM. When I try to compile the project in the shared folder, I get

fatal error C1033: cannot open program database '\vmware-host\shared folders\audio\vst3 sdk\base\win\win32\debug.base_vc9\base_vc9.pdb'

I am able to write and read files on that 开发者_JAVA技巧folder using the windows explorer. Did try to run Visual Studio as administrator. Didn't help.

If I just copy my folder from the shared folder to the local drive I am able to compile the project without any problems. But it's not an option to copy my whole project just to make a windows build.

Does anyone have a clue what's going on? How do I get around this?

Update: I disabled my antivirus in Windows: Didn't help. However, a colleague from work pointed me to a workaround: Setup SMB File Sharing under Mac os and connect to the samba share with windows. Surprisingly I am able to compile the project on the samba share. Would be glad if anyone could explain that issue though.


Switch the debug info to C7 format instead of using the PDB.

Project Options -> C/C++ -> General -> Debug Information Format and set it to C7.


Interestingly this issue has resolved itself after upgrading to the latest releases and updates (Mavericks, VMWare Fusion, VS 2010). Until then the workaround mentioned in the question just worked fine, and I haven't had a real chance to look at that project again within the last 2 years.


I just restarted VS 2010, killed process mspdbsrv.exe, deleted /Debug and rebuilt the project. http://connect.microsoft.com/VisualStudio/feedback/details/507155/cl-fatal-error-c1033-cannot-open-program-database


I had a similar problem but instead of a share folder i just could not build even a fresh created solution from a single simple cpp file.

I've noticed, that the devenv.exe was on "Windows XP SP3 Compatability Mode" enabled from here (right mouse button on the file in window explorer, Options, Compatability Pane):

c:\Program Files (x86)\Visual Studio 10.0\Common7\IDE\devenv.exe"

I did remove the flag and it has fixed.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号