visual studio 2015 - T4 assembly name not reading $(TargetDir) or $(SolutionDir) -


i trying project's dll file:

<#@ assembly name="$(solutiondir)\project.dll" #>   

but got error: system.io.filenotfoundexception: not find part of path 'c:\program files (x86) microsoft visual studio 14.0\common7\ide\$(solutiondir)\project.dll

note didn't parse variable $(solutiondir) , instead used default url.

any ideas how make read variable?

edit: assembly used inside view generating template.


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -