JIMS.Printing.dll という名前の dll があり、メイン アプリケーション JIMS.exe の Reporting フォルダー内に配置されています。
しかし、JIMS.exe を実行している Reporting 内の JIMS.Printing.dll コード内の Templates フォルダー内のいくつかのファイルを呼び出すと、エラーが発生します。
JIMS.exe
--------->Reporting
------------------->JIMS.Printing.dll
------------------->Templates
-----------------------------> Files
コード:
string _templatePath = Path.Combine(Path.GetDirectoryName(System.Reflection.Assembly.GetAssembly(typeof(JIMS.Printing.PrintInvoice)).Location), "Templates");
JIMS.Printing.dll のコード
JIMS.exe は JIMS.exe Path\Templates\file 内のファイルを探しますが、実際にはファイルは JIMS.Printing.dll Path\Templates\files にあります