Raba - Defend your code RSS 2.0
# Monday, November 12, 2007

I found out that while using the VS2008 I can't access the Page method ProcessRequest.

Watch This image...

Isn't it strange? {while building -> it will succeed}.
I might admit that it took me some time (at home) to figure it out, after all at work I remember that it has the auto complete (I think that it work there because of the ReSharper).

So I made my "Go To Definition" operation and found this out:
// Summary:
// Sets the intrinsics of the System.Web.UI.Page, such as the System.Web.UI.Page.Context,
// System.Web.UI.Page.Request, System.Web.UI.Page.Response, and System.Web.UI.Page.Application
// properties.
//
// Parameters:
// context:
// An System.Web.HttpContext object that provides references to the intrinsic
// server objects (for example, System.Web.HttpContext.Request, System.Web.HttpContext.Response,
// and System.Web.HttpContext.Session) used to service HTTP requests.
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual void ProcessRequest(HttpContext context);

Enjoy.

Monday, November 12, 2007 9:51:13 PM (GMT Standard Time, UTC+00:00)  #    Comments [0] - Trackback
.Net 2.0

Archive
<November 2007>
SunMonTueWedThuFriSat
28293031123
45678910
11121314151617
18192021222324
2526272829301
2345678
Disclaimer

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

© Copyright 2012
Shani Raba
Sign In
Statistics
Total Posts: 145
This Year: 0
This Month: 0
This Week: 0
Comments: 97
Cool Stuff
Add to Technorati Favorites
Themes
Pick a theme:
All Content © 2012, Shani Raba
DasBlog theme 'Business' created by Christoph De Baene (delarou)