1

コード スミスを使用して、出力として生成しているアセンブリを参照しようとしています。

アイデアは、ビルド ステップでアセンブリを作成し、その後のビルド ステップでこのアセンブリを参照して、アセンブリ内のメソッドからさらに生成および出力することです。

この分野では彼らの助けが少し不足しているようです。これは、参照したいアセンブリを GAC でき、それを Assembly ディレクティブで使用できるという効果を示しています。

しかし、実行中、私は取得し続けます error CODESMITH0001: Unable to resolve assembly

どこで、またはどのように私がこれについて間違っていると考えているかについてのアイデアはありますか?

ありがとう

4

1 に答える 1

2

Whose help is a bit lacking in this area? I'd like to get this taken care of and resolved. What does your assembly directive look like? Are you using a Path="....\Common" attribute to the assembly you a compiling in the previous step?

Also please see this documentation for more information: http://docs.codesmithtools.com/display/Generator/Referencing+Assemblies

Thanks -Blake Niemyjski

于 2010-10-06T18:39:12.540 に答える