使用 PhoneNumbers.dll with C#、Visual Studio 2010 验证电话号码



我正在尝试使用电话号码验证电话号码.dll(文件版本8.9.0.0(用于带有C#的twillio SMS API(Visual Studio 2010(

应用程序中使用的代码行数:

private static PhoneNumberUtil phoneUtil = PhoneNumberUtil.GetInstance();
private static List<string> supportedRegions = phoneUtil.GetSupportedRegions().ToList<string>();

应用程序构建后,面临以下错误

类型"System.Object"在未 引用。您必须添加对程序集"netstandard"的引用, 版本=2.0.0.0,区域性=中性,公钥令牌=cc7b13ffcd2ddd51'。

在此处输入图像描述

如果 .Net 2015 中使用的相同 dll 不会产生错误,生成成功。请建议克服.net 2010中的系统.object错误

我不确定为什么 .net 标准不适合您

但是,如果您真的需要,则可以转到libphonenumber-csharp的早期版本

https://www.nuget.org/packages/libphonenumber-csharp/7.7.4

相关内容

  • 没有找到相关文章

最新更新