ソースを参照

alter the otsdatatype namespace in reportApp to otsReportDataType.

gsp 3 年 前
コミット
f65c8ff108

+ 3 - 3
OTSIncAReportApp/2-CommonFunction/OTSDataMgrFunction/XmlResourceData.cs

@@ -1,7 +1,7 @@
 using System.Collections.Generic;
 using System.Xml;
 
-namespace OTSDataType
+namespace OTSReportDataType
 {
     public struct StringRes
     {
@@ -140,9 +140,9 @@ namespace OTSDataType
                     {
                         rg.mapRes[key] = sr;
                     }
-                    catch /*(System.Exception ex)*/
+                    catch (System.Exception ex)
                     {
-                       // MessageBox.Show(ex.ToString());
+                        NLog.LogManager.GetCurrentClassLogger().Error(ex.Message);
                     }
                 }
                 resGroup[colkey] = rg;