You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have placed the below in Tridion.config file :
<razor.mediator cacheTime="60" extractBinaries="true"
adminUser="ADS\svc.icmsyse1">
<namespaces>
<!-- <add namespace="System.Linq" />-->
<!-- <add namespace="Test.Sample" />-->
</namespaces>
<assemblies>
<!-- <add assembly="C:\Program Files\Assembly\Test.Sample.dll" /> -->
<!-- <add assembly="RazorSample.Test, Version=1.0.0.0, Culture=neutral, PublicKeyToken=60ad7434f03dfcdc" /> -->
</assemblies>
<imports>
<!-- <add import="tcm:120-2233-2048" />-->
<!-- <add import="/wevdav/020 Design/Building Blocks/System/TBBs/Helpers/razor-helpers.cshtml" />-->
<!-- <add import="C:\Program Files\Razor Mediator\razor-helpers.txt" />-->
<!-- <add import="tcm:120-2200-2048" publications="020 Design Master,030 Another Web Design" />-->
</imports>
<importSettings includeConfigWhereUsed="true" includeImportWhereUsed="true" replaceRelativePaths="false" />
What steps will reproduce the problem?
1. We are using @importRazor(path) , here the path we are using is webdav path
of another razor template building block
2. Then the TBB used in import statement is not imported
3.
What is the expected output? What do you see instead?
TBB used in importRazor function should be imported
What version of the product are you using? On what operating system?
We are using SDL Tridion 2011 and WINDOWS 64 bit
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 20 Mar 2013 at 5:54
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 20 Mar 2013 at 5:54The text was updated successfully, but these errors were encountered: