|
next
|
Subject: .NET XslCompliedTransform processor issue Author: Yitzhak Khabinsky Date: 01 Aug 2011 01:43 PM Originally Posted: 01 Aug 2011 01:12 PM
|
I am using SS 2011 XML Enterprise Suite, build 1756a.
Windows 7 Enterprise, 32-bit
.NET Framework installed runtime versions:
- 1.1.4322.2032
- 2.0.50727.5420
- 3.0.4506.5420
- 4.0.30319.431
I selected .NET XslCompliedTransform processor in the XSLT Scenario Properties. Upon XSLT execution SS generates the following error:
External XSLT processing started...
System.IO.FileNotFoundException: Could not load file or assembly 'file:///C:\Program Files\XML Converters for .NET\bin\XmlConverters.dll' or one of its dependencies. The system cannot find the file specified.
File name: 'file:///C:\Program Files\XML Converters for .NET\bin\XmlConverters.dll'
at System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
at System.Reflection.Assembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, StackCrawlMark& stackMark)
at System.Reflection.Assembly.LoadFrom(String assemblyFile)
at nxslt.Program.Main(String[] args)
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
...done
I looked for the directory XML Converters for .NET on the file system. It doesn’t exist on my machine.
I checked other available processors in the combo-box and found that all other XSLT processors are working fine. But I need the .NET XslCompliedTransform processor to simulate my run-time environment scenario.
Please advise.
Regards,
Yitzhak
|
|
|
|