Advertisement
Guest User

Untitled

a guest
May 3rd, 2010
507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. <Inner_Exception ExceptionType="System.IndexOutOfRangeException">
  2. <Message>Index was outside the bounds of the array.</Message>
  3. <Data>System.Collections.ListDictionaryInternal</Data>
  4. <TargetSite>Void Insert(TKey, TValue, Boolean)</TargetSite>
  5. <Source>mscorlib</Source>
  6. <Stack_Trace>at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
  7. at System.Collections.Generic.Dictionary`2.set_Item(TKey key, TValue value)
  8. at AutoMapper.Configuration.FindTypeMapFor(Object source, Type sourceType, Type destinationType)
  9. at AutoMapper.Configuration.FindTypeMap(Object source, Type sourceType, Type destinationType)
  10. at AutoMapper.Configuration.FindTypeMapFor(Object source, Type sourceType, Type destinationType)
  11. at AutoMapper.Mappers.TypeMapObjectMapperRegistry.PropertyMapMappingStrategy.MapPropertyValue(ResolutionContext context, IMappingEngineRunner mapper, Object mappedObject, PropertyMap propertyMap)
  12. at AutoMapper.Mappers.TypeMapObjectMapperRegistry.PropertyMapMappingStrategy.Map(ResolutionContext context, IMappingEngineRunner mapper)
  13. at AutoMapper.Mappers.TypeMapMapper.Map(ResolutionContext context, IMappingEngineRunner mapper)
  14. at AutoMapper.MappingEngine.AutoMapper.IMappingEngineRunner.Map(ResolutionContext context)
  15. </Stack_Trace>
  16. </Inner_Exception>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement