I am trying to transform one XML file into multiple XML files using XSLT 2.0 using VS 2012 and .NET Framework 4.5 with Saxon 9.6 stable version. I am calling XSL transformation using C# code, where I am creating Processor class instance using below line:
Processor processor = new Processor();
But when I run code, it throws the below error:

Does anybody know what is missing or what I am doing wrong?