回答編集履歴
7
修正
test
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
原因は Google.Apis の参照ですね。エラーを貼るときは、メッセージとスタックトレースも含めて貼りましょう。
|
14
14
|
|
15
|
-
また、今回のように
|
15
|
+
また、今回のように想定外のdllが関係している場合もあるので、同時に使用しているライブラリも記載するようにしましょう。
|
16
16
|
|
17
17
|
|
18
18
|
|
6
修正
test
CHANGED
@@ -58,8 +58,6 @@
|
|
58
58
|
|
59
59
|
ILSpyでGoogle.Apis.dllのReferencesを確認すると、こうなっています。
|
60
60
|
|
61
|
-
多分、Google.Apisの方がbindingRedirectで参照を解決しようとしたから、exe.configに追加されたのでしょう。exe.configも一緒に配布で問題ないと思います。
|
62
|
-
|
63
61
|
|
64
62
|
|
65
63
|
```cs
|
@@ -67,3 +65,7 @@
|
|
67
65
|
// Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed
|
68
66
|
|
69
67
|
```
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
bindingRedirectは、多分Google.Apisの方が参照を解決しようとして追加されたのでしょう。exe.configも一緒に配布で問題ないと思います。
|
5
修正
test
CHANGED
@@ -58,7 +58,7 @@
|
|
58
58
|
|
59
59
|
ILSpyでGoogle.Apis.dllのReferencesを確認すると、こうなっています。
|
60
60
|
|
61
|
-
多分、Google.Apisの方がbindingRedirectで参照を解決しようとしたから、configに追加されたのでしょう。configも一緒に配布で問題ないと思います。
|
61
|
+
多分、Google.Apisの方がbindingRedirectで参照を解決しようとしたから、exe.configに追加されたのでしょう。exe.configも一緒に配布で問題ないと思います。
|
62
62
|
|
63
63
|
|
64
64
|
|
4
修正
test
CHANGED
@@ -11,6 +11,8 @@
|
|
11
11
|
githubからソースをDLして実行し、例外を再現しました。
|
12
12
|
|
13
13
|
原因は Google.Apis の参照ですね。エラーを貼るときは、メッセージとスタックトレースも含めて貼りましょう。
|
14
|
+
|
15
|
+
また、今回のように関係ないdllが関係している場合もあるので、同時に使用しているライブラリも記載するようにしましょう。
|
14
16
|
|
15
17
|
|
16
18
|
|
3
修正
test
CHANGED
@@ -56,12 +56,12 @@
|
|
56
56
|
|
57
57
|
ILSpyでGoogle.Apis.dllのReferencesを確認すると、こうなっています。
|
58
58
|
|
59
|
+
多分、Google.Apisの方がbindingRedirectで参照を解決しようとしたから、configに追加されたのでしょう。configも一緒に配布で問題ないと思います。
|
60
|
+
|
59
61
|
|
60
62
|
|
61
63
|
```cs
|
62
64
|
|
63
65
|
// Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed
|
64
66
|
|
65
|
-
// Assembly reference loading information:
|
66
|
-
|
67
67
|
```
|
2
修正
test
CHANGED
@@ -64,6 +64,4 @@
|
|
64
64
|
|
65
65
|
// Assembly reference loading information:
|
66
66
|
|
67
|
-
// ****
|
68
|
-
|
69
67
|
```
|
1
追記
test
CHANGED
@@ -1,3 +1,69 @@
|
|
1
1
|
追記のconfigを確認しましたが、エラーメッセージの依存バージョンが12.0.0.0で、bindingRedirectで13.0.0.0と記述されているので、配置したdllのバージョンと一致していなかったりしませんか?
|
2
2
|
|
3
3
|
一度参照しているdllのバージョンを見直してみてはいかがでしょう。
|
4
|
+
|
5
|
+
|
6
|
+
|
7
|
+
---
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
githubからソースをDLして実行し、例外を再現しました。
|
12
|
+
|
13
|
+
原因は Google.Apis の参照ですね。エラーを貼るときは、メッセージとスタックトレースも含めて貼りましょう。
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
```C#
|
18
|
+
|
19
|
+
System.InvalidOperationException: フォームの作成中にエラーが発生しました。詳細については、Exception.InnerException を参照してください。 エラー:ファイルまたはアセンブリ 'Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'、またはその依存関係の 1 つが読み込めませんでした。見つかったアセンブリのマニフェスト定義はアセンブリ参照に一致しません。 (HRESULT からの例外:0x80131040) ---> System.IO.FileLoadException: ファイルまたはアセンブリ 'Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'、またはその依存関係の 1 つが読み込めませんでした。見つかったアセンブリのマニフェスト定義はアセンブリ参照に一致しません。 (HRESULT からの例外:0x80131040)
|
20
|
+
|
21
|
+
場所 Google.Apis.Json.NewtonsoftJsonSerializer..ctor()
|
22
|
+
|
23
|
+
場所 Google.Apis.Services.BaseClientService.Initializer..ctor()
|
24
|
+
|
25
|
+
場所 Youtube_Live_Chat_Translater.Chat..ctor()
|
26
|
+
|
27
|
+
--- 内部例外スタック トレースの終わり ---
|
28
|
+
|
29
|
+
場所 Youtube_Live_Chat_Translater.My.MyProject.MyForms.Create__Instance__[T](T Instance)
|
30
|
+
|
31
|
+
場所 Youtube_Live_Chat_Translater.Main.Show_chat_window(Object sender, EventArgs e)
|
32
|
+
|
33
|
+
場所 System.Windows.Forms.Control.OnClick(EventArgs e)
|
34
|
+
|
35
|
+
場所 System.Windows.Forms.Button.OnClick(EventArgs e)
|
36
|
+
|
37
|
+
場所 System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
|
38
|
+
|
39
|
+
場所 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
|
40
|
+
|
41
|
+
場所 System.Windows.Forms.Control.WndProc(Message& m)
|
42
|
+
|
43
|
+
場所 System.Windows.Forms.ButtonBase.WndProc(Message& m)
|
44
|
+
|
45
|
+
場所 System.Windows.Forms.Button.WndProc(Message& m)
|
46
|
+
|
47
|
+
場所 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
|
48
|
+
|
49
|
+
場所 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
|
50
|
+
|
51
|
+
場所 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
|
52
|
+
|
53
|
+
```
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
ILSpyでGoogle.Apis.dllのReferencesを確認すると、こうなっています。
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
```cs
|
62
|
+
|
63
|
+
// Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed
|
64
|
+
|
65
|
+
// Assembly reference loading information:
|
66
|
+
|
67
|
+
// ****
|
68
|
+
|
69
|
+
```
|