Skip to content

Instantly share code, notes, and snippets.

View normanhh3's full-sized avatar

Norman Harebottle III normanhh3

View GitHub Profile
@normanhh3
normanhh3 / 00. tutorial.md
Created May 17, 2018 13:09 — forked from maxivak/00. tutorial.md
Importing/Indexing database (MySQL or SQL Server) in Solr using Data Import Handler
@normanhh3
normanhh3 / ChocolateyInstallFailure.txt
Created July 25, 2016 20:25
Chocolatey Install Failure with NuGet XSD processing Error
C:\Windows\system32>choco install git -debug -verbose
VERBOSE: Loading module from path
'C:\Chocolatey\chocolateyinstall\helpers\chocolateyInstaller.psm1'.
VERBOSE: Importing function 'Get-BinRoot'.
VERBOSE: Importing function 'Get-ChocolateyUnzip'.
VERBOSE: Importing function 'Get-ChocolateyWebFile'.
VERBOSE: Importing function 'Get-ProcessorBits'.
VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.
VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'.
VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'.
[NullReferenceException: Object reference not set to an instance of an object.]
Microsoft.Practices.Unity.UnityContainer..ctor(UnityContainer parent) +32
Microsoft.Practices.Unity.UnityContainer.CreateChildContainer() +38
Unity.Mvc3.UnityDependencyResolver.get_ChildContainer() +276
Unity.Mvc3.UnityDependencyResolver.GetService(Type serviceType) +59
System.Web.Mvc.DefaultControllerActivator.Create(RequestContext requestContext, Type controllerType) +67
[InvalidOperationException: An error occurred when trying to create a controller of type '[MyCoolApp.ControllerClass]'. Make sure that the controller has a parameterless public constructor.]
System.Web.Mvc.DefaultControllerActivator.Create(RequestContext requestContext, Type controllerType) +247
System.Web.Mvc.DefaultControllerFactory.CreateController(RequestContext requestContext, String controllerName) +85