質問編集履歴

2

更新

2019/10/21 06:45

投稿

Chandler_Bing
Chandler_Bing

スコア673

test CHANGED
@@ -1 +1 @@
1
- System.FormatException: No valid combination of account information found
1
+ C#のデバックでdotnet.exeを選択したい
test CHANGED
@@ -6,86 +6,30 @@
6
6
 
7
7
 
8
8
 
9
- 以下のサイトを参考に、C#とVS CodeでLINEのオウム返しの機能を作成しようとています
9
+ 以下のサイトを参考に、C#とVS CodeでLINEのオウム返しの機能を作成し
10
10
 
11
11
  [Azure ファンクションと C# によるクロスプラットフォーム LINE Bot 開発](https://qiita.com/kenakamu/items/acce01854ad6105df579)
12
12
 
13
13
 
14
14
 
15
- **作業手順**
16
-
17
- 上記のリンクに沿って作業しています。
18
15
 
19
16
 
20
17
 
18
+
19
+ dotnet.exeでデバック実行したいのですが、どうすればよいでしょうか。
20
+
21
- コードにアタッチするため、F5 キーを押下。リストより dotnet.exe を選択。
21
+ C:\Program Files\dotnet\dotnet.exe
22
+
23
+ に存在しており、パスも通しています。
24
+
25
+ ![イメージ説明](6284b68edc5feb75c774c86ff7844473.png)
22
26
 
23
27
 
24
28
 
25
- の作業で詰まっています。
26
29
 
27
- F5キーを押下しても、以下と同じ状況になってしまいます。
28
30
 
29
- [過去質問](https://teratail.com/questions/218299)
31
+ ちなみにVS Codeの画像のような感じでdotnet.exeが表示されてほしいです。
30
32
 
31
33
 
32
34
 
33
- **現在の状況**
34
-
35
- この状態で、ラインにメッセージを投げると表題のエラーが表示されます。
36
-
37
- --エラー詳細--
38
-
39
- ```error
40
-
41
- at Microsoft.WindowsAzure.Storage.CloudStorageAccount.<>c.<Parse>b__97_0(String err)
42
-
43
- at Microsoft.WindowsAzure.Storage.CloudStorageAccount.ParseImpl(String connectionString, CloudStorageAccount& accountInformation at Microsoft.WindowsAzure.Storage.CloudStorageAccount.Parse(String connectionString)
44
-
45
- at mybot.TableStorage`1..ctor(String connectionString) in C:\Users\nakaiy\Desktop\mybot\CloudStorage\TableStorage.cs:line 15
46
-
47
- at mybot.TableStorage`1.CreateAsync(String connectionString, String tableName) in C:\Users\nakaiy\Desktop\mybot\CloudStorage\Tab at mybot.HttpTriggerFunction.Run(HttpRequestMessage req, TraceWriter log) in C:\Users\nakaiy\Desktop\mybot\LINEBOT\run.cs:line 4
48
-
49
- ```
50
-
51
-
52
-
53
- 上記を踏まえて質問が3つほどあります。
54
-
55
-
56
-
57
-
58
-
59
- このエラーの原因は、dotnet.exe を選択していないからですか?
60
-
61
-
62
-
63
-
64
-
65
- dotnet.exe を選択してどのような意味があるのですか?
66
-
67
-
68
-
69
-
70
-
71
- この解決策を教えてください
72
-
73
-
74
-
75
- **進捗1**
76
-
77
-
78
-
79
- VS Code でC#ののデバックパッケージをインストールすると
80
-
81
- F5でデバックを選択できるようになりました。
82
-
83
-
84
-
85
- しかし、dotnet.exeが選択肢にない状態です。
86
-
87
- C:\Program Files\dotnet\dotnet.exe
88
-
89
-
90
-
91
- に存在しており、パスも通しています。
35
+ ![イメージ説明](66aae892858bc82f7afa52a7d1b3cc2d.png)

1

更新

2019/10/21 06:45

投稿

Chandler_Bing
Chandler_Bing

スコア673

test CHANGED
File without changes
test CHANGED
@@ -69,3 +69,23 @@
69
69
 
70
70
 
71
71
  この解決策を教えてください
72
+
73
+
74
+
75
+ **進捗1**
76
+
77
+
78
+
79
+ VS Code でC#ののデバックパッケージをインストールすると
80
+
81
+ F5でデバックを選択できるようになりました。
82
+
83
+
84
+
85
+ しかし、dotnet.exeが選択肢にない状態です。
86
+
87
+ C:\Program Files\dotnet\dotnet.exe
88
+
89
+
90
+
91
+ に存在しており、パスも通しています。