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
After upgrading to the new Sitecore Powershell module (where the binaries are renamed from Cognifide.Powershell.dll to Spe.dll) i'm getting the following error in the logfiles "Assembly not found Cognifide.PowerShell".
I've created a 'custom' implementation of the ExecuteScript.cs and patched it in the SiteCronJobs.config.
Still i'm getting the error ... the only place where the reference to the Cognifide binaries is till present is in the SiteCron.dll in the ExecuteScript class. The main problem is that i don't have a trace from where this is called so my guess is that all the classes that inherit from the IJob are loaded and instantiated and the error is coming from there ....
How can we get rid of the error 'Assembly not found Cognifide.PowerShell' ?
Are there any plans to upgrade the SiteCron module to work with the new Sitecore Powershell Extensions module ?
Kr,
Christophe
The text was updated successfully, but these errors were encountered:
After upgrading to the new Sitecore Powershell module (where the binaries are renamed from Cognifide.Powershell.dll to Spe.dll) i'm getting the following error in the logfiles "Assembly not found Cognifide.PowerShell".
I've created a 'custom' implementation of the ExecuteScript.cs and patched it in the SiteCronJobs.config.
Still i'm getting the error ... the only place where the reference to the Cognifide binaries is till present is in the SiteCron.dll in the ExecuteScript class. The main problem is that i don't have a trace from where this is called so my guess is that all the classes that inherit from the IJob are loaded and instantiated and the error is coming from there ....
Kr,
Christophe
The text was updated successfully, but these errors were encountered: