Community Translation - “Not a valid CySmart dongle!” error when using CySmart C# APIs - KBA231268

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Kenshow
Level 8
Level 8
Distributor - Marubun (Japan)
50 solutions authored 25 solutions authored 10 solutions authored

Hi,               

I would like to translate KBA231268 into Japanese.

Please confirm to my work.

Thanks,

Kenshow

0 Likes
2 Replies
JennaJo
Moderator
Moderator
Moderator
1000 replies posted 750 replies posted 500 replies posted

Hi, Kenshow-san

Confirm to work this KBA.

Thanks,

Jenna

Jenna Jo
0 Likes
Kenshow
Level 8
Level 8
Distributor - Marubun (Japan)
50 solutions authored 25 solutions authored 10 solutions authored

Hi Jenna-san,

                                

Japanese translation was over.
Please check below.

Original KBA:

“Not a valid CySmart dongle!” error when using CySmart C# APIs - KBA231268

Thanks.

Kenshow

==============================

タイトル: 「有効なCySmartドングルではありません!」CySmart C#API使用時のエラー - KBA231268

バージョン:**

質問:

CySmart APIを使用してC#でアプリケーションを作成しています。TryGetCySmartDongleCommunicator APIを使用してCySmartドングルと通信すると、「Not a valid CySmart dongle有効なCySmartドングルではありません)」というエラーが表示されます。 このエラーを回避するにはどうすればよろしいでしょうか?

回答:

CySmartソフトウェアは、追加された新しいドングルサポートのためにアップデートを定期的に受け取ります。このエラーは、C#アプリケーションが新しいデバイスを認識しないで古いDLLを使用しているために発生します。

次の手順に従って、アプリケーションを最新のDLLに更新します。

  1. 最新のCySmartソフトウェアをインストールします。
  2. Visual StudioC#アプリケーションを開きます。
  3. ソリューションエクスプローラウィンドウで、次のようにプロジェクトの[ References ]セクションを開きます:
    pastedImage_5.png
      
  4. すべてのCySmart DLLを右クリックし、[ Remove ]をクリックします。
    pastedImage_6.png  
  5. References > Add Reference > Browse を右クリックします。次のパスから最新のDLLを追加します:「C:\Program Files (x86)\Cypress\CySmart\1.x\bin」(xは最新のマイナーバージョンです)。
    pastedImage_9.png  
  6. [OK]クリックします。

今すぐアプリケーションを実行してください。これでCySmartドングルを認識できるはずです。

==============================

17-Sept-2020

Kenshow

0 Likes