Click here to Skip to main content
15,897,704 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Web Service - HttpContext.Current is null Pin
Not Active18-Oct-09 13:43
mentorNot Active18-Oct-09 13:43 
GeneralRe: Web Service - HttpContext.Current is null Pin
JimmyRopes18-Oct-09 13:49
professionalJimmyRopes18-Oct-09 13:49 
GeneralRe: Web Service - HttpContext.Current is null Pin
Not Active18-Oct-09 15:07
mentorNot Active18-Oct-09 15:07 
GeneralRe: Web Service - HttpContext.Current is null Pin
JimmyRopes18-Oct-09 15:19
professionalJimmyRopes18-Oct-09 15:19 
General[deleted] Re: Web Service - HttpContext.Current is null Pin
Not Active18-Oct-09 16:29
mentorNot Active18-Oct-09 16:29 
GeneralRe: Web Service - HttpContext.Current is null Pin
#realJSOP18-Oct-09 12:22
professional#realJSOP18-Oct-09 12:22 
GeneralRe: Web Service - HttpContext.Current is null Pin
JimmyRopes18-Oct-09 12:38
professionalJimmyRopes18-Oct-09 12:38 
AnswerRe: Web Service - HttpContext.Current is null Pin
JimmyRopes18-Oct-09 11:45
professionalJimmyRopes18-Oct-09 11:45 
Sorry I misunderstood your question before that you are calling a web service from a desktop application.

Probably a good approach to take is to debug the desktop application and view some of the structures in a watch window. It is a hit or miss process so try a few different structures.

Maybe start out by assigning some things found in System to various objects. Intellisense [sp?] will tell you the object type when you select it. Assign it to a suitable object and put a watch on it.

Set a breakpoint after the assignments and you will then be able to expand the object and see what it contains.

As I mentioned it is more an art than a science, but after doing a few your instincts will develop and you will zero in on the promising structures.

Once you find out where the address resides the next problem will be to get it from the web service. I don't know if this is possible.

This is an interesting problem because it crosses the bounds between client machine and Internet application. There are serious security concerns about accessing the clients machine from the Internet.

Let us know if you figure out a way to do this.


Simply Elegant Designs JimmyRopes Designs
Think inside the box! ProActive Secure Systems

I'm on-line therefore I am.
JimmyRopes



GeneralRe: Web Service - HttpContext.Current is null Pin
#realJSOP18-Oct-09 12:26
professional#realJSOP18-Oct-09 12:26 
GeneralRe: Web Service - HttpContext.Current is null Pin
JimmyRopes18-Oct-09 12:29
professionalJimmyRopes18-Oct-09 12:29 
GeneralRe: Web Service - HttpContext.Current is null Pin
#realJSOP18-Oct-09 23:10
professional#realJSOP18-Oct-09 23:10 
GeneralRe: Web Service - HttpContext.Current is null Pin
JimmyRopes19-Oct-09 0:07
professionalJimmyRopes19-Oct-09 0:07 
Questionadd event to image Pin
helelark12318-Oct-09 0:53
helelark12318-Oct-09 0:53 
AnswerRe: add event to image Pin
Abhijit Jana18-Oct-09 1:08
professionalAbhijit Jana18-Oct-09 1:08 
GeneralRe: add event to image Pin
helelark12318-Oct-09 1:16
helelark12318-Oct-09 1:16 
GeneralRe: add event to image Pin
Abhijit Jana18-Oct-09 1:20
professionalAbhijit Jana18-Oct-09 1:20 
GeneralRe: add event to image Pin
helelark12318-Oct-09 1:40
helelark12318-Oct-09 1:40 
GeneralRe: add event to image Pin
Abhijit Jana18-Oct-09 2:34
professionalAbhijit Jana18-Oct-09 2:34 
GeneralRe: add event to image Pin
helelark12318-Oct-09 3:03
helelark12318-Oct-09 3:03 
GeneralRe: add event to image Pin
yesu prakash18-Oct-09 18:17
yesu prakash18-Oct-09 18:17 
GeneralRe: add event to image Pin
helelark12318-Oct-09 20:06
helelark12318-Oct-09 20:06 
Questioncapture pre post back state Pin
JimmyRopes17-Oct-09 22:58
professionalJimmyRopes17-Oct-09 22:58 
AnswerRe: capture pre post back state Pin
Not Active18-Oct-09 3:19
mentorNot Active18-Oct-09 3:19 
GeneralRe: capture pre post back state Pin
JimmyRopes18-Oct-09 4:28
professionalJimmyRopes18-Oct-09 4:28 
GeneralRe: capture pre post back state Pin
Not Active18-Oct-09 6:09
mentorNot Active18-Oct-09 6:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.