From 09ccdd7e10de88263dd180e70838db0883d704fc Mon Sep 17 00:00:00 2001 From: gjefferyes Date: Thu, 13 Nov 2014 09:54:31 -0600 Subject: [PATCH] remove service References --- ROMVault2/DatReaders/DatReader.cs | 4 - ROMVault2/DatUpdate.cs | 1 - ROMVault2/FixFiles.cs | 7 - ROMVault2/FrmMain.Designer.cs | 15 +- ROMVault2/FrmMain.cs | 28 -- ROMVault2/FrmSplashScreen.cs | 54 ---- ROMVault2/Program.cs | 2 +- ROMVault2/ROMVault2.csproj | 27 +- ROMVault2/ReportError.cs | 51 ---- .../Service References/RVRef/Reference.cs | 137 --------- .../Service References/RVRef/Reference.svcmap | 33 --- .../Service References/RVRef/Service1.xsd | 42 --- .../Service References/RVRef/Service11.disco | 4 - .../Service References/RVRef/Service11.wsdl | 266 ------------------ .../Service References/RVRef/Service11.xsd | 198 ------------- .../RVRef/configuration.svcinfo | 10 - .../RVRef/configuration91.svcinfo | 201 ------------- ROMVault2/SupportedFiles/CHD/CHD.cs | 2 - 18 files changed, 4 insertions(+), 1078 deletions(-) delete mode 100644 ROMVault2/Service References/RVRef/Reference.cs delete mode 100644 ROMVault2/Service References/RVRef/Reference.svcmap delete mode 100644 ROMVault2/Service References/RVRef/Service1.xsd delete mode 100644 ROMVault2/Service References/RVRef/Service11.disco delete mode 100644 ROMVault2/Service References/RVRef/Service11.wsdl delete mode 100644 ROMVault2/Service References/RVRef/Service11.xsd delete mode 100644 ROMVault2/Service References/RVRef/configuration.svcinfo delete mode 100644 ROMVault2/Service References/RVRef/configuration91.svcinfo diff --git a/ROMVault2/DatReaders/DatReader.cs b/ROMVault2/DatReaders/DatReader.cs index c4c2ae0..7e11135 100644 --- a/ROMVault2/DatReaders/DatReader.cs +++ b/ROMVault2/DatReaders/DatReader.cs @@ -116,10 +116,6 @@ namespace ROMVault2.DatReaders { fs.Close(); fs.Dispose(); - string message = string.Format("Error Occured Reading Dat: {0}\r\nSource: {1}\r\nMessage: {2}\r\n", strFilename, e.Source, e.Message); - if (e.InnerException != null) - message += string.Format("\r\nINNER EXCEPTION:\r\nSource: {0}\r\nMessage: {1}\r\n", e.InnerException.Source, e.InnerException.Message); - ReportError.SendErrorMessageDat(message, strFilename); _bgw.ReportProgress(0, new bgwShowError(strFilename, string.Format("Error Occured Reading Dat:\r\n{0}\r\n", e.Message))); return false; } diff --git a/ROMVault2/DatUpdate.cs b/ROMVault2/DatUpdate.cs index 183f6fb..bd4a4b8 100644 --- a/ROMVault2/DatUpdate.cs +++ b/ROMVault2/DatUpdate.cs @@ -31,7 +31,6 @@ namespace ROMVault2 public static void SendAndShowDat(string message, string filename) { - ReportError.SendErrorMessageDat(message, filename); if (_bgw != null) _bgw.ReportProgress(0, new bgwShowError(filename, message)); } diff --git a/ROMVault2/FixFiles.cs b/ROMVault2/FixFiles.cs index 676db6a..ed777b9 100644 --- a/ROMVault2/FixFiles.cs +++ b/ROMVault2/FixFiles.cs @@ -362,7 +362,6 @@ namespace ROMVault2 { int error = Error.GetLastError(); ReportProgress(new bgwShowError(sourceFullName, "Error Setting File Attributes to Normal. Before Case correction Rename. Code " + error)); - ReportError.SendErrorMessage("Error Setting File Attributes to Normal. Before Case correction Rename. Code" + error + " : " + sourceFullName); } File.Move(sourceFullName, fixFile.FullName); @@ -383,7 +382,6 @@ namespace ROMVault2 { int error = Error.GetLastError(); ReportProgress(new bgwShowError(filename, "Error Setting File Attributes to Normal. Before Delete. Code " + error)); - ReportError.SendErrorMessage("Error Setting File Attributes to Normal. Before Delete. Code " + error + " : " + filename); } File.Delete(filename); } @@ -436,7 +434,6 @@ namespace ROMVault2 { int error = Error.GetLastError(); ReportProgress(new bgwShowError(fixFilePath, "Error Setting File Attributes to Normal. Before Delete Moving ToSort. Code " + error)); - ReportError.SendErrorMessage("Error Setting File Attributes to Normal. Before Delete Moving ToSort. Code " + error + " : " + fixFilePath); } File.Delete(fixFilePath); @@ -500,7 +497,6 @@ namespace ROMVault2 { int error = Error.GetLastError(); _bgw.ReportProgress(0, new bgwShowError(fixFilePath, "Error Setting File Attributes to Normal. Before Delete Moving ToSort. Code " + error)); - ReportError.SendErrorMessage("Error Setting File Attributes to Normal. Before Delete Moving ToSort. Code " + error + " : " + fixFilePath); } File.Delete(fixFilePath); @@ -1407,7 +1403,6 @@ namespace ROMVault2 { int error = Error.GetLastError(); ReportProgress(new bgwShowError(filename, "Error Setting File Attributes to Normal. Deleting Original Fix File. Code " + error)); - ReportError.SendErrorMessage("Error Setting File Attributes to Normal. Deleting Original Fix File. Code " + error + " : " + filename); } try { @@ -1417,7 +1412,6 @@ namespace ROMVault2 { int error = Error.GetLastError(); _error = "Error While trying to delete file " + filename + ". Code " + error; - ReportError.SendErrorMessage("Error While trying to delete file. Code " + error + " : " + filename); if (tempZipOut != null && tempZipOut.ZipOpen != ZipOpenType.Closed) tempZipOut.ZipFileClose(); @@ -1684,7 +1678,6 @@ namespace ROMVault2 { int error = Error.GetLastError(); ReportProgress(new bgwShowError(fixZipFullName, "Error Setting File Attributes to Normal. Before Moving To Corrupt. Code " + error)); - ReportError.SendErrorMessage("Error Setting File Attributes to Normal. Before Moving To Corrupt. Code " + error + " : " + fixZipFullName); } diff --git a/ROMVault2/FrmMain.Designer.cs b/ROMVault2/FrmMain.Designer.cs index bd71ea5..ece9540 100644 --- a/ROMVault2/FrmMain.Designer.cs +++ b/ROMVault2/FrmMain.Designer.cs @@ -106,7 +106,6 @@ this.fixReportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutRomVaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.checkForUpdateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.registratioToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn(); this.dataGridViewImageColumn2 = new System.Windows.Forms.DataGridViewImageColumn(); @@ -931,7 +930,6 @@ // this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.aboutRomVaultToolStripMenuItem, - this.checkForUpdateToolStripMenuItem, this.registratioToolStripMenuItem}); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); @@ -940,21 +938,14 @@ // aboutRomVaultToolStripMenuItem // this.aboutRomVaultToolStripMenuItem.Name = "aboutRomVaultToolStripMenuItem"; - this.aboutRomVaultToolStripMenuItem.Size = new System.Drawing.Size(168, 22); + this.aboutRomVaultToolStripMenuItem.Size = new System.Drawing.Size(162, 22); this.aboutRomVaultToolStripMenuItem.Text = "About RomVault"; this.aboutRomVaultToolStripMenuItem.Click += new System.EventHandler(this.AboutRomVaultToolStripMenuItemClick); // - // checkForUpdateToolStripMenuItem - // - this.checkForUpdateToolStripMenuItem.Name = "checkForUpdateToolStripMenuItem"; - this.checkForUpdateToolStripMenuItem.Size = new System.Drawing.Size(168, 22); - this.checkForUpdateToolStripMenuItem.Text = "Check For Update"; - this.checkForUpdateToolStripMenuItem.Click += new System.EventHandler(this.checkForUpdateToolStripMenuItem_Click); - // // registratioToolStripMenuItem // this.registratioToolStripMenuItem.Name = "registratioToolStripMenuItem"; - this.registratioToolStripMenuItem.Size = new System.Drawing.Size(168, 22); + this.registratioToolStripMenuItem.Size = new System.Drawing.Size(162, 22); this.registratioToolStripMenuItem.Text = "Registration"; this.registratioToolStripMenuItem.Click += new System.EventHandler(this.RegistratioToolStripMenuItemClick); // @@ -988,7 +979,6 @@ // // FrmMain // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(1264, 762); this.Controls.Add(this.splitContainer1); @@ -1077,7 +1067,6 @@ private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem aboutRomVaultToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem checkForUpdateToolStripMenuItem; private System.Windows.Forms.DataGridViewImageColumn Type; private System.Windows.Forms.DataGridViewTextBoxColumn CGame; private System.Windows.Forms.DataGridViewTextBoxColumn CDescription; diff --git a/ROMVault2/FrmMain.cs b/ROMVault2/FrmMain.cs index 073f0f4..ba6c53f 100644 --- a/ROMVault2/FrmMain.cs +++ b/ROMVault2/FrmMain.cs @@ -10,7 +10,6 @@ using System.Globalization; using System.ServiceModel; using System.Windows.Forms; using ROMVault2.Properties; -using ROMVault2.RVRef; using ROMVault2.RvDB; using ROMVault2.Utils; using ROMVault2.SupportedFiles; @@ -1435,33 +1434,6 @@ namespace ROMVault2 freg.Dispose(); } - private void checkForUpdateToolStripMenuItem_Click(object sender, EventArgs e) - { - BasicHttpBinding b = new BasicHttpBinding(); - EndpointAddress ep = new EndpointAddress(@"http://services.romvault.com/Service1.svc"); - - Service1Client s = new Service1Client(b, ep); - - string v = s.GetLatestVersion1(Program.Version, Program.SubVersion); - - string thisV = Program.Version + "." + Program.SubVersion.ToString("0000"); - - int res = String.Compare(v, thisV, StringComparison.Ordinal); - - if (res > 0) - { - string url = s.GetUpdateLink1(Program.Version, Program.SubVersion); - MessageBox.Show(Resources.Program_Main_There_is_a_new_release_download_now_from + url); - Process.Start(url); - } - else - { - MessageBox.Show(@"You are running the latest version " + Program.Version + "." + Program.SubVersion); - } - - - } - } } diff --git a/ROMVault2/FrmSplashScreen.cs b/ROMVault2/FrmSplashScreen.cs index 39c0c1a..8f9d677 100644 --- a/ROMVault2/FrmSplashScreen.cs +++ b/ROMVault2/FrmSplashScreen.cs @@ -10,7 +10,6 @@ using System.ServiceModel; using System.Threading; using System.Windows.Forms; using ROMVault2.Properties; -using ROMVault2.RVRef; using ROMVault2.RvDB; namespace ROMVault2 @@ -42,64 +41,11 @@ namespace ROMVault2 private void StartUpCode(object sender, DoWorkEventArgs e) { - - BasicHttpBinding b = new BasicHttpBinding { SendTimeout = new TimeSpan(0, 0, 20), ReceiveTimeout = new TimeSpan(0, 0, 20) }; - EndpointAddress ep = new EndpointAddress(@"http://services.romvault.com/Service1.svc"); - Service1Client s = new Service1Client(b, ep); - - if (string.IsNullOrEmpty(Settings.Username) || string.IsNullOrEmpty(Settings.EMail)) - { - FrmRegistration freg = new FrmRegistration(); - freg.ShowDialog(); - freg.Dispose(); - } - - bool isNetworkAvailable = System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable(); - - string r = "OK"; - try - { - if (isNetworkAvailable) - r = s.SendUser1(Settings.Username, Settings.EMail, Program.Version, Program.SubVersion); - } - catch (Exception) - { - r = "OK"; - } - - if (r != "OK") - { - Program.ErrorMessage=Resources.Program_Main_You_are_not_Authorised_to_use_this_program; - return; - } - // normal check ends - - string thisV = Program.Version + "." + Program.SubVersion.ToString("0000"); - string v = thisV; - try - { - if (isNetworkAvailable) - v = s.GetLatestVersion1(Program.Version, Program.SubVersion); - } - catch (Exception) - { - v = thisV; - } - if (String.Compare(v, thisV, StringComparison.Ordinal) > 0) - { - Program.URL = s.GetUpdateLink1(Program.Version, Program.SubVersion); - Program.ErrorMessage=Resources.Program_Main_There_is_a_new_release_download_now_from + Program.URL; - return; - } - - s.Close(); - RepairStatus.InitStatusCheck(); Settings.SetDefaults(); DB.Read(sender,e); - } diff --git a/ROMVault2/Program.cs b/ROMVault2/Program.cs index 95e594e..84bd8cd 100644 --- a/ROMVault2/Program.cs +++ b/ROMVault2/Program.cs @@ -15,7 +15,7 @@ namespace ROMVault2 //public static UsernamePassword Up; public static readonly Encoding Enc = Encoding.GetEncoding(28591); public const string Version = "2.1"; - public const int SubVersion = 26; + public const int SubVersion = 27; public static string ErrorMessage; public static string URL; diff --git a/ROMVault2/ROMVault2.csproj b/ROMVault2/ROMVault2.csproj index 269e5e3..8b56c14 100644 --- a/ROMVault2/ROMVault2.csproj +++ b/ROMVault2/ROMVault2.csproj @@ -188,11 +188,6 @@ rvTree.cs - - True - True - Reference.svcmap - @@ -279,13 +274,6 @@ Settings.settings True - - Designer - - - - Designer - @@ -309,19 +297,6 @@ PreserveNewest - - - WCF Proxy Generator - Reference.cs - - - - - - - - - @@ -332,4 +307,4 @@ --> - + \ No newline at end of file diff --git a/ROMVault2/ReportError.cs b/ROMVault2/ReportError.cs index f1e54db..cbb93f1 100644 --- a/ROMVault2/ReportError.cs +++ b/ROMVault2/ReportError.cs @@ -10,7 +10,6 @@ using System.Globalization; using System.IO; using System.ServiceModel; using System.Windows.Forms; -using ROMVault2.RVRef; using ROMVault2.RvDB; using ROMVault2.Utils; @@ -32,8 +31,6 @@ namespace ROMVault2 } message += string.Format("\r\nSTACK TRACE:\r\n{0}", e.Exception.StackTrace); - SendErrorMessage(message); - FrmShowError fshow = new FrmShowError(); fshow.settype(message); fshow.ShowDialog(); @@ -58,8 +55,6 @@ namespace ROMVault2 } message += string.Format("\r\nSTACK TRACE:\r\n{0}", e.StackTrace); - SendErrorMessage(message); - FrmShowError fshow = new FrmShowError(); fshow.settype(message); fshow.ShowDialog(); @@ -80,8 +75,6 @@ namespace ROMVault2 message += string.Format("\r\nSTACK TRACE:\r\n{0}", Environment.StackTrace); - SendErrorMessage(message); - FrmShowError fshow = new FrmShowError(); fshow.settype(message); fshow.ShowDialog(); @@ -103,7 +96,6 @@ namespace ROMVault2 public static void SendAndShow(string message, string caption = "RomVault", MessageBoxButtons buttons = MessageBoxButtons.OK, MessageBoxIcon icon = MessageBoxIcon.Exclamation) { - SendErrorMessage(message); Show(message, caption, buttons, icon); } @@ -115,49 +107,6 @@ namespace ROMVault2 MessageBox.Show(text, caption, buttons, icon); } - public static void SendErrorMessage(string message) - { - - bool isNetworkAvailable = System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable(); - if (!isNetworkAvailable) return; - - string st = Environment.StackTrace; - - BasicHttpBinding b = new BasicHttpBinding { SendTimeout = new TimeSpan(0, 0, 5), ReceiveTimeout = new TimeSpan(0, 0, 5) }; - EndpointAddress e = new EndpointAddress(@"http://services.romvault.com/Service1.svc"); - - Service1Client s = new Service1Client(b, e); - - try - { - s.SendErrorMessage3(Settings.Username, Settings.EMail, Program.Version, Program.SubVersion, message + "\n" + st); - } - catch - { - } - s.Close(); - } - - public static void SendErrorMessageDat(string message, string filename) - { - bool isNetworkAvailable = System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable(); - if (!isNetworkAvailable) return; - - BasicHttpBinding b = new BasicHttpBinding { SendTimeout = new TimeSpan(0, 0, 5), ReceiveTimeout = new TimeSpan(0, 0, 5) }; - EndpointAddress e = new EndpointAddress(@"http://services.romvault.com/Service1.svc"); - - Service1Client s = new Service1Client(b, e); - - try - { - s.SendDATErrorMessage3(Settings.Username, Settings.EMail, Program.Version, Program.SubVersion, message, filename); - } - catch - { - } - s.Close(); - } - private static string _logfilename; public static void ReportList(List files) diff --git a/ROMVault2/Service References/RVRef/Reference.cs b/ROMVault2/Service References/RVRef/Reference.cs deleted file mode 100644 index 23e665c..0000000 --- a/ROMVault2/Service References/RVRef/Reference.cs +++ /dev/null @@ -1,137 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.34003 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace ROMVault2.RVRef { - - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ServiceModel.ServiceContractAttribute(ConfigurationName="RVRef.IService1")] - public interface IService1 { - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IService1/CheckPassword", ReplyAction="http://tempuri.org/IService1/CheckPasswordResponse")] - string CheckPassword(string username, string password); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IService1/SendUser", ReplyAction="http://tempuri.org/IService1/SendUserResponse")] - string SendUser(string username, string email, int version); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IService1/SendUser1", ReplyAction="http://tempuri.org/IService1/SendUser1Response")] - string SendUser1(string username, string email, string version, int subversion); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IService1/GetLatestVersion", ReplyAction="http://tempuri.org/IService1/GetLatestVersionResponse")] - int GetLatestVersion(int versionNow); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IService1/GetLatestVersion1", ReplyAction="http://tempuri.org/IService1/GetLatestVersion1Response")] - string GetLatestVersion1(string version, int subversion); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IService1/GetUpdateLink", ReplyAction="http://tempuri.org/IService1/GetUpdateLinkResponse")] - string GetUpdateLink(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IService1/GetUpdateLink1", ReplyAction="http://tempuri.org/IService1/GetUpdateLink1Response")] - string GetUpdateLink1(string version, int subversion); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IService1/SendErrorMessage", ReplyAction="http://tempuri.org/IService1/SendErrorMessageResponse")] - void SendErrorMessage(string username, string error); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IService1/SendErrorMessage1", ReplyAction="http://tempuri.org/IService1/SendErrorMessage1Response")] - void SendErrorMessage1(string username, string email, string error); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IService1/SendErrorMessage2", ReplyAction="http://tempuri.org/IService1/SendErrorMessage2Response")] - void SendErrorMessage2(string username, string email, int version, string error); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IService1/SendErrorMessage3", ReplyAction="http://tempuri.org/IService1/SendErrorMessage3Response")] - void SendErrorMessage3(string username, string email, string version, int subversion, string error); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IService1/SendDATErrorMessage2", ReplyAction="http://tempuri.org/IService1/SendDATErrorMessage2Response")] - void SendDATErrorMessage2(string username, string email, int version, string error, string filename); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IService1/SendDATErrorMessage3", ReplyAction="http://tempuri.org/IService1/SendDATErrorMessage3Response")] - void SendDATErrorMessage3(string username, string email, string version, int subversion, string error, string filename); - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - public interface IService1Channel : ROMVault2.RVRef.IService1, System.ServiceModel.IClientChannel { - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - public partial class Service1Client : System.ServiceModel.ClientBase, ROMVault2.RVRef.IService1 { - - public Service1Client() { - } - - public Service1Client(string endpointConfigurationName) : - base(endpointConfigurationName) { - } - - public Service1Client(string endpointConfigurationName, string remoteAddress) : - base(endpointConfigurationName, remoteAddress) { - } - - public Service1Client(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : - base(endpointConfigurationName, remoteAddress) { - } - - public Service1Client(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : - base(binding, remoteAddress) { - } - - public string CheckPassword(string username, string password) { - return base.Channel.CheckPassword(username, password); - } - - public string SendUser(string username, string email, int version) { - return base.Channel.SendUser(username, email, version); - } - - public string SendUser1(string username, string email, string version, int subversion) { - return base.Channel.SendUser1(username, email, version, subversion); - } - - public int GetLatestVersion(int versionNow) { - return base.Channel.GetLatestVersion(versionNow); - } - - public string GetLatestVersion1(string version, int subversion) { - return base.Channel.GetLatestVersion1(version, subversion); - } - - public string GetUpdateLink() { - return base.Channel.GetUpdateLink(); - } - - public string GetUpdateLink1(string version, int subversion) { - return base.Channel.GetUpdateLink1(version, subversion); - } - - public void SendErrorMessage(string username, string error) { - base.Channel.SendErrorMessage(username, error); - } - - public void SendErrorMessage1(string username, string email, string error) { - base.Channel.SendErrorMessage1(username, email, error); - } - - public void SendErrorMessage2(string username, string email, int version, string error) { - base.Channel.SendErrorMessage2(username, email, version, error); - } - - public void SendErrorMessage3(string username, string email, string version, int subversion, string error) { - base.Channel.SendErrorMessage3(username, email, version, subversion, error); - } - - public void SendDATErrorMessage2(string username, string email, int version, string error, string filename) { - base.Channel.SendDATErrorMessage2(username, email, version, error, filename); - } - - public void SendDATErrorMessage3(string username, string email, string version, int subversion, string error, string filename) { - base.Channel.SendDATErrorMessage3(username, email, version, subversion, error, filename); - } - } -} diff --git a/ROMVault2/Service References/RVRef/Reference.svcmap b/ROMVault2/Service References/RVRef/Reference.svcmap deleted file mode 100644 index 5c2ebfa..0000000 --- a/ROMVault2/Service References/RVRef/Reference.svcmap +++ /dev/null @@ -1,33 +0,0 @@ - - - - false - true - - false - false - false - - - true - Auto - true - true - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/ROMVault2/Service References/RVRef/Service1.xsd b/ROMVault2/Service References/RVRef/Service1.xsd deleted file mode 100644 index 32e1c19..0000000 --- a/ROMVault2/Service References/RVRef/Service1.xsd +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/ROMVault2/Service References/RVRef/Service11.disco b/ROMVault2/Service References/RVRef/Service11.disco deleted file mode 100644 index d705778..0000000 --- a/ROMVault2/Service References/RVRef/Service11.disco +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/ROMVault2/Service References/RVRef/Service11.wsdl b/ROMVault2/Service References/RVRef/Service11.wsdl deleted file mode 100644 index 9dd5eac..0000000 --- a/ROMVault2/Service References/RVRef/Service11.wsdl +++ /dev/null @@ -1,266 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/ROMVault2/Service References/RVRef/Service11.xsd b/ROMVault2/Service References/RVRef/Service11.xsd deleted file mode 100644 index e6bd8df..0000000 --- a/ROMVault2/Service References/RVRef/Service11.xsd +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/ROMVault2/Service References/RVRef/configuration.svcinfo b/ROMVault2/Service References/RVRef/configuration.svcinfo deleted file mode 100644 index 36c7f28..0000000 --- a/ROMVault2/Service References/RVRef/configuration.svcinfo +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/ROMVault2/Service References/RVRef/configuration91.svcinfo b/ROMVault2/Service References/RVRef/configuration91.svcinfo deleted file mode 100644 index a1e7b23..0000000 --- a/ROMVault2/Service References/RVRef/configuration91.svcinfo +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - - BasicHttpBinding_IService1 - - - - - - - - - - - - - - - - - - - - - StrongWildcard - - - - - - 65536 - - - - - - - - - System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - System.Text.UTF8Encoding - - - Buffered - - - - - - Text - - - System.ServiceModel.Configuration.BasicHttpSecurityElement - - - None - - - System.ServiceModel.Configuration.HttpTransportSecurityElement - - - None - - - None - - - System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement - - - Never - - - TransportSelected - - - (Collection) - - - - - - System.ServiceModel.Configuration.BasicHttpMessageSecurityElement - - - UserName - - - Default - - - - - - - - - http://services.romvault.com/Service1.svc - - - - - - basicHttpBinding - - - BasicHttpBinding_IService1 - - - RVRef.IService1 - - - System.ServiceModel.Configuration.AddressHeaderCollectionElement - - - <Header /> - - - System.ServiceModel.Configuration.IdentityElement - - - System.ServiceModel.Configuration.UserPrincipalNameElement - - - - - - System.ServiceModel.Configuration.ServicePrincipalNameElement - - - - - - System.ServiceModel.Configuration.DnsElement - - - - - - System.ServiceModel.Configuration.RsaElement - - - - - - System.ServiceModel.Configuration.CertificateElement - - - - - - System.ServiceModel.Configuration.CertificateReferenceElement - - - My - - - LocalMachine - - - FindBySubjectDistinguishedName - - - - - - False - - - BasicHttpBinding_IService1 - - - - - - - - - - - \ No newline at end of file diff --git a/ROMVault2/SupportedFiles/CHD/CHD.cs b/ROMVault2/SupportedFiles/CHD/CHD.cs index df116da..412fe48 100644 --- a/ROMVault2/SupportedFiles/CHD/CHD.cs +++ b/ROMVault2/SupportedFiles/CHD/CHD.cs @@ -356,7 +356,6 @@ namespace ROMVault2.SupportedFiles.CHD break; default: _result = "Unexpected output from chdman :" + sOut; - ReportError.SendErrorMessage("CHDOutputHandler returned =" + sOut); _resultType = CHDManCheck.CHDUnknownError; break; } @@ -421,7 +420,6 @@ namespace ROMVault2.SupportedFiles.CHD } else { - ReportError.SendErrorMessage("CHDErrorHandler returned =" + sLine); _result = "Unknown message : " + sLine; _resultType = CHDManCheck.CHDUnknownError; }