错误 1 命名空间“Microsoft”中不存在类型或命名空间名称“AspNet”(是否缺少程序集引用?) C:\Users\Cas
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Web;usingMic...
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using Microsoft.AspNet.Membership.OpenAuth;
namespace 快餐店网上订餐系统
{
public static class AuthConfig
{
public static void RegisterOpenAuth()
{
// 请参见 http://go.microsoft.com/fwlink/?LinkId=252803,以详细了解如何将此 ASP.NET
// 应用程序设置为支持通过外部服务登录。
//OpenAuth.AuthenticationClients.AddTwitter(
// consumerKey: "你的 Twitter 使用者密钥",
// consumerSecret: "你的 Twitter 使用者密码");
//OpenAuth.AuthenticationClients.AddFacebook(
// appId: "你的 Facebook 应用程序 ID",
// appSecret: "你的 Facebook 应用程序密码");
//OpenAuth.AuthenticationClients.AddMicrosoft(
// clientId: "你的 Microsoft 帐户客户端 ID",
// clientSecret: "你的 Microsoft 帐户客户端密码");
//OpenAuth.AuthenticationClients.AddGoogle();
}
}
}
这个是全部程序 老提示我using Microsoft.AspNet.Membership.OpenAuth; 的AspNet语句错误 要怎么办? 展开
using System.Collections.Generic;
using System.Linq;
using System.Web;
using Microsoft.AspNet.Membership.OpenAuth;
namespace 快餐店网上订餐系统
{
public static class AuthConfig
{
public static void RegisterOpenAuth()
{
// 请参见 http://go.microsoft.com/fwlink/?LinkId=252803,以详细了解如何将此 ASP.NET
// 应用程序设置为支持通过外部服务登录。
//OpenAuth.AuthenticationClients.AddTwitter(
// consumerKey: "你的 Twitter 使用者密钥",
// consumerSecret: "你的 Twitter 使用者密码");
//OpenAuth.AuthenticationClients.AddFacebook(
// appId: "你的 Facebook 应用程序 ID",
// appSecret: "你的 Facebook 应用程序密码");
//OpenAuth.AuthenticationClients.AddMicrosoft(
// clientId: "你的 Microsoft 帐户客户端 ID",
// clientSecret: "你的 Microsoft 帐户客户端密码");
//OpenAuth.AuthenticationClients.AddGoogle();
}
}
}
这个是全部程序 老提示我using Microsoft.AspNet.Membership.OpenAuth; 的AspNet语句错误 要怎么办? 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询