Compiler Error CS0763
Visual Studio 2008
Both partial method declarations must be static or neither may be static.
A partial method declaration cannot have one part static and the other part not static.
To correct this error
Make both parts either static or non-static.