when i click the main FORM! it Says (Error) and i have to correct my error before i can continue.. when i click the Error in the ERROR file in the bottom that says Object reference not set to an instance of an object it takes me to Me.Ribbon Control 1.Caption Visible = True code, it work's every other time. then randomly it just dont work. then i gotta shut down restart pc then it works again. anyone know what the problem is?
Code: I Need Urgent Help, This Error's Fucking Me Off.I Cant Seem To fIx It It's Saying Where It Is.But One Min It's FIne THe NExt BOOM! if i Restart PC then Reload This Program It Works But Then Eventually It fucks Up Again. The Error Code Is Object reference not set to an instance of an object And The File Is Called Designer.vb And The Error Line Number is 71 The Code On That Line Is Me.RibbonControl1.Controls.Add(Me.RibbonPanel1) PLZ Help
VB.net wouldnt create "Me.Ribbon Control 1.Caption Visible = True" it would generate this code "Me.RibbonControl1.CaptionVisible = True" Therefore its stopping it from debugging because you have 2 variables trying to be set on one command.
*Moved* Looks like the problem has been resolved though but I will let the OP reply to make sure its actually resolved. (Lol, AAW why u no move teh thred?
Me.RibbonControl1.CaptionVisible = True is only down once. but then randomly the Error comes up saying i have to fix it.. but if i shut the project down and restart my pc then load the project up again it works fine... then like a while after the error will come up again.. do you have skype?