おはようございます。 ListViewを使用してデバッグしていると、以下のようなエラーが出力されました。 'System.Configuration.ConfigurationException' のハンドルされていない例外が system.dll で発生しました。 追加情報 : これは無効なコメント構文です。'-->' を指定してください。 行 5、位置 10 です。 <System.Diagnostics.DebuggerStepThrough()> Private Sub <--ここです。nitializeComponent() Dim configurationAppSettings As System.Configuration.AppSettingsReader = New System.Configuration.AppSettingsReader() Me.txtCust_Emp_Name = New System.Windows.Forms.TextBox() Me.txtCompany = New System.Windows.Forms.TextBox() Me.cmb_Status = New System.Windows.Forms.ComboBox() Me.txtEstimate_No = New System.Windows.Forms.TextBox() Me.cmbEmp_No = New System.Windows.Forms.ComboBox() Me.S_Estimate_Date = New System.Windows.Forms.DateTimePicker() Me.C_Estimate_Date = New System.Windows.Forms.DateTimePicker() Me.cmbProject = New System.Windows.Forms.ComboBox() GridLinesをTrueに・・・ FullRowSelectをTrueに・・・ LabelEditをTrueに・・・ しただけなのですが・・・・ どうして上記のようなエラーが出力されるのか、また、どうして出るのかわかりません。 対処方法を教えてください。 よろしくお願いします。