2016-04-18 6 views
2
API CancelIo in kernel32.dll is not supported for this application type. MySql.Data.RT.dll calls this API. 
API CreateFileW in kernel32.dll is not supported for this application type. MySql.Data.RT.dll calls this API. 
API MapViewOfFile in kernel32.dll is not supported for this application type. MySql.Data.RT.dll calls this API. 
API OpenFileMappingW in kernel32.dll is not supported for this application type. MySql.Data.RT.dll calls this API. 
API PeekNamedPipe in kernel32.dll is not supported for this application type. MySql.Data.RT.dll calls this API. 
API WaitNamedPipeA in kernel32.dll is not supported for this application type. MySql.Data.RT.dll calls this API. 
API AcquireCredentialsHandleW in secur32.dll is not supported for this application type. MySql.Data.RT.dll calls this API. 
API CompleteAuthToken in secur32.dll is not supported for this application type. MySql.Data.RT.dll calls this API. 
API DeleteSecurityContext in secur32.dll is not supported for this application type. MySql.Data.RT.dll calls this API. 
API FreeCredentialsHandle in secur32.dll is not supported for this application type. MySql.Data.RT.dll calls this API. 
API InitializeSecurityContextW in secur32.dll is not supported for this application type. MySql.Data.RT.dll calls this API. 
API QueryContextAttributesW in secur32.dll is not supported for this application type. MySql.Data.RT.dll calls this API. 

これを解決する方法をお手伝いしてください。Mysql.data.rt.dllを使ったuwpアプリ

おかげ

答えて

1

WinRTの(ともUWP)アプリケーションは、あなたはおそらく、あなたが低いバージョンを持っているNuGetからインストールしている場合はNetバージョンコネクタ/ 6.7

以降でサポートされています。ダウンロードするにはdirect linkを使用して、このようなフォルダにdllファイルを見つけるインストール後:
C:\プログラムファイル(x86の)\ MySQLの\ MySQLのコネクタネット6.9.8 \アセンブリ\ RT \

+0

私は病気にこの新しいバージョンを試してみてください、前に私は6.9ネットコネクタを使用し... –

+0

それは同じ問題を抱えています.... –

+1

あなたは何を持っていますか?いくつかの情報を追加してください。この問題を再現したい –

1

私は同じ問題を抱えています。私が克服する方法は、認証されていないAPIにコメントを書き、コネクタを再度コンパイルすることでした。

あなたはそれを改善するために私の解決策、またはより良いを使用したい場合は、使用してに貢献する感じは:

https://github.com/nudaca/MySql.Data.UWP

関連する問題