SaDiablo / GenshinCompanion

App designed to help you keep track of how things progress in your Genshin Impact adventure
MIT License
2 stars 0 forks source link

Fix System.NullReferenceException: Object reference not set to an instance of an object. in ContainerResolutionException.GetErrorMessage (Type type, String name) #13

Closed SaDiablo closed 3 years ago

SaDiablo commented 3 years ago

Version 1.1.1(1.1.1.0)

Stacktrace

Prism.Ioc.ContainerResolutionException.GetErrorMessage(Type type, String name);Prism.Ioc

Prism.Ioc.ContainerResolutionException..ctor(Type serviceType, String serviceName, Exception innerException);Prism.Ioc.ContainerResolutionException

Prism.Ioc.ContainerResolutionException..ctor(Type serviceType, Exception innerException);Prism.Ioc.ContainerResolutionException

Prism.Unity.UnityContainerExtension.Resolve(Type type, ValueTuple`2[] parameters);Prism.Unity

Prism.Unity.UnityContainerExtension.Resolve(Type type);Prism.Unity

Prism.Regions.RegionViewRegistry.CreateInstance(Type type);Prism.Regions

Prism.Regions.RegionViewRegistry.<>c__DisplayClass8_0.b__0();Prism.Regions.RegionViewRegistry

Prism.Regions.Behaviors.AutoPopulateRegionBehavior.OnViewRegistered(Object sender, ViewRegisteredEventArgs e);Prism.Regions.Behaviors

Reason

System.NullReferenceException: Object reference not set to an instance of an object.

Link to App Center