C# 용 GNSDK에서 샘플을 실행하려고하면 로컬 데이터베이스 sqlite를 활성화 할 때 예외가 발생합니다. GNSDK에서 내가이Gracenote, C# 샘플의 예외 데이터베이스
Local Lookup Initialize: Version 3.07.0.2861 Built 2014-10-28 01:46-0700
2014-12-29 11:26:08.406 DEBUG GNSDK Local 0x00001840 [api_trace] gnsdk_lookup_local_get_build_date
2014-12-29 11:26:08.519 DEBUG GNSDK Local 0x00001840 [api_trace] gnsdk_lookup_local_get_version
2014-12-29 11:26:12.371 DEBUG GNSDK Local 0x00001840 [api_trace] gnsdk_lookup_local_storage_location_set(gnsdk_lookup_local_gdball, ../../../sample_db)
2014-12-29 11:26:12.372 DEBUG GNSDK Local 0x00001840 [api_trace] lookup_local_storage_location_set(gnsdk_lookup_local_storage_primary_identifier, gnsdk_lookup_local_gdball, ../../../sample_db)
2014-12-29 11:26:14.460 DEBUG GNSDK Local 0x00001840 [api_trace] gnsdk_lookup_local_get_build_date
2014-12-29 11:26:14.506 DEBUG GNSDK Local 0x00001840 [api_trace] gnsdk_lookup_local_get_version
2014-12-29 11:26:20.531 DEBUG GNSDK Local 0x00001840 [api_trace] gnsdk_lookup_local_storage_info_count(gnsdk_lookup_local_gdbmdata, gnsdk_lookup_local_gdb_version, 5DCE53C)
2014-12-29 11:26:20.532 DEBUG GNSDK Local 0x00001840 [api_trace] lookup_local_storage_location_get(gnsdk_lookup_local_storage_primary_identifier, gnsdk_lookup_local_gdbmdata, 5DCE524)
2014-12-29 11:26:20.532 DEBUG GNSDK SQLite 0x00001840 sqlite_storage_helpers.c[412] Storage connection: gn_mdata.gdb
**2014-12-29 11:26:20.533 WARNING GNSDK Local 0x00001840 lookup_local_storage_helpers.c[219] Failed to open storage group: 'gn_mdata.gdb'**
2014-12-29 11:26:20.533 DEBUG GNSDK Manager 0x00001840 [api_trace] gnsdk_manager_error_info
도와 당신이 어떤 생각을 가지고 있습니까 볼 로그?
예외입니까? 우리에게 예외를 보여주십시오. – Samuel
예외의 스택 추적은 무엇입니까? 응용 프로그램을 디버그하여 언제 그리고 왜 발생하는지 확인하십시오. 코드를 보여주세요. – msporek
GnException ErrorDescription은 "로컬 데이터 저장소를 찾을 수 없습니다", ErrorCode는 279250176이고 ErrorApi는 "gnsdk_lookup_local_storage_info_count"입니다. 코드는 "musicid_album_text"GNSDK 샘플입니다. –