Click here to Skip to main content
15,893,588 members
Home / Discussions / C#
   

C#

 
GeneralRe: Help :) Pin
Heath Stewart21-Sep-04 11:36
protectorHeath Stewart21-Sep-04 11:36 
GeneralUsing the Command Prompt in C# Win App Pin
chubbysilk21-Sep-04 10:06
chubbysilk21-Sep-04 10:06 
GeneralRe: Using the Command Prompt in C# Win App Pin
Heath Stewart21-Sep-04 11:08
protectorHeath Stewart21-Sep-04 11:08 
GeneralSmart Device Application Pin
mathon21-Sep-04 9:53
mathon21-Sep-04 9:53 
GeneralRe: Smart Device Application Pin
Heath Stewart21-Sep-04 11:12
protectorHeath Stewart21-Sep-04 11:12 
GeneralRe: Smart Device Application Pin
Chris Quick21-Sep-04 12:17
Chris Quick21-Sep-04 12:17 
GeneralRe: Smart Device Application Pin
mathon21-Sep-04 13:53
mathon21-Sep-04 13:53 
GeneralRe: Smart Device Application Pin
Heath Stewart21-Sep-04 14:31
protectorHeath Stewart21-Sep-04 14:31 
Just because one smart device application is working doesn't mean another would. The difference is that your web service consumer requires a network connection. Another smart device application may not (like a calculator or game or something).

If you search on your local host, the web reference that gets created would reference "localhost", which is always 127.0.0.1, or the local machine. You need to address your machine with the web service using a remote IP or name that resolves to something other than 127.0.0.1 like "localhost" would.

To determine if your emulator is not connected correctly, start pIE (Pocket Internet Explorer) and see if you can browse to an external site (either on your intranet or the Internet - not just a page loaded from the device like the default home page). If you cannot resolve a remote host then post a question aobut configuring the emulator to the mobile forum I posted a link to before.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles]
GeneralRe: Smart Device Application Pin
mathon21-Sep-04 22:08
mathon21-Sep-04 22:08 
GeneralHelp on setting index of dropdownlist. Pin
macsgirl21-Sep-04 9:46
macsgirl21-Sep-04 9:46 
GeneralRe: Help on setting index of dropdownlist. Pin
Colin Angus Mackay21-Sep-04 12:00
Colin Angus Mackay21-Sep-04 12:00 
GeneralRe: Help on setting index of dropdownlist. Pin
macupryk21-Sep-04 12:32
macupryk21-Sep-04 12:32 
GeneralRe: Help on setting index of dropdownlist. Pin
Colin Angus Mackay21-Sep-04 12:47
Colin Angus Mackay21-Sep-04 12:47 
GeneralRe: Help on setting index of dropdownlist. Pin
macupryk21-Sep-04 13:00
macupryk21-Sep-04 13:00 
GeneralRe: Help on setting index of dropdownlist. Pin
Colin Angus Mackay21-Sep-04 13:12
Colin Angus Mackay21-Sep-04 13:12 
GeneralConfigurable font height/width Pin
Yaron K.21-Sep-04 7:44
Yaron K.21-Sep-04 7:44 
GeneralRe: Configurable font height/width Pin
Heath Stewart21-Sep-04 11:33
protectorHeath Stewart21-Sep-04 11:33 
GeneralRe: Configurable font height/width Pin
Yaron K.21-Sep-04 19:01
Yaron K.21-Sep-04 19:01 
GeneralRe: Configurable font height/width Pin
Yaron K.22-Sep-04 22:37
Yaron K.22-Sep-04 22:37 
Generalproblem with c# (help required) Pin
Anonymous21-Sep-04 7:30
Anonymous21-Sep-04 7:30 
GeneralRe: problem with c# (help required) Pin
tdciDoug21-Sep-04 10:39
tdciDoug21-Sep-04 10:39 
GeneralRe: problem with c# (help required) Pin
Christian Graus21-Sep-04 10:44
protectorChristian Graus21-Sep-04 10:44 
GeneralHelp with books Pin
krisst_k21-Sep-04 7:21
krisst_k21-Sep-04 7:21 
GeneralRe: Help with books Pin
Werdna22-Sep-04 6:18
Werdna22-Sep-04 6:18 
GeneralC# Downloader Pin
shiraztk21-Sep-04 7:11
shiraztk21-Sep-04 7:11 

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.