TargetInvocationException - Ссылка на объект не установлена ​​на экземпляр объекта.для Automapper - PullRequest
0 голосов
/ 07 июня 2018

Я часто вижу следующую ошибку в Windows Event Viewer - Журнал ошибок приложения.Это происходит в Amazon Windows Server.

Веб-приложение находится в ASP.net MVC 5. Я недавно обновил пакет NuGet для решения, просто чтобы устранить эту ошибку, но ошибка все еще существует.

Event code: 3005 
Event message: An unhandled exception has occurred. 
Event sequence: 22 
Event occurrence: 9 
Event detail code: 0 

Application information: 
    Trust level: Full 
    Application Virtual Path: / 
    Application Path: WebApPath 
    Machine name: EC2AMAZ-TUK4T6L 

Process information: 
    Process ID: 9628 
    Process name: w3wp.exe 
    Account name: IIS APPPOOL\ AppPoolName 

Exception information: 
    Exception type: TargetInvocationException 
    Exception message: Exception has been thrown by the target of an invocation.
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)

Object reference not set to an instance of an object.
   at AutoMapper.TypeMapFactory.<>c__DisplayClass3_0.<MapDestinationPropertyToSource>b__0(IMemberConfiguration _)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at AutoMapper.TypeMapFactory.CreateTypeMap(Type sourceType, Type destinationType, IProfileConfiguration options, MemberList memberList)
   at AutoMapper.ConfigurationStore.<>c__DisplayClass80_0.<CreateTypeMap>b__0(TypePair tp)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at AutoMapper.ConfigurationStore.CreateMap[TSource,TDestination](String profileName, MemberList memberList)
   at AP.Web.Services.Services.CustInfoService..ctor(ICustInfoRepository repository)

Thread information: 
    Thread ID: 22 
    Thread account name: IIS APPPOOL\ AppPoolName 
    Is impersonating: False 
    Stack trace:    at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)


Custom event details:

Не удалось определить причину возникновения этой ошибки.Ваша помощь будет принята с благодарностью.

Спасибо,

Радж.

...