开发者

DevForce Error when Run Custom Tool

开发者 https://www.devze.com 2023-01-17 15:00 出处:网络
When I right click on the T4 file and Run Custom Tool, I get the errors Compiling transformation: Metadata file \'IdeaBlade.VisualStudio.DTE.dll\' could not be found

When I right click on the T4 file and Run Custom Tool, I get the errors

Compiling transformation: Metadata file 'IdeaBlade.VisualStudio.DTE.dll' could not be found

Compiling transform开发者_开发技巧ation: Metadata file 'IdeaBlade.VisualStudio.OM.CodeGenerator.dll' could not be found Compiling transformation: Metadata file 'IdeaBlade.EntityModel.Edm.Metadata.dll' could not be found

Thanks.


That error means that Visual Studio was unable to find some of the DLLs necessary to run DevForce's T4 generation. Probably the easiest way to solve this is by running the Dev Force installer. That will place the necessary DLLs in the GAC where Visual Studio will be able to find them.

I believe you can also add References to these specific DLLs on the project that contains your Data Model but I haven't done that because I prefer to have Dev Force installed on any machine that needs to run the T4s.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号