views:

39

answers:

2

I am trying to rebuild a project from the clearcase vob and i get the following error code :

error PRJ0019 .

Any help is very much appreciated ..

thankyou

A: 

http://www.google.com/search?q=prj0019

Kyle Alons
@Kyle Don't put google searches as answers, somebody may down vote your answer. Put it as a comment, if you want.
DumbCoder
i tried googling, but i tried the options, didnot work for me
A: 

Try taking a look at the MSDN page for this error

The most likely candidate for causing this problem is a custom build step or script which returns an error code. You'll need to look at the build output log and see which is the last tool that ran as it's the most likely source of the problem.

JaredPar