質問編集履歴

2

試したことを追加

2022/09/08 10:03

投稿

b99107
b99107

スコア47

test CHANGED
File without changes
test CHANGED
@@ -36,3 +36,10 @@
36
36
  Visual Studio 2022
37
37
  WebViewランタイム(Microsoft.WebView2.FixedVersionRuntime.104.0.1293.70.x64)
38
38
 
39
+
40
+ ### 試したこと ###
41
+ 同じバージョンのランタイムをダウンロードして「msedge_elf.dll」ファイルを置き換えましたがエラーになりました。
42
+
43
+ 尚、該当の ソースコードの記述を削除すると 公開完了にできましたが、インストールしても、「msedge_elf.dll」が無いとエラーになり使えませんでした。
44
+
45
+

1

該当のソースコードを更新

2022/09/08 08:39

投稿

b99107
b99107

スコア47

test CHANGED
File without changes
test CHANGED
@@ -21,10 +21,14 @@
21
21
 
22
22
  ### 該当のソースコード
23
23
 
24
- ```
24
+ ```sample.csproj
25
25
  <None Update="Microsoft.WebView2.FixedVersionRuntime.104.0.1293.70.x64\msedge_elf.dll">
26
26
  <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
27
27
  </None>
28
+ ```
29
+
30
+ ```Microsoft.WebView2.FixedVersionRuntime.104.0.1293.70.x64\104.0.1293.70.manifest
31
+ <file name='msedge_elf.dll'/>
28
32
  ```
29
33
 
30
34
  ### 補足情報(FW/ツールのバージョンなど)