I am absolutely brand new to DNN. I have never done any work with it. Our only experienced DNN developer quit and I need to work on their project. I am trying to load their modules and pages into my development machine. When I try to create the page "Fixtures" I get the following message: This is a working module in production.:
Error: Fixture is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: The connection name 'LocationManager_USCConnectionString' was not found in the applications configuration or the connection string is empty. --->
System.InvalidOperationException: The connection name 'LocationManager_USCConnectionString' was not found in the applications configuration or the connection string is empty. at System.Web.Compilation.ConnectionStringsExpressionBuilder.GetConnectionString(String connectionStringName) at ASP.desktopmodules_fixtureproduct_view_ascx.__BuildControlGraphicsList() at
ASP.desktopmodules_fixtureproduct_view_ascx.__BuildControlRadPageView4() at
ASP.desktopmodules_fixtureproduct_view_ascx.__BuildControlRadMultiPage1() at
ASP.desktopmodules_fixtureproduct_view_ascx.__BuildControlTree(desktopmodules_fixtureproduct_view_ascx __ctrl) at
System.Web.UI.TemplateControl.LoadControl(IWebObjectFactory objectFactory, VirtualPath virtualPath, Type t, Object[] parameters) at
System.Web.UI.TemplateControl.LoadControl(VirtualPath 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 is greatly appreciated.