ProjectTako / kparser

Automatically exported from code.google.com/p/kparser
1 stars 3 forks source link

configuration system failed to initialize #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. starting app
2.
3.

What is the expected output? What do you see instead?
if continue is chosen error screed pops again and app just sits there

What version of the product are you using? On what operating system?
kparser 1.40  / win xp pro sp3

Please provide any additional information below.

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Configuration.ConfigurationErrorsException: Configuration system 
failed to initialize ---> 
System.Configuration.ConfigurationErrorsException: Unrecognized 
configuration section system.serviceModel. 
(c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\machine.config line 
134)
   at System.Configuration.ConfigurationSchemaErrors.ThrowIfErrors(Boolean 
ignoreLocal)
   at 
System.Configuration.BaseConfigurationRecord.ThrowIfParseErrors(Configurati
onSchemaErrors schemaErrors)
   at System.Configuration.BaseConfigurationRecord.ThrowIfInitErrors()
   at System.Configuration.ClientConfigurationSystem.EnsureInit(String 
configKey)
   --- End of inner exception stack trace ---
   at System.Configuration.ClientConfigurationSystem.EnsureInit(String 
configKey)
   at 
System.Configuration.ClientConfigurationSystem.PrepareClientConfigSystem(St
ring sectionName)
   at 
System.Configuration.ClientConfigurationSystem.System.Configuration.Interna
l.IInternalConfigSystem.RefreshConfig(String sectionName)
   at System.Configuration.ConfigurationManager.RefreshSection(String 
sectionName)
   at System.Configuration.ClientSettingsStore.ReadSettings(String 
sectionName, Boolean isUserScoped)
   at 
System.Configuration.LocalFileSettingsProvider.GetPropertyValues(SettingsCo
ntext context, SettingsPropertyCollection properties)
   at 
System.Configuration.SettingsBase.GetPropertiesFromProvider(SettingsProvide
r provider)
   at System.Configuration.SettingsBase.GetPropertyValueByName(String 
propertyName)
   at System.Configuration.SettingsBase.get_Item(String propertyName)
   at System.Configuration.ApplicationSettingsBase.GetPropertyValue(String 
propertyName)
   at System.Configuration.ApplicationSettingsBase.get_Item(String 
propertyName)
   at WaywardGamers.KParser.Properties.WindowSettings.get_UpgradeRequired()
   at WaywardGamers.KParser.ParserWindow.ParserWindow_Load(Object sender, 
EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& 
m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, 
IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
    CodeBase: 
file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
KParser
    Assembly Version: 1.4.0.0
    Win32 Version: 1.4.0.0
    CodeBase: 
file:///C:/Program%20Files/Wayward%20Gamers/KParser/KParser.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: 
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c56
1934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: 
file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/Syste
m.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: 
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a
3a/System.Drawing.dll
----------------------------------------
WaywardGamers.KParser.ParserCore
    Assembly Version: 1.4.0.0
    Win32 Version: 1.4.0.0
    CodeBase: 
file:///C:/Program%20Files/Wayward%20Gamers/KParser/WaywardGamers.KParser.P
arserCore.DLL
----------------------------------------
System.Core
    Assembly Version: 3.5.0.0
    Win32 Version: 3.5.30729.1 built by: SP
    CodeBase: 
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/
System.Core.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: 
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f
11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
    CodeBase: 
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/S
ystem.Xml.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

Original issue reported on code.google.com by edwarrui...@gmail.com on 22 Aug 2009 at 8:15

GoogleCodeExporter commented 8 years ago
This appears to be a problem with a broken installation of some .NET component. 
While I hesitate to call it a complete solution, Microsoft's help site suggests 
running:

In the meantime, you should be able repair your install by running:

"%windir%\Microsoft.NET\Framework\v3.0\Windows Communication
Foundation\ServiceModelReg.exe" /r /x

%windir%\Microsoft.NET\Framework\v3.5\WFServicesReg.exe /c

Original comment by Kinemati...@gmail.com on 24 Aug 2009 at 8:00

GoogleCodeExporter commented 8 years ago
Closing this bug.  Marking as Invalid since it appears to be an issue with 
user's
machine, not KParser.

Original comment by Kinemati...@gmail.com on 29 Oct 2009 at 5:20