1

I get "Unrecoverable error" when I try to build my project which contains a SETUP for creating an MSI.
I'm using VS2008 on Win7 while under ClearCase.
My ClearCase view is on a shared drive.
If I move my project local it builds just fine. Seems to be a permission/trust issue with the Network Disk where my source code resides.

I've tried numerous approaches from items I've found... none seem to work.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
Mark Watts
  • 11
  • 1

1 Answers1

0

For this kind of project, where network access can be an issue, I would always recommend snapshot view (which is the equivalent of you moving said project "local").
Shared network paths or dynamic views wouldn't be the best options here.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • That seems to work fine but in the future we have a need for Dynamic Views since it's a large project that multiple people might need to build. Oh and thanks for your help! – Mark Watts Jan 28 '11 at 17:58