Hi,
this neither
<#@Assembly Name="MyUtilities.dll"#>this neither
<#@Assembly Name="MyUtilities"#>
this is some assembly that is installed along with some other package and exists iin GAC.
If I put this assembly in my Output it works but this is something I don't want to do.
all the time I got error...
Error: Compiling transformation: Metadata file 'MyUtilities.dll' could not be found (0, 0)
If I use this (and the assembly is there...):
<#@Assembly Name="c:\temp\MyUtilities.dll"#>Error is : Invalid assembly name c:\temp\MyUtilities
Anyone Help this is urgent..
Thanks
Ales M.
Long time no see
How can I add assembly reference to my T4 template but not having one in my output but from GAC or some Public assmebly FOlder?
this doesn't work ...
<#@Assembly
this neither
<#@Assembly Name="MyUtilities.dll"#>this neither
<#@Assembly Name="MyUtilities"#>
this is some assembly that is installed along with some other package and exists iin GAC.
If I put this assembly in my Output it works but this is something I don't want to do.
all the time I got error...
Error: Compiling transformation: Metadata file 'MyUtilities.dll' could not be found (0, 0)
If I use this (and the assembly is there...):
<#@Assembly Name="c:\temp\MyUtilities.dll"#>Error is : Invalid assembly name c:\temp\MyUtilities
Anyone Help this is urgent..
Thanks
Ales M.
Long time no see