Hi everyone,
I am trying to create a client/server interaction via Stream Socket connection and when I run and compile the server side code I have the following message:
An unhandled exception of type 'System.NullReferenceException' occurred in MyProject.exe
Additional information: Object reference not set to an instance of an object.
I have Attached the code down there.
Can anyone help me as I am a beginner with VB.NET
Many Thanks Peg.
View attachment Server.doc
I am trying to create a client/server interaction via Stream Socket connection and when I run and compile the server side code I have the following message:
An unhandled exception of type 'System.NullReferenceException' occurred in MyProject.exe
Additional information: Object reference not set to an instance of an object.
I have Attached the code down there.
Can anyone help me as I am a beginner with VB.NET
Many Thanks Peg.
View attachment Server.doc