teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

環境を追加

2020/09/03 05:56

投稿

grantsdale_g
grantsdale_g

スコア0

title CHANGED
File without changes
body CHANGED
@@ -51,4 +51,10 @@
51
51
  }
52
52
  }
53
53
  }
54
- ```
54
+ ```
55
+
56
+ ###環境
57
+ OS:Windows10 Pro 64bit
58
+ バージョン:19041.450
59
+
60
+ Chromium Edgeをインストールしてもしなくても同じエラーが発生しました。

1

不要な部分の削除

2020/09/03 05:56

投稿

grantsdale_g
grantsdale_g

スコア0

title CHANGED
File without changes
body CHANGED
@@ -41,7 +41,6 @@
41
41
  webView.Name = "webView";
42
42
  Controls.Add(webView);
43
43
 
44
- webView.CoreWebView2Ready += new EventHandler<EventArgs>(Ready);
45
44
  InitializeComponent();
46
45
  InitAsync();
47
46
  }