Communications :: Chat Program - Debug LAN Messenger - Computer Actively Refused The Connection On IP/Port" And Then Crashes

Jan 17, 2009

I have a simple chat program i have made, it works but with a few errors.

1st if it can't find the physical pc it is trying to connect to it crashes.

2nd if it finds the physical server but not the program (server) running it says "the computer actively refused the connection on IP/Port" and then crashes.

Code for connect button:

IP = txtboxip.Text
Port = txtboxport.Text

[CODE].....................

View 11 Replies


ADVERTISEMENT

Chat Program - Target Machine Actively Refused Connection

Jun 4, 2011

How to make a chat program. Well I just copied code in and the program worked. I can send a message to the server and it sends it back just fine. But I can only send a message once. If I try to send another message I get an error and it says this "A first chance exception of type 'System.Net.Sockets.SocketException' occurred in System.dll" then it "No connection could be made because the target machine actively refused it 127.0.0.1:500".
Here is the link to the tutorial and code: [URL]

View 1 Replies

No Connection Could Be Made Because Target Machine Actively Refused It

Aug 16, 2010

I'm in the process of upgrading my web pages from asp classic to asp.net.My previous code used CDO to send emails.[code]This code works fine but I'd like to send emails from my asp.net pages. When I send from the .net pages, I get the error message: "No connection could be made because the target machine actively refused it xx.xx.xxx.xxx:2 " [code]I'm rather new to .Net but I've searched for hours and can not come up with a reason why the old code works but the new doesn't.

View 1 Replies

No Connection Could Be Made Because The Target Machine Actively Refused It

Mar 24, 2010

I made 2 simple VB .Net applications.One is listening on a port and echoing received message to sender (server side), and the other sends messages to it (client side).When I run them both on my machine, everything goes fine.

The problem arised when I tried running each of them on different machines. The client throws an error : "No connection could be made because the target machine actively refused it"

[Code]...

View 3 Replies

No Connection Could Be Made Because The Target Machine Actively Refused It?

Mar 2, 2010

chat application i getting error: No connection could be made because the target machine actively refused it.?? my english wasn very good..Is there another way to connect from first app. to second app. ? Maybe using webservice like

View 4 Replies

VS 2010 No Connection / Target Machine Actively Refused

Nov 24, 2011

I get this error "No connection could be made because the target machine actively refused it 69.69.247.18:80." when executing this code. It is caught on the line indicated with..[code]

View 2 Replies

VS 2008 No Connection Could Be Made Because Target Machine Actively Refused It

Mar 25, 2009

I want to refactor my existing application to work with as a client/server app, and was looking at introductions to Remoting.I got a simple system up and running 2 days ago, and haven't touched it since until just now, but now I'm getting an error message when trying to instantiate a class from the remoted DLL : "No connection could be made because the target machine actively refused it".The server and client are both actually running on the same machine for simplicity at the moment. I have three "applications" involved - a class library containing the server functionality, a listener application sitting with the server, and then a client applicaition.Most of the articles I can find online referring to this error seem to apply primarily to asp.net but I'm just using traditional vb.net (2008)I initially suspected the cause may be firewall related (as when I first got it running I was prompted to allow access) but I've turned off my McAfee firewall and also my Windows firewall with no joy, and besides - the error message seems to imply that communication with the server has been established but that it doesn't want to play ball.

View 2 Replies

VS 2008 No Connection Could Be Made Because The Target Machine Actively Refused It

Dec 8, 2010

