Ver 1 deployment error

markm455

New Member
We encounter the following error in the machine installed with ASP.NET ver 1. Any idea?<BR><BR>Thanks in advance,<BR>Ben<BR><BR><BR>Server Error in '/px' Application.<BR>----------------------------------<BR><BR>System.Configuration.NameValueFileSectionHandler, System,<BR>Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 does<BR>not implement IConfigSectionHandler<BR>Description: An unhandled exception occurred during the execution of the<BR>current web request. Please review the stack trace for more information<BR>about the error and where it originated in the code.<BR><BR>Exception Details: System.Configuration.ConfigurationException:<BR>System.Configuration.NameValueFileSectionHandler, System,<BR>Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 does<BR>not implement IConfigSectionHandler<BR><BR>Source Error:<BR><BR>Line 44: '~~~~~~~~~~~~~~~~~~~~~~~~~~<BR>Line 45: private Sub VerifyLogin()<BR>Line 46: dim oUser as new PXWEB_UI.User<BR>Line 47: dim sDept as String<BR>Line 48:<BR><BR><BR>Source File: c:inetpubwwwrootpxlogin.aspx Line: 46<BR><BR>Stack Trace:<BR><BR>[ConfigurationException: System.Configuration.NameValueFileSectionHandler,<BR>System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089<BR>does not implement IConfigSectionHandler]<BR> System.Configuration.ConfigurationRecord.GetFactor y(String configKey)<BR>+611<BR> System.Configuration.ConfigurationRecord.GetFactor y(String configKey)<BR>+450<BR> System.Configuration.ConfigurationRecord.Evaluate( String configKey) +45<BR> System.Configuration.ConfigurationRecord.ResolveCo nfig(String configKey)<BR>+38<BR> System.Configuration.ConfigurationRecord.GetConfig (String configKey) +64<BR><BR>System.Configuration.DefaultConfigurationSystem.Sy stem.Configuration.IConfig<BR>urationSystem.GetConfig(String configKey) +17<BR> System.Configuration.ConfigurationSettings.GetConf ig(String sectionName)<BR>+241<BR> System.Configuration.ConfigurationSettings.get_App Settings() +12<BR> PXWEB_UI.User..ctor() +8<BR> ASP.Login_aspx.VerifyLogin() in<BR>c:inetpubwwwrootpxlogin.aspx:46<BR> ASP.Login_aspx.Login(Object obj, EventArgs e) in<BR>c:inetpubwwwrootpxlogin.aspx:21<BR> System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108<BR><BR>System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaisePo<BR>stBackEvent(String eventArgument) +58<BR> System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler<BR>sourceControl, String eventArgument) +18<BR> System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData) +33<BR> System.Web.UI.Page.ProcessRequestMain() +1252<BR><BR><BR><BR><BR>-----------------------------------------------------------------<BR>Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET<BR>Version:1.0.3705.0<BR><BR>
 
Back
Top