HQ NETWORKXbox One | Xbox | C64 9,161 HQ Network UsersHQ Network: 9,161 | Members OnlineGuests: 6024 |Guests OnlineMembers: 0

Xbox 360 Forums
Get involved in our Xbox 360 forum discussions..
Get Xbox Game Pass Ultimate
360-HQ.COM :: C# ERROR its really pissing me off
C# ERROR its really pissing me off
360-HQ.COM Forum Index -> Xbox 360 Development & JTAG Exploit Discussion
Post new topic Reply to topic    
 C# ERROR its really pissing me off View previous topic :: View next topic  
 
 
 
 
Riggerz
360-HQ Member
360-HQ Member




Joined: Jul 05, 2010
Posts: 99
Location: UK
XP: 1,104

Post Posted: Thu Jul 22, 2010 4:37 pm   
Post subject: C# ERROR its really pissing me off
Reply with quote
 
Code:
protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }


View user's profile Send private message Visit poster's website MSN Messenger
 
 
 
 
LegendaryFire
Moderator
Moderator




Joined: Jul 20, 2009
Posts: 840
Location: Canada
XP: 55,922

Post Posted: Thu Jul 22, 2010 6:34 pm   
Post subject: Re: C# ERROR its really pissing me off
Reply with quote
 
Riggerz wrote:
Code:
protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }


What error is the code giving you? And is it a RunTime Error?

_________________________________________________________


You can contact me at: LegendaryFire -at- 360-HQ.com


View user's profile Send private message Visit poster's website
 
 
 
 
Riggerz
360-HQ Member
360-HQ Member




Joined: Jul 05, 2010
Posts: 99
Location: UK
XP: 1,104

Post Posted: Fri Jul 23, 2010 1:02 pm   
Post subject:
Reply with quote
 
Compiler Error CS0115


View user's profile Send private message Visit poster's website MSN Messenger
 
 
 
 
LegendaryFire
Moderator
Moderator




Joined: Jul 20, 2009
Posts: 840
Location: Canada
XP: 55,922

Post Posted: Fri Jul 23, 2010 9:15 pm   
Post subject:
Reply with quote
 
Riggerz wrote:
Compiler Error CS0115


This should solve your problem, the reason it is crashing is because the compiler cannot find a proper method to override the void.

Code:

        protected void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

_________________________________________________________


You can contact me at: LegendaryFire -at- 360-HQ.com


View user's profile Send private message Visit poster's website
 
Display posts from previous:   
  Post new topic  
 
  Reply to topic  
|
 All times are GMT | Page 1 of 1
Jump to:  
 

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum
 

Xbox Game Pass