Hi, I m getting below error:
Missing Xml node (buildPlugins) for required member (ThoughtWorks.CruiseControl.WebDashboard.Configuration.NetReflectorPluginConfiguration.BuildPlugins). Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: Exortech.NetReflector.NetReflectorItemRequiredException: Missing Xml node (buildPlugins) for required member (ThoughtWorks.CruiseControl.WebDashboard.Configuration.NetReflectorPluginConfiguration.BuildPlugins). Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [NetReflectorItemRequiredException: Missing Xml node (buildPlugins) for required member (ThoughtWorks.CruiseControl.WebDashboard.Configuration.NetReflectorPluginConfiguration.BuildPlugins).] Exortech.NetReflector.XmlMemberSerialiser.CheckIfMemberIsRequired() +289 Exortech.NetReflector.XmlMemberSerialiser.Read(XmlNode node, NetReflectorTypeTable table) +108 Exortech.NetReflector.XmlTypeSerialiser.ReadMembers(XmlNode node, Object instance, NetReflectorTypeTable table) +656 [NetReflectorException: Missing Xml node (buildPlugins) for required member (ThoughtWorks.CruiseControl.WebDashboard.Configuration.NetReflectorPluginConfiguration.BuildPlugins). Xml: <plugins><farmPlugins><farmReportFarmPlugin categories="false" / ><cctrayDownloadPlugin /><administrationPlugin password="" /></ farmPlugins><serverPlugins><serverReportServerPlugin /></ serverPlugins><projectPlugins><projectReportProjectPlugin / ><viewProjectStatusPlugin /><latestBuildReportProjectPlugin / ><viewAllBuildsProjectPlugin /></ projectPlugins><buildplugins><buildreportbuildplugin><xslfilenames><xslfile>xsl \header.xsl</xslfile><xslfile>xsl\modifications.xsl</ xslfile><xslfile>xsl\msbuild2ccnet.xsl</xslfile><xslfile>xsl \unittests.xsl</xslfile><xslfile>xsl\compile.xsl</xslfile><xslfile>xsl \fxcop-summary.xsl</xslfile></xslfilenames></ buildreportbuildplugin><buildlogbuildplugin /><xslreportbuildplugin description="NUnit Details" actionName="NUnitDetailsBuildReport" xslFileName="xsl\tests.xsl" /><xslreportbuildplugin description="NUnit Timings" actionName="NUnitTimingsBuildReport" xslFileName="xsl \timing.xsl" /><xslreportbuildplugin description="FxCop Report" actionName="FxCopBuildReport" xslFileName="xsl\FxCopReport.xsl" /></ buildplugins><securityPlugins><simpleSecurity /></securityPlugins></ plugins>] Exortech.NetReflector.XmlTypeSerialiser.ReadMembers(XmlNode node, Object instance, NetReflectorTypeTable table) +1622 Exortech.NetReflector.XmlTypeSerialiser.Read(XmlNode node, NetReflectorTypeTable table) +188 Exortech.NetReflector.NetReflectorReader.Read(XmlNode node) +496 Exortech.NetReflector.NetReflector.Read(XmlNode node, NetReflectorTypeTable table) +95 ThoughtWorks.CruiseControl.WebDashboard.Configuration.DashboardConfigurationLoader.Load(String xpath) +152 ThoughtWorks.CruiseControl.WebDashboard.Configuration.DashboardConfigurationLoader.LoadPluginsConfiguration() +35 ThoughtWorks.CruiseControl.WebDashboard.Configuration.DashboardConfigurationLoader.get_PluginConfiguration() +16 ThoughtWorks.CruiseControl.WebDashboard.Configuration.CachingDashboardConfigurationLoader.get_PluginConfiguration() +26 ThoughtWorks.CruiseControl.WebDashboard.Dashboard.CruiseObjectSourceInitializer.SetupObjectSourceForRequest(HttpContext context) +945 ThoughtWorks.CruiseControl.WebDashboard.MVC.ASPNET.HttpHandler.ProcessRequest(HttpContext context) +233 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +599 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +171 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:2.0.50727.4963; ASP.NET Version:2.0.50727.4971 Please suggest suitable solutions.
