I have written a module and tested it inside my development site. After I created an assembly and installed the module onto my hosted site, I get the following error:
Error: ComboSearch is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: C:\Domains\gardenservicecentral.co.za\wwwroot\DotNetNuke\DesktopModules\ComboSearch\ViewComboSearch.ascx(63): error BC30456: 'Eval' is not a member of 'ASP.desktopmodules_combosearch_viewcombosearch_ascx'. ---> System.Web.HttpCompileException: C:\Domains\gardenservicecentral.co.za\wwwroot\DotNetNuke\DesktopModules\ComboSearch\ViewComboSearch.ascx(63): error BC30456: 'Eval' is not a member of 'ASP.desktopmodules_combosearch_viewcombosearch_ascx'. at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---
The viewcombosearch.ascx control contains a gridview and formview that connects to the same data source. Very basic module, nothing fancy. I can't find anywhere in the code where I make reference to something called 'Eval'.
Please help.