Not a better place for this then here I guess so ...
We have a new physical build server which has TFS/VS 2012 on it and we have migrated the code to it from our old server which had VS 2010.
Upgraded the solution (49 projects) but we get some build errors on the server that seem erroneous.
... The type caught or thrown must be derived from System.Exception
The type 'Blah, blah, blah...' is defined in an assembly that is not referenced. You must add a reference to assembly 'Blah, blah, blah..., Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
However the errors don't seem valid as it builds fine locally and references are set as project references.
We have a new physical build server which has TFS/VS 2012 on it and we have migrated the code to it from our old server which had VS 2010.
Upgraded the solution (49 projects) but we get some build errors on the server that seem erroneous.
Quote:
... The type caught or thrown must be derived from System.Exception
The type 'Blah, blah, blah...' is defined in an assembly that is not referenced. You must add a reference to assembly 'Blah, blah, blah..., Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.