2016-10-16 5 views
-1

메신저 그것을 얻을 시간 때문에 지금은 인터넷 검색을하지만 그나마 System.Speech.dll에서 발생 무슨 일이 잘못처리되지 않은 예외가

오류 :

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

추가 정보 : 더블 - 인용 문자열이 유효하지 않습니다.

이미지 어디에서 일어나는가? 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

+1

당신은 릴리스 빌드를 실행하는 작업을 얻었다. 범인은'name' 배열입니다. 그것을 검사하십시오. – CodeCaster

+0

'유형'System.FormatException '형식의 처리되지 않은 예외가 System.Speech.dll에 추가 정보를 발생 두 번 인용 문자열 '문법 steamGames에 = 새로운 문법 (새 GrammarBuilder (새 선택 오류 valid.'하지 (이름 .Array()))); ' 하지만 그 안에 큰 따옴표가 없어 ... – Sascha

+0

다시 편집 할 수 없으므로 --- xD 편집 "안에"... 있습니다. 't 제거 방법에 대해 알고, 그 루프에 대한 결과 문자열을 교체하지 않습니다 (나처럼) – Sascha

답변

0

는, 디버거가 잘못된 줄 가리키는 name = json.applist.apps.Select(p => p.name.Replace("\"", string.Empty)).ToList();

관련 문제