ccrewrite error in windows phone 7 project
hi
i've wp7 project code contracts in it. project has code contract configuration set follows :-
true - perform runtime contract checking (full)
true - perform static contract checking
true - check in background
true - show squiggles
assembly mode set 'standard contract requires' , contract reference assembly set 'build'
ccrewrite throws 'object reference not set instance of object' exception , exists code -1
if set 'perform runtime contract checking' false compiles fine. unfortunately though, vs2010 breaks on every single contract.requires statement.
any ideas on cause/solution?
thanks
richard
DevLabs > Code Contracts
Comments
Post a Comment