1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

PictMasterで「TripleDESによる暗号化に失敗しました」とエラー表示される時の対処

Posted at

備忘録がてら、掲題についてポストします。

症状

PictMasterで組合せを生成しようとすると、「TripleDESによる暗号化に失敗しました」とエラーメッセージが表示され、組合せを生成できない。

想定環境

  • Windows 10
  • PictMaster 7.0.2J

対処

.NET Framework 3.5をインストールする

手順

Microsoftのこちらのサイトを参照のこと。

原因

PictMasterは、VBAから.NET Framworkを利用している箇所がある。VBAから.NET Frameworkを利用するには3.5以下のバージョンである必要があり、Windows 10のクリーンインストール環境だと、該当バージョンはデフォルトでは入っていない。そのため、CreateObjectした際にエラーが発生する。

以上。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?