Hey Guys I've Been Looking For An Answer To "Error 1 A field initializer cannot reference the non-static field, method, or property" For Awhile Now Wondering if someone can help me solve this IXboxConsole Jtag;
private static uint HalSSMCM = Jtag.ResolveFunction("xboxkrnl.exe", 0x29);
// Line With The Problem ^
public uint clientIndex;
public Form1()
{
InitializeComponent();
}