New to dotnetnuke - I'm attempting to setup the following module found at: http://librarydatabase.codeplex.com/
The module installed fine but when I attempt to add it to the web page I get the following:
Error: Library Module is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: C:\Users\Documents\My Web Sites\dotnetnuke\DesktopModules\CELLibrary\ViewCELLibrary.ascx.vb(98): error BC30519: Overload resolution failed because no accessible 'EditUrl' can be called without a narrowing conversion: ---> System.Web.HttpCompileException: C:\Users\Documents\My Web Sites\dotnetnuke\DesktopModules\CELLibrary\ViewCELLibrary.ascx.vb(98): error BC30519: Overload resolution failed because no accessible 'EditUrl' can be called without a narrowing conversion: 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.GetVPathBuildResult(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.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.WebFormsModuleControlFactory.CreateModuleControl(TemplateControl containerControl, ModuleInfo moduleConfiguration) at DotNetNuke.UI.Modules.ModuleControlFactory.LoadModuleControl(TemplateControl containerControl, ModuleInfo moduleConfiguration) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---
Any help on how to get this working would be good! thanks.