SyntaxFix
Write A Post
Hire A Developer
Questions
I had this problem and it was due to an invalid method in the offending library (dll) that did not return a value, e.g.
public bool DoSomething() { //I never bothered putting code here.... }
When I commmented this out everything compiled :)