Object ARX 2015 と .Net Framework を使用して AutoCad の拡張機能を作成しています。私のコンピューターでは、すべてがうまく機能します。しかし、他のコンピューターで.dllを使用しようとすると. 次のエラーが表示されます。
例外テキスト
System.TypeLoadException: アセンブリ 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' から型 'System.Windows.Input.ICommand' を読み込めませんでした。Extension.MyCommands.KeelRibbon() で Autodesk.AutoCAD.Runtime.CommandClass.InvokeWorker(MethodInfo mi, Object commandObject, Boolean bLispFunction) で Autodesk.AutoCAD.Runtime.CommandClass.InvokeWorkerWithExceptionFilter(MethodInfo mi, Object commandObject, Boolean bLispFunction) で Autodesk で.AutoCAD.Runtime.PerDocumentCommandClass.Invoke(MethodInfo mi, Boolean bLispFunction) at Autodesk.AutoCAD.Runtime.CommandClass.CommandThunk.Invoke()