bugs >> BASESTATION MN-500 ON XP

by Q0ZSQU5LQzI » Thu, 13 Mar 2008 02:16:03 GMT

HY DO I GET THIS MESAGE AND THAT SITE IS UNAVAIBLE?????????

i CALLED @ GOT ON INTERNET BUT YOU HAVE NO REFRENCE TO NETWORKING WITH A
BASESTATION. i WAS TOLD TO GO TO SOME USERS SITE.

THAT TOOK HER 25 MINUTES GETTING ON TO AND THIS CERTAINLY DOESN'T HELP ME
ONE BIT. I HAD NO PROBLEM WITH 98 NETWORKING, NOW.

I CAN'T EVEN RELOAD MY ORIG CD WITHOUT THIS ERROR AND ONE MORE WHICH IS
MSBN.MRI FILE NOT FOUND. WHERE IS IT CAN'T I DOWNLOAD IT????????????



Microsoft Broadband Networking
Microsoft Broadband Networking

--------------------------------------------------------------------------------

Issue Description:

Microsoft Broadband Networking has a known compatibility issue with this
version of Windows. For an update that is compatible with this version of
Windows, contact Microsoft Broadband Networking.

Contact Information:

Microsoft Web site: http://www.microsoft.com/hardware/broadbandnetworking
Telephone: (425) 635-7172 (U.S.) or (905) 568-3503 (Canada)


--------------------------------------------------------------------------------
Note:This information is subject to change.
2004 Microsoft Corporation. All rights reserved. Terms of use.


bugs >> BASESTATION MN-500 ON XP

by Ken Halter » Thu, 13 Mar 2008 03:13:46 GMT






fwiw, this is a far cry from being a VB bug.... and that file would be
MSBN.MSI, not MRI

You say you didn't have problems with Win98 networking, but didn't say what
you're currently running.

Use Google to search for the make and model of your network card/base
station. I can't remember requiring a driver for my base station at home...
what would the driver do? It's not like the base station is running from the
PC. It's a stand-alone unit connected directly to the internet... It's also
a Microsoft unit, can't recall which one... still can't think of any reason
to load software for it, though... but I'm running XP/SP2 and XP Media
Edition (or whatever), so they probably already had the required drivers.

But, if there are any problems with your network card/router/whatever,
you'll want another group. This group is to support people finding bugs in
pre-dotNet versions of VB

--
Ken Halter - MS-MVP-VB - Please keep all discussions in the groups..
In Loving Memory - http://www.vbsight.com/Remembrance.htm





bugs >> BASESTATION MN-500 ON XP

by Ken Halter » Thu, 13 Mar 2008 03:14:25 GMT





Hah... just noticed... "ON XP"... well, still. Not a VB bug.

--
Ken Halter - MS-MVP-VB - Please keep all discussions in the groups..
In Loving Memory - http://www.vbsight.com/Remembrance.htm




Similar Threads

1. Click Once - Error ('500 Illegal PORT command' and '500 LPRT not understood')

I tried using Click Once deployment to my web site and get the following 
error:

Unable to add 'shs.application' to the Web.

500 Illegal PORT command
500 LPRT not understood

Is this because my web hosting company's server does not support Frontpage 
extensions?

Can you only use click once with IIS based web servers?


-- 
Siv
Martley, Near Worcester, United Kingdom. 


2. ADO VBScript runtime error number 500,Variable is undefined

3. 500 error on VB WebService and Axis 1.1

Hi!
I am deploying a VB WebService in turn running a FoxPro DLL. On the other
side, a Java App using Axis 1.1 requests information.
Once or twice a week the service stops responding. Restarting the IIS
doesn't help, the whole box needs to be restarted. I found nothing in the
event log. The only clues I have are from the web server log. There is
nothing out of the ordinary. c-ip and s-ip are always the same, the request
always goes to the same asmx. The only difference is the return code (and
the bytes transmitted).
I'm not dot net crack, adding event log capabilites or something along those
lines are an absolute very, very last resort. Is there a way to get an error
log similar to an apache or tomcat?
Funny thing is, the Java people tell me they connect via SOAP, the web log
tells me the connections use POST. Is that normal?
Thanks in advance!
Matt


4. Internal Server Error 500 vb.net - Asp.Net

5. HTTP:500 Internal Server Error

 
Hi All
I am working on a project in which i have to upload files to an remote
server via HTTPS.
For that i have written the following lines of code,but when i execute it I
am getting an
HTTP:500 Internal Server Error.Please let me know where went wrong in it.

1.The client has given the credentials(username & password) using those i
got conneted
    to the server successfully,but when i run the below code to upload files
it is giving me the

                                   HTTP:500 Internal Server Error.
Thanks in advance

Regards
 XXXX@XXXXX.COM 

The code is

Try
              Dim postdata As String

              Dim encoding As New ASCIIEncoding

              Dim myWebRequest As HttpWebRequest =
WebRequest.Create(HTTPS_URL)

              myWebRequest.Method = "POST"

              myHttpWebRequest.ContentType =
"application/x-www-form-urlencoded"

              postdata = "file" + Microsoft.VisualBasic.ChrW(61) +
"C:\Documents and Settings\vighneswar\My Documents\My Pictures\vighnesh.jpg"

              Dim byte1 As Byte() = encoding.GetBytes(postdata)

              myWebRequest.ContentLength = postdata.Length

              Dim newStream As Stream = myWebRequest.GetRequestStream()

              newStream.Write(byte1, 0, byte1.Length)

              newStream.Close()

              Dim myWebResponse As WebResponse = myWebRequest.GetResponse()

              Dim Rsr As New StreamReader(myResponse.GetResponseStream(),
System.Text.Encoding.Default)

              Dim SResponse As String

              SResponse = Rsr.ReadToEnd()

              MsgBox(SResponse)

Catch ex As WebException

              If ex.Status = WebExceptionStatus.ProtocolError Then

              Dim myWebResponse As HttpWebResponse = ex.Response

              MsgBox(mywebresponse.StatusDescription)

End Try












6. Internal Server Error 500 - VB.Net

7. More than 500 free webhostings

Hi Friends

In this world everyone is searching for free webhostings for their
websites

So only i found this website after some struggle it's a free
webhosting directory

www.webhostingsfree.com

Having more than 500 free web hosting websites and  free file
hostings ,image hostings etc....

8. 500 Internal Server Error - VB.Net