Re: How to write a VB prog to convert decimal to binary?? Please help.
- From: "Jay B. Harlow [MVP - Outlook]" <Jay_Harlow_MVP@xxxxxxxxxxxxx>
- Date: Thu, 3 Nov 2005 19:34:45 -0600
James,
You need .NET 1.1 or higher for IP6 support.
Interesting VB 2003 (.NET 1.1) throws an exception on the IP6 address,
although I took the sample from from .NET 1.1's MSDN page...
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemNetIPAddressClassParseTopic.asp
The IP6 address I gave works in VB 2005 (.NET 2.0).
--
Hope this helps
Jay [MVP - Outlook]
..NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley - http://www.tsbradley.net
"james" <jjames700ReMoVeMe at earthlink dot net> wrote in message
news:emboKJM4FHA.400@xxxxxxxxxxxxxxxxxxxxxxx
| That (adding reference to System.dll) and changing : address =
IPAddress.Parse("192.168.2.10")
| to: address = address.Parse("192.168.2.10")
| fixed the problem. the second IP6 address throws an error. But,
commenting it out gets rid of it.
| Anyway, I didn't mean to hijack this part of the thread, but, I found the
idea interesting and wanted to
| be sure I understood it correctly.
| As always Jay, you really do know your stuff!!!
| james
|
|
<<snip>>
.
- Follow-Ups:
- References:
- Prev by Date: Re: Thread management
- Next by Date: thread pool services
- Previous by thread: Re: How to write a VB prog to convert decimal to binary?? Please help.
- Next by thread: Re: How to write a VB prog to convert decimal to binary?? Please help.
- Index(es):
Relevant Pages
|