【发布时间】:2026-02-21 13:10:02
【问题描述】:
这就是我所做的:
去了 https://www.twilio.com/docs/authy/tutorials/account-verification-csharp-mvc
下载代码并使用VS2017社区版构建代码。 我在 IdentityConfig.cs 中收到以下错误
Severity Code Description Project File Line Suppression State
Error CS0246 The type or namespace name 'TwilioRestClient' could not be found (are you missing a using directive or an assembly reference?) AccountVerification.Web C:\Users\admin\Downloads\account-verification-csharp-master\account-verification-csharp-master\AccountVerification.Web\App_Start\IdentityConfig.cs 21 Active
有什么问题?
我什么都没改变。刚刚下载并构建了代码。你们不应该给代码的工作副本吗?
【问题讨论】:
标签: c# asp.net-mvc twilio