Have no idea what the compilation error is.. I tried to refresh the modules but the error still pops up. Any ideas?
Compilation Error. referencesProxy\eSpace_Charts_proxy.cs(32,16): error CS1502: The best overloaded method match for 'ssCharts.Global.GetStaticEntities(System.Collections.Generic.HashSet, System.Collections.Generic.HashSet)' has some invalid arguments return ssCharts.Global.GetStaticEntities(staticEntities, producersKeys); referencesProxy\eSpace_Charts_proxy.cs(32,50): error CS1503: Argument 1: cannot convert from 'System.Collections.Generic.HashSet' to 'System.Collections.Generic.HashSet' return ssCharts.Global.GetStaticEntities(staticEntities, producersKeys); referencesProxy\eSpace_CommonModule_proxy.cs(32,16): error CS1502: The best overloaded method match for 'ssCommonModule.Global.GetStaticEntities(System.Collections.Generic.HashSet, System.Collections.Generic.HashSet)' has some invalid arguments return ssCommonModule.Global.GetStaticEntities(staticEntities, producersKeys); referencesProxy\eSpace_CommonModule_proxy.cs(32,56): error CS1503: Argument 1: cannot convert from 'System.Collections.Generic.HashSet' to 'System.Collections.Generic.HashSet' return ssCommonModule.Global.GetStaticEntities(staticEntities, producersKeys); referencesProxy\eSpace_CustomInputMasks_proxy.cs(32,16): error CS1502: The best overloaded method match for 'ssCustomInputMasks.Global.GetStaticEntities(System.Collections.Generic.HashSet, System.Collections.Generic.HashSet)' has some invalid arguments return ssCustomInputMasks.Global.GetStaticEntities(staticEntities, producersKeys); referencesProxy\eSpace_CustomInputMasks_proxy.cs(32,60): error CS1503: Argument 1: cannot convert from 'System.Collections.Generic.HashSet' to 'System.Collections.Generic.HashSet' return ssCustomInputMasks.Global.GetStaticEntities(staticEntities, producersKeys); referencesProxy\eSpace_DropDownTree_optgroup_proxy.cs(32,16): error CS1502: The best overloaded method match for 'ssDropDownTree_optgroup.Global.GetStaticEntities(System.Collections.Generic.HashSet, System.Collections.Generic.HashSet)' has some invalid arguments return ssDropDownTree_optgroup.Global.GetStaticEntities(staticEntities, producersKeys); referencesProxy\eSpace_DropDownTree_optgroup_proxy.cs(32,65): error CS1503: Argument 1: cannot convert from 'System.Collections.Generic.HashSet' to 'System.Collections.Generic.HashSet' return ssDropDownTree_optgroup.Global.GetStaticEntities(staticEntities, producersKeys); referencesProxy\eSpace_DublinTheme_proxy.cs(32,16): error CS1502: The best overloaded method match for 'ssDublinTheme.Global.GetStaticEntities(System.Collections.Generic.HashSet, System.Collections.Generic.HashSet)' has some invalid arguments return ssDublinTheme.Global.GetStaticEntities(staticEntities, producersKeys); referencesProxy\eSpace_DublinTheme_proxy.cs(32,55): error CS1503: Argument 1: cannot convert from 'System.Collections.Generic.HashSet' to 'System.Collections.Generic.HashSet' return ssDublinTheme.Global.GetStaticEntities(staticEntities, producersKeys); referencesProxy\eSpace_LiverpoolTheme_proxy.cs(32,16): error CS1502: The best overloaded method match for 'ssLiverpoolTheme.Global.GetStaticEntities(System.Collections.Generic.HashSet, System.Collections.Generic.HashSet)' has some invalid arguments return ssLiverpoolTheme.Global.GetStaticEntities(staticEntities, producersKeys); referencesProxy\eSpace_LiverpoolTheme_proxy.cs(32,58): error CS1503: Argument 1: cannot convert from 'System.Collections.Generic.HashSet' to 'System.Collections.Generic.HashSet' return ssLiverpoolTheme.Global.GetStaticEntities(staticEntities, producersKeys); referencesProxy\eSpace_MidlandExpenseClaimsDB_Core_proxy.cs(32,16): error CS1502: The best overloaded method match for 'ssMidlandExpenseClaimsDB_Core.Global.GetStaticEntities(System.Collections.Generic.HashSet, System.Collections.Generic.HashSet)' has some invalid arguments return ssMidlandExpenseClaimsDB_Core.Global.GetStaticEntities(staticEntities, producersKeys); referencesProxy\eSpace_MidlandExpenseClaimsDB_Core_proxy.cs(32,71): error CS1503: Argument 1: cannot convert from 'System.Collections.Generic.HashSet' to 'System.Collections.Generic.HashSet' return ssMidlandExpenseClaimsDB_Core.Global.GetStaticEntities(staticEntities, producersKeys); referencesProxy\eSpace_WebPatterns_proxy.cs(32,16): error CS1502: The best overloaded method match for 'ssWebPatterns.Global.GetStaticEntities(System.Collections.Generic.HashSet, System.Collections.Generic.HashSet)' has some invalid arguments return ssWebPatterns.Global.GetStaticEntities(staticEntities, producersKeys); referencesProxy\eSpace_WebPatterns_proxy.cs(32,55): error CS1503: Argument 1: cannot convert from 'System.Collections.Generic.HashSet' to 'System.Collections.Generic.HashSet' return ssWebPatterns.Global.GetStaticEntities(staticEntities, producersKeys); |