I downloaded and installed the Seek and Destroy plug in on Umbraco v7.5.11
It seemed to install successfully. But on the developer dashboard, when I click on Seek and destroy, it gives an eror:
Has anyone used this plug in? If so, what Umbraco version have you used it with and could you please provide the steps to configure and use this plug-in?
Even on package description it's said that it's for Umbraco 6. It requires ScriptManager control which is for WebForms and as Umbraco 7.x runs MVC by default, you need to adjust it and change configuration to WebForms (or place ScriptManager control manually there).
But probably - and if you want to use Umbraco efficiently - you should not do it.
Seek and Destroy on Umbraco v7.5.11
Hello,
I downloaded and installed the Seek and Destroy plug in on Umbraco v7.5.11 It seemed to install successfully. But on the developer dashboard, when I click on Seek and destroy, it gives an eror:
Has anyone used this plug in? If so, what Umbraco version have you used it with and could you please provide the steps to configure and use this plug-in?
Thanks
Even on package description it's said that it's for Umbraco 6. It requires ScriptManager control which is for WebForms and as Umbraco 7.x runs MVC by default, you need to adjust it and change configuration to WebForms (or place ScriptManager control manually there).
But probably - and if you want to use Umbraco efficiently - you should not do it.
is working on a reply...