We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
slf4net: Error initializing LoggerFactory. Defaulting to no-operation (NOP) logger implementation.
Application information: Application domain: xxxx/kids/cms-2-xxxxx Application path: xxxx\Helix.CMS Machine name: xxxx
Exception information: Exception type: TypeLoadException Exception message: A null or zero length string does not represent a valid Type.
at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName) at System.Type.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) at slf4net.ActivatorUtils.Instantiate[T](String typeName) at slf4net.Resolvers.AppConfigFactoryResolver.CreateFactoryInstance(FactoryConfigurationElement factoryConfiguration) at slf4net.Resolvers.AppConfigFactoryResolver.LoadConfiguration() at slf4net.LoggerFactory.PerformInitialization()
The text was updated successfully, but these errors were encountered:
Can you provide a simple reproducer?
Sorry, something went wrong.
No branches or pull requests
slf4net: Error initializing LoggerFactory. Defaulting to no-operation (NOP) logger implementation.
Application information:
Application domain: xxxx/kids/cms-2-xxxxx
Application path: xxxx\Helix.CMS
Machine name: xxxx
Exception information:
Exception type: TypeLoadException
Exception message: A null or zero length string does not represent a valid Type.
at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName)
at System.Type.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase)
at slf4net.ActivatorUtils.Instantiate[T](String typeName)
at slf4net.Resolvers.AppConfigFactoryResolver.CreateFactoryInstance(FactoryConfigurationElement factoryConfiguration)
at slf4net.Resolvers.AppConfigFactoryResolver.LoadConfiguration()
at slf4net.LoggerFactory.PerformInitialization()
The text was updated successfully, but these errors were encountered: