0

I'am trying to build using SCons. everything works fine while building on local machine, but I am trying to build same source located on network drive build fails. Error: the application was unable to start correctly (0xc00003b). Click OK to close the application. enter image description here

  • SCons: Not able to build using network drive not dive – Vishal Singh Oct 24 '17 at 06:50
  • How is the drive referenced? Via \\machine\share, or as a mapped drive? (BTW.. I think you can edit the title to correct dive to drive) – bdbaddog Oct 26 '17 at 05:50
  • Hi, I solved the problem by below adaptation: for Visual Studio 2010, copied mspdb100.dll & mspdbsrv.exe from VisualStudio2010\Common7\IDE to VisualStudio2010\VC\bin for Visual Studio 2005, copied mspdb80.dll & mspdbsrv.exe from VisualStudio2005\Common7\IDE to VisualStudio2005\VC\bin I am opening the command line for network drive from my local machine (which contain a Visual Studio installation) and the source is located on a remote PC(network drive). – Vishal Singh Oct 27 '17 at 06:50
  • You shouldn't have to do any of that file copying. Sounds like the PATH wasn't properly set when you tried compile against the network location. Did you cd to the network path? You didn't answer my initial questions. – bdbaddog Oct 28 '17 at 06:02
  • 1. Drive is shared and I tried UNC path mapping in many way but that didn't solved the problem. 2. I tried to create a dummy visual studio project on network drive and got warning, Visual Studio examined the network folder is not suitable, the directory is on network share or drive mapped to a network share. – Vishal Singh Oct 29 '17 at 06:08
  • Take a look at this: https://stackoverflow.com/a/10217072/82681 someone else had non-scons related issue with vs2010 and network share.. – bdbaddog Oct 30 '17 at 05:46

0 Answers0