Skip to content

Instantly share code, notes, and snippets.

@OmegaRogue
Created November 1, 2019 20:20
Show Gist options
  • Save OmegaRogue/5c0ea6e01d3991e46109528c704222b9 to your computer and use it in GitHub Desktop.
Save OmegaRogue/5c0ea6e01d3991e46109528c704222b9 to your computer and use it in GitHub Desktop.
System.Configuration.ConfigurationErrorsException: Error Initializing the configuration system. ---> System.ArgumentException: The 'ExeConfigFilename' argument cannot be null.
at System.Configuration.ExeConfigurationHost.CheckFileMap (System.Configuration.ConfigurationUserLevel level, System.Configuration.ExeConfigurationFileMap map) [0x0001b] in <6059efc7edf04e0e961e7c6d07f605e4>:0
at System.Configuration.ExeConfigurationHost.InitForConfiguration (System.String& locationSubPath, System.String& configPath, System.String& locationConfigPath, System.Configuration.Internal.IInternalConfigRoot root, System.Object[] hostInitConfigurationParams) [0x00030] in <6059efc7edf04e0e961e7c6d07f605e4>:0
at System.Configuration.InternalConfigurationSystem.InitForConfiguration (System.String& locationConfigPath, System.String& parentConfigPath, System.String& parentLocationConfigPath) [0x00000] in <6059efc7edf04e0e961e7c6d07f605e4>:0
at System.Configuration.Configuration..ctor (System.Configuration.InternalConfigurationSystem system, System.String locationSubPath) [0x0001f] in <6059efc7edf04e0e961e7c6d07f605e4>:0
at System.Configuration.InternalConfigurationFactory.Create (System.Type typeConfigHost, System.Object[] hostInitConfigurationParams) [0x0000d] in <6059efc7edf04e0e961e7c6d07f605e4>:0
at System.Configuration.ConfigurationManager.OpenExeConfigurationInternal (System.Configuration.ConfigurationUserLevel userLevel, System.Reflection.Assembly calling_assembly, System.String exePath) [0x000ef] in <6059efc7edf04e0e961e7c6d07f605e4>:0
at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0000e] in <6059efc7edf04e0e961e7c6d07f605e4>:0
--- End of inner exception stack trace ---
at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0002a] in <6059efc7edf04e0e961e7c6d07f605e4>:0
at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection (System.String configKey) [0x00000] in <6059efc7edf04e0e961e7c6d07f605e4>:0
at System.Configuration.ConfigurationManager.GetSection (System.String sectionName) [0x00005] in <6059efc7edf04e0e961e7c6d07f605e4>:0
at System.Configuration.PrivilegedConfigurationManager.GetSection (System.String sectionName) [0x00000] in <0d3e94ab2a1c4d2a8582ccee7031f5c6>:0
at System.Diagnostics.DiagnosticsConfiguration.GetConfigSection () [0x00000] in <0d3e94ab2a1c4d2a8582ccee7031f5c6>:0
at System.Diagnostics.DiagnosticsConfiguration.Initialize () [0x0002a] in <0d3e94ab2a1c4d2a8582ccee7031f5c6>:0
at System.Diagnostics.DiagnosticsConfiguration.get_IndentSize () [0x00000] in <0d3e94ab2a1c4d2a8582ccee7031f5c6>:0
at System.Diagnostics.TraceInternal.InitializeSettings () [0x0004e] in <0d3e94ab2a1c4d2a8582ccee7031f5c6>:0
at System.Diagnostics.TraceInternal.get_Listeners () [0x00000] in <0d3e94ab2a1c4d2a8582ccee7031f5c6>:0
at System.Diagnostics.Trace.get_Listeners () [0x00000] in <0d3e94ab2a1c4d2a8582ccee7031f5c6>:0
at BepInEx.Logging.TraceLogSource.CreateSource () [0x00011] in <07eb6d55391248bca2d70be861ef0c53>:0
at BepInEx.Preloader.Preloader.Run () [0x0001b] in <202ff50d8a7c4e5791dbcf37fa83e8f3>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment