Hello everyone,
I have a webiste and I used IIS manager to upload all the website files
and when I browse the website I got CMSModules error(bold one) :
Line 360: /// <param name="resolver">Resolver object</param>
Line 361: /// <param name="names">Names of the macros - values will be accessible by this names in the resolver</param>
Line 362: private static void RegisterValues(this MacroResolver resolver, string[] names)
Line 363: {
Line 364: if ((resolver != null) && (names != null))