http://www.servuo.com/archive/knives-chat.38/

Code:
 + Knives Chat 3.0 Beta 9/Gumps/Gumps Plus/ButtonPlus.cs:
    CS0108: Line 13: `Knives.Chat3.ButtonPlus.Name' hides inherited member `Server.Gumps.GumpButton.Name'. Use the new keyword if hiding was intended
    CS0108: Line 29: `Knives.Chat3.ButtonPlus.Invoke()' hides inherited member `Server.Gumps.GumpButton.Invoke()'. Use the new keyword if hiding was intended
 
+ Knives Chat 3.0 Beta 9/General/MultiConnection.cs:
    CS0168: Line 65: The variable `e' is declared but never used
    CS0168: Line 134: The variable `e' is declared but never used
    CS0168: Line 165: The variable `e' is declared but never used
    CS0168: Line 184: The variable `e' is declared but never used
    CS0168: Line 201: The variable `e' is declared but never used
    CS0168: Line 252: The variable `e' is declared but never used

+ Knives Chat 3.0 Beta 9/Gumps/Error Reporting/Errors.cs:
    CS0618: `System.Web.Mail.MailMessage' is obsolete: Line 91: `The recommended alternative is System.Net.Mail.MailMessage. http://go.microsoft.com/fwlink/?linkid=14202'
    CS0618: `System.Web.Mail.MailMessage' is obsolete: Line 91: `The recommended alternative is System.Net.Mail.MailMessage. http://go.microsoft.com/fwlink/?linkid=14202'
    CS0618: `System.Web.Mail.SmtpMail' is obsolete: Line 102: `The recommended alternative is System.Net.Mail.SmtpClient. http://go.microsoft.com/fwlink/?linkid=14202'
    CS0618: `System.Web.Mail.SmtpMail' is obsolete: Line 103: `The recommended alternative is System.Net.Mail.SmtpClient. http://go.microsoft.com/fwlink/?linkid=14202'
 
Back