Переносимые аннотации данных не работают в проекте UWP

ITNOA

Всем привет,

Я использую переносимые аннотации данных в формах Xamarin. Когда я развертываю проект UWP и запускаю его, я ловлю MissingManifestResourceException (подробности об исключениях добавлены ниже), в то время как я добавил переносимые аннотации данных в проектах PCL и UWP.

Я пробую https://www.nuget.org/packages/Net46-Portable.DataAnnotations/ и https://www.nuget.org/packages/Portable-Strong.DataAnnotations/, но снова не работает.

Где моя ошибка?

  • Мой проект UWP Целевая версия Windows 10 Anniversary Edition (10.0; сборка 14393)
  • Мой проект UWP Мин версия Windows 10 (10.0; сборка 10586)
  • Мой мобильный я тестирую это Windows Phone 10 Anniversary Edition.
  • Xamarin формы версия 2.3.4.171-pre1

Спасибо

System.Resources.MissingManifestResourceException occurred
  HResult=-2146233038
  Message=Unable to load resources for resource file "System.ComponentModel.DataAnnotations.Resources.DataAnnotationsResources" in package "ResaDoctorApp".
  Source=mscorlib
  StackTrace:
       at System.Resources.ResourceManager.GetString(String name, CultureInfo culture)
       at System.ComponentModel.DataAnnotations.Resources.DataAnnotationsResources.get_EmailAddressAttribute_Invalid()
       at System.ComponentModel.DataAnnotations.EmailAddressAttribute..ctor()
       at System.RuntimeTypeHandle.CreateCaInstance(RuntimeType type, IRuntimeMethodInfo ctor)
       at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeModule decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes, Boolean isDecoratedTargetSecurityTransparent)
       at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimePropertyInfo property, RuntimeType caType)
       at System.Reflection.RuntimePropertyInfo.GetCustomAttributes(Type attributeType, Boolean inherit)
       at System.Attribute.InternalGetCustomAttributes(PropertyInfo element, Type type, Boolean inherit)
       at System.Attribute.GetCustomAttributes(MemberInfo element, Boolean inherit)
       at System.Reflection.CustomAttributeExtensions.GetCustomAttributes(MemberInfo element, Boolean inherit)
       at AutoMapper.Configuration.MappingExpression`2.Configure(IProfileConfiguration profile, TypeMap typeMap)
       at AutoMapper.Profile.BuildTypeMap(TypeMapRegistry typeMapRegistry, ITypeMapConfiguration config)
       at AutoMapper.Profile.AutoMapper.IProfileConfiguration.Register(TypeMapRegistry typeMapRegistry)
       at AutoMapper.MapperConfiguration.Seal(IConfiguration configuration)
       at AutoMapper.MapperConfiguration..ctor(MapperConfigurationExpression configurationExpression, IEnumerable`1 mappers)
       at AutoMapper.Mapper.Initialize(Action`1 config)
       at DoctorApp.Models.Doctor.FillFromFather(DoctorPreview preview)
  InnerException: 

0 ответов

Другие вопросы по тегам