System.Speech.dll 中发生了 'System.FormatException' 类型的未处理异常

An unhandled exception of type 'System.FormatException' occurred in System.Speech.dll

我现在谷歌搜索了几个小时,但不明白那里有什么问题

错误:

An unhandled exception of type 'System.FormatException' occurred in System.Speech.dll

附加信息:双引号字符串无效。

图片发生的地方e.t.c。 I had first the double quotes error which got fixed with removing the " ' ", if i comment out the lowest 2 lines (create grammar and loading) its working, but logically not loading it... "name" is a List

使用 name = json.applist.apps.Select(p => p.name.Replace("\"", string.Empty)).ToList();