The type or namespace name 'IServerRegistrar2' could not be found (are
you missing a using directive or an assembly reference?)
I am using the umbraco version 7.4.3, If I try with umbraco version 7.3.0, it works for me. I am not sure what I am missing as I am using the correct namespace(Umbraco.Core.Sync) required for it.
Could anyone suggest me on this as soon as possible please? Thanks in advance.
You have an issue with your referenced assemblies in Visual Studio. I would suggest removing the references and then try re-adding them (or reinstall if using NuGet).
Getting error when using IServerRegistrar2 interface in umbraco version 7.4.3
Hi All,
I am trying to use flexible load balancing but when I try to setup explicit master scheduling server using the code given here: https://our.umbraco.org/documentation/getting-started/setup/server-setup/load-balancing/flexible-advanced#explicit-master-scheduling-server , I get the compilation error as below:
I am using the umbraco version 7.4.3, If I try with umbraco version 7.3.0, it works for me. I am not sure what I am missing as I am using the correct namespace(Umbraco.Core.Sync) required for it.
Could anyone suggest me on this as soon as possible please? Thanks in advance.
Thanks Sanjay
Hi All,
Could anyone please suggest on above problem? I really need to sort this issue.
Thanks Sanjay
Hi Sanjay,
You have an issue with your referenced assemblies in Visual Studio. I would suggest removing the references and then try re-adding them (or reinstall if using NuGet).
Jeavon
Hi Jeavon,
Many thanks for your reply. I have already done above steps using nuget but it didn't help.
Thanks Sanjay
is working on a reply...