0
<#@ assembly name="path\to\64bit.dll" #>
のようにT4テンプレートに64ビットのDLLを参照しTextTransform.exeでそれを実行した場合、それは言って、例外を与える
There was a problem loading the assembly 'path\to\64bit.dll' The following Exception was thrown:
System.BadImageFormatException: Could not load file or assembly 'file:///path\to64bit.dll' or one of its dependencies. An attempt was made to load a program with an incorrect format.
TextTransform.exeの64ビットバージョンがありますか、またはこの方法を使用する別の方法がありますか?