asp.net mvc3,LinqToTwitter [英] asp.net mvc3, LinqToTwitter

查看:105
本文介绍了asp.net mvc3,LinqToTwitter的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在同一台机器上有两个asp.net mvc3项目

我使用了相同的参考LinqToTwitter

在一个项目中,我可以这样写:auth.CompleteAuthorization(Request.Url);

但是另一个向我显示auth.CompleteAuthorization(Request * .Url *);中的错误;

请求不知道网址

谢谢

I have two asp.net mvc3 project on same machine

I used the same reference LinqToTwitter

in one project allows me to write: auth.CompleteAuthorization (Request.Url);

but the other shows me an error in auth.CompleteAuthorization (Request*.Url*);

request does not know the Url

Thanks

推荐答案

问题是我在控制器中使用了一个,而在简单类中使用了另一个
the problem is that I used one in the controller and the other in a simple class


这篇关于asp.net mvc3,LinqToTwitter的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