> Hi!
>
[quoted text clipped - 35 lines]
>
> Inochkin Alexander.
Hi Alexander,
CallContext is a specialized collection object like a namevaluecollection.
The name is set with SetData Method and we need to use the special name
string when call GetData Method. I haven't read the source code of
system.web.httpcontext, but I think the name may not be "HttpContext" as
sepcified in your code, so that you failed to retireve the object.
Luke
Microsoft Online Support

Signature
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
Alexander Inochkin - 21 Nov 2003 08:20 GMT
Thanks for help.
Its true... The name is "HtCt" in v1.1.4322 and was "HttpContext" in
v1.0.3705. So the name was changed. And when I opened the System.Web.dll I
opened the defferent version I used....
Thanks very much...
> Hi Alexander,
>
[quoted text clipped - 10 lines]
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)