Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
Posted

1 solution

the problem is that I used one in the controller and the other in a simple class
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900