Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# XPath expression help Pin
George L. Jackson11-Feb-06 15:52
George L. Jackson11-Feb-06 15:52 
GeneralRe: C# XPath expression help Pin
eggie511-Feb-06 16:10
eggie511-Feb-06 16:10 
GeneralRe: C# XPath expression help Pin
eggie511-Feb-06 17:46
eggie511-Feb-06 17:46 
Questiona problem with SQL stored procedure , LIKE and '%' Pin
shabonaa11-Feb-06 11:06
shabonaa11-Feb-06 11:06 
AnswerRe: a problem with SQL stored procedure , LIKE and '%' Pin
Colin Angus Mackay11-Feb-06 13:37
Colin Angus Mackay11-Feb-06 13:37 
QuestionDNS Resolve problem in .NET 2.0??? Pin
gman4411-Feb-06 9:36
gman4411-Feb-06 9:36 
AnswerRe: DNS Resolve problem in .NET 2.0??? Pin
spirit_of_pak12-Feb-06 17:36
spirit_of_pak12-Feb-06 17:36 
GeneralRe: DNS Resolve problem in .NET 2.0??? Pin
gman4413-Feb-06 3:16
gman4413-Feb-06 3:16 
No didn't work for me either.

Be sure your workstation is:
a. Windows XP Pro (sp 2)
b. VS2005 .NET
c. .NET 2.0

So far I'm using the GetHostByAddress method, although I recieve a 'yellow' warning during the compile, it does still compile and not halt in error like the Resolve method does now since .NET 2.0. The program will open and run as usual. However, I would like a flawless code like before the .Resolve obsolecsence.

string hostname = System.Net.Dns.GetHostByAddress(IPAddress.Parse(entry)).HostName;


QuestionConditional Property Setters (friends in C#) Pin
Marc Clifton11-Feb-06 8:00
mvaMarc Clifton11-Feb-06 8:00 
AnswerRe: Conditional Property Setters (friends in C#) Pin
Kevin McFarlane11-Feb-06 8:45
Kevin McFarlane11-Feb-06 8:45 
AnswerRe: Conditional Property Setters (friends in C#) Pin
StealthyMark14-Feb-06 6:12
StealthyMark14-Feb-06 6:12 
QuestionHow can i disable temporarily warnings/error from the code? Pin
e-laj11-Feb-06 7:41
e-laj11-Feb-06 7:41 
AnswerRe: How can i disable temporarily warnings/error from the code? Pin
Kevin McFarlane11-Feb-06 8:43
Kevin McFarlane11-Feb-06 8:43 
GeneralRe: How can i disable temporarily warnings/error from the code? Pin
e-laj11-Feb-06 12:02
e-laj11-Feb-06 12:02 
GeneralRe: How can i disable temporarily warnings/error from the code? Pin
Kevin McFarlane11-Feb-06 12:20
Kevin McFarlane11-Feb-06 12:20 
AnswerRe: How can i disable temporarily warnings/error from the code? Pin
Wayne Phipps11-Feb-06 8:43
Wayne Phipps11-Feb-06 8:43 
AnswerRe: How can i disable temporarily warnings/error from the code? Pin
Dave Kreskowiak11-Feb-06 8:51
mveDave Kreskowiak11-Feb-06 8:51 
GeneralRe: How can i disable temporarily warnings/error from the code? Pin
e-laj11-Feb-06 11:59
e-laj11-Feb-06 11:59 
Questionenumeration was modified operation may not execute Pin
spirit_of_pak11-Feb-06 6:23
spirit_of_pak11-Feb-06 6:23 
AnswerRe: enumeration was modified operation may not execute Pin
Ravi Bhavnani11-Feb-06 6:38
professionalRavi Bhavnani11-Feb-06 6:38 
AnswerRe: enumeration was modified operation may not execute Pin
perlmunger11-Feb-06 6:45
perlmunger11-Feb-06 6:45 
GeneralRe: enumeration was modified operation may not execute Pin
Dave Kreskowiak11-Feb-06 8:46
mveDave Kreskowiak11-Feb-06 8:46 
GeneralRe: enumeration was modified operation may not execute Pin
perlmunger11-Feb-06 11:10
perlmunger11-Feb-06 11:10 
AnswerRe: enumeration was modified operation may not execute Pin
malharone11-Feb-06 7:31
malharone11-Feb-06 7:31 
GeneralRe: enumeration was modified operation may not execute Pin
Colin Angus Mackay11-Feb-06 13:41
Colin Angus Mackay11-Feb-06 13:41 

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.