94.69.250.128:8888 ( My external IP:Port that I've configures the task ) I'm kinda stuck in it, whilst my Chat application is ready, it seems it can't connect to the Internet now. The error is happening on the line :

[Code]...

View 4 Replies

Winsock 2005 - Target Machine Actively Refused Connection

Jun 22, 2009

I am trying to make a client server form application using VB2005. I am using VS2005 Professional for development.

The problem is as follows:
When more than one client tries to connect to the server. The connection is refused and the Client gets an exception in Connect() method - Target machine actively refused the connection.

This problem occurs only when 2 or more clients try to simultaneously connect to the server. For a single client accessing at a time the problem does not occur. The code segment is as given below:

-----------1 Module
Imports System.Net.Sockets
Imports System.Net
Public Class FrmMdiParent
Dim WithEvents wsServer As New Winsock2005DLL.Winsock
Private Sub FrmMdiParent_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
[Code] .....

The above exception is thrown when more than 1 clients try to access the server simultaneously.

View 1 Replies

Error Message : :No Connection Could Be Made Because The Target Machine Actively Refused ?

Jul 14, 2009

[ERROR]
System.Net.Sockets.SocketException:No connection could be made because the target machine actively refused it 192.168.0.59:500 at system.Net.Sockets.TCPClient.Connect(String hostname, Int32 port) at WinClient.Form1.btnSignIn_Click(Object sender, EventArgs e)
[/ERROR]

Though I dont believe the issue is with the code here it is:[code]......

View 3 Replies

While Loop - When Running The Debug The Program Crashes

Mar 15, 2012

I've been having a bit of a problem using the while function.

Here is my code (Simplified):
Dim RandomNumber3 As Random
Dim RandomOutput3 As Integer

[CODE]..............

When running the debug, the program crashes, and when I step into the program, I find that this While statement becomes an infinite loop. This is a program that uses random number generators to assign a value to something, and this while statement is necessary so that there is never two of the same values showing (RandomOutput, RandomOutput2 & RandomOutput) Have to be different to one another.

View 2 Replies

Making A Messenger - Program A Slight Delay In The Computer's Answer?

Jan 15, 2010

I'm working on a project where I make a automatic messenger from VBnet. I want to program a simple one that responds to certain words or phrases. However, I only know the rough basics of If...Then commands. I have a lot of problems:

1. How do I make it so the messages typed in the box actually goes up into the script box when I press send?

2. How do I program a slight delay in the computer's answer?

3. How do I set a name to the computer and to me?

4. How do I make the script goes into scrolling when it runs out of space.

5. If possible, when I type an equation in the box, can I program the computer to solve it and display the answer? I'm a beginner so I don't really know the overall organization of this project. However, I would like it to remain as simple as possible.

View 4 Replies

Communications :: Serial Port - Run Program, "Access To The Port 'COM1' Is Denied"?

Oct 15, 2008

Im having problem with the Serial Port. When i run my program, "Access to the port 'COM1' is denied". What does that mean? Im not sure whats happening because theres no error in my code. Someone suggest me to use 'COM2'. Which is also the same result. I have a microcontroller, programmed and run it. And i need to capture the data onto my vb, which is on a multiline textbox. How to i do that?Just to double check my code?

[code]...

View 1 Replies

Chat In Program Using Lan Connection?

Mar 18, 2009

Chat in vb.net using lan connection

View 2 Replies

Make App To Log Into A Chat Messenger's TCP Server?

Aug 22, 2009

Im am completely bored and wanted to make my own version of the palringo chat messenger (just to log into the palringo servers tho) and i have what i believe EVERY bit of the server info i need. [code]...

View 7 Replies

Make A LAN Messenger Via IPv4 To Chat With Computers Between In A Workgroup?

Oct 3, 2011

How can I make a LAN Messenger via IPv4 to chat with computers between in a Workgroup?

View 4 Replies

Whiteboard/Chat App - Make A Desktop App That Will Be Similar To The Doodle Function In Yahoo Messenger?

Jul 28, 2009

Im looking to make a desktop app that will be similar to the doodle function in yahoo messenger but with a loaded background image to draw on. I was thinking of using a P2P/IP chat on the side.Im just starting with vb most of my coding has come from actionscript

View 3 Replies

No Connection Could Be Made Because The Target Machine Actively Refuse It?

Mar 5, 2012

I have my tcplistener on port 5000, 127.0.0.1 as the ip and when i connect using my internal ip, 192.168.1.141 it "refuses the connection", same with the external but if i connect using 127.0.0.1 it works. how do i fix this?

View 18 Replies

Vb2010 - When Debug The Program Error Says ExecuteReader Requires An Open And Available Connection

Aug 2, 2011

I have o problem on my codes sqldr = sqlcmd.ExecuteReader when i debug the program error says ExecuteReader requires an open and available Connection. The connection's current state is closed. i dont know what its means that error..

View 1 Replies

Communications :: .net MSComm Port USB 4 Port Relay?

Oct 20, 2011

I am trying to get my 4 port USB relay board to work in VB.net using the COM PORT. I found some code from a poster who has the 16 port USB relay version. When trying his code i can only get it to turn on relays 1-3 all at the same time. The product can be found here: USB 4 port relay

"01+//" - Relay 1 is switched ON
"01-//" - Relay 1 is switched OFF
"02+//" - Relay 2 is switched ON
"02-//" - Relay 2 is switched OFF

[code].....

So i am confused as to how to separate each relay out with that code above and just be able to turn on any number 1-4 relay on or off independently from each other!

View 1 Replies

Process Of Designing A Computer Control Program To Control A HF Communications Receiver?

Jul 11, 2008

I am in the process of designing a computer control program to control a HF communications receiver (radio), and have found a problem with the Serial port. I am using VB Express Edition 2008. This module of the program is supposed to take an input string from another part of the program, format it, break it into 4 bytes, and send it to the radio in hex form via COM port 1. The problem comes in when you try to enter a frequency with an 8 or a 9 in it. The 8 or 9 is usually replaced by 45, ex.-input 9900, receiver tune 4545. The exact same thing happens with 8's, input 8800 and receiver tune 4545. All other numbers other than 8 or 9 work fine. The strange part of it is that sometimes the 8's and 9's work, and work correctly. For instance, 900, 1900, 2900, 3900, 4900, 5900, 6900, and 7900 all work correctly. This led me to believe that is may only be when the 8 or 9 is in the first position, but that is not the case, it also shows up in other positions as well. All other frequencies that do not have 8 or 9 in them also work. I ran into this same problem with VB Express 2005, and worked on it for weeks before giving up and going back to VB6.0. This same module (with exception of the port open command) runs flawlessly under VB6. I have even tried importing the MSCOMM control from VB6, but it gives the same results. In de-bugging mode, all of the inputs, decimal and hex seem to be correct, so the problem must come in after you click the command button, but before it leaves the COM port.

[Code]...

View 19 Replies

Communications :: Server / Client Chat?

Aug 18, 2010

I have been searching far and wide for knowledge regarding how to make a server program with a client program.Think like Msn ( Messenger ) You have the client and you send a message which is then send through the client to the server, and then to some other client (a friend might be ).I want to make a semilar program where ill make the server and the client myself, i just need a hint or two to get started.

View 1 Replies

Detect The Address And Port Number Of The Parallel Port In Computer?

Jun 9, 2010

I would like to detect the Address and Port number of the Parallel Port in computer.

View 4 Replies

VB - Desktop Computer With Cable Connection On Back Allows To Watch TV On Computer Using Windows Media Center

Jun 12, 2010

I have a desktop computer with a cable connection on the back that allows me to watch TV on the computer using Windows Media Center. I had the idea of writing a program that would access this feed and send it to another computer (laptop) via my network. That way I would be able to watch TV from anywhere that my network spans. I have no idea if this is possible or how I would even do it,

So I have three questions.
1: Is it possible?
2: How would I go about access the feed?
3: How would I send it over the network?

My original thought was doing it in Flash, but I'm not very good at Flash so I wanted to do it in VB.Net.

View 2 Replies

Communications :: Like A Serial Port

Mar 8, 2010

For many years, I have sent data between 2 computers using serial ports."Here is the data", "Thank you for that data!" type stuff.Where do I get more information for doing the same thing with 2 computers that are networked together? Assume a local ethernet connection.I have experimented with serial-ethernet modems and that works well but I don't want any more hardware.Is there a good thread here I should read?I want 2 VB programs running and I want to exchange data periodically.

View 2 Replies

Communications :: Printing Through Com Port?

Feb 26, 2009

i am working with a printer connected to port1 this is not like regular printer.it is like a current bill generator printer.when we type data directly it has to print on paper

Mscomm1.Output = txtMessage.Text & vbCr

the code is working the problem is iam not able to set the fonts?

View 1 Replies

Communications :: Listening To The Serial Port?

Sep 21, 2011

I am trying to listen to the COM3 port and display the output in the TextBox. If I understood correctly I will have to implement this by using eventhandlers, delegates. I tried following these articles:

[URL]

And this is the code I came up with... Unfortunately it doesn't display anything. App just starts display "True" and no data is being displayed. I am monitoring Arduino platform which I know is sending data constantly.

Code:
Imports System.IO.Ports
Imports System.Text
Public Class ArduinoSerial

[code].....

I am really new into the vb.net. I am sure there are some horrible mistakes with this code but I am kind of stuck for the past 2 days on this one.

View 5 Replies

Communications :: Reading From Serial Port?

Dec 16, 2008

i am using serial communication to read from a plc.The plc will send a string :&H3A as a header byte then C(which is a variable that contains data)I want to read and mask out the header byte.I use the following code but cannot read anything.

Private Sub btnread_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnread.Click
Msg = SerialPort1.ReadExisting
count = Val(Mid(Msg, 1, 2))
Lblno.Text = count

[Code]...

View 1 Replies

Communications :: Disable Encoding For Serial Port?

Apr 1, 2009

I am trying to transmit the integer value 360 to serial port. but at micro controller i am getting the 3 bytes (33 36 30) its ASCII Values.So is there any way to transmit the 360's hex value 168 using two bytes only like 01 68 only?

View 2 Replies

Communications :: Long Delay While Closing Port?

Nov 7, 2008

I have noticed that I am getting a long delay while waiting for the serial ports to close.

Heres my code.
Code:
Using comI As IO.Ports.SerialPort = My.Computer.Ports.OpenSerialPort(strPort(0))

[code].....

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved