イトノア
こんにちは、みんな、
私は Xamarin フォームでポータブル データ注釈を使用します。UWP プロジェクトをデプロイして実行すると、 PCL プロジェクトと UWP プロジェクトの両方にポータブル データ注釈を追加しているときにキャッチしますMissingManifestResourceException
(例外の詳細は以下に追加)。
Net46-Portable.DataAnnotations と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: