I have a visual studio solution with projects containing interfaces and contracts decorated respectively with ContractClass and ContractClassFor.
The solution builds correctly under Visual Studio 2010, but it doesn't build with Visual Studio 2012. Error:
EXEC : error CC1019: Type 'Namespace.Interface' specifies the class 'Namespace.ContractClass' as its contract class
I updated to last version of Code Contract tools (1.4.50813.1), ran "devenv /setup" and restarted the machine.
Any help for this? thanks