Click here to Skip to main content
15,903,362 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionProcess creation error in Win 7 Pin
Gagan.2015-Aug-11 0:58
Gagan.2015-Aug-11 0:58 
AnswerRe: Process creation error in Win 7 Pin
Luc Pattyn15-Aug-11 1:51
sitebuilderLuc Pattyn15-Aug-11 1:51 
GeneralRe: Process creation error in Win 7 Pin
Gagan.2015-Aug-11 2:22
Gagan.2015-Aug-11 2:22 
AnswerRe: Process creation error in Win 7 [typo fixed] Pin
Luc Pattyn15-Aug-11 2:42
sitebuilderLuc Pattyn15-Aug-11 2:42 
GeneralRe: Process creation error in Win 7 Pin
Gagan.2015-Aug-11 2:58
Gagan.2015-Aug-11 2:58 
GeneralRe: Process creation error in Win 7 Pin
DaveAuld15-Aug-11 3:17
professionalDaveAuld15-Aug-11 3:17 
AnswerRe: Process creation error in Win 7 Pin
Luc Pattyn15-Aug-11 3:52
sitebuilderLuc Pattyn15-Aug-11 3:52 
QuestionTCPclient/TCPlistener connects but can't send/receive data? Please help. Pin
LCARS x3211-Aug-11 4:26
LCARS x3211-Aug-11 4:26 
Hey everyone,

I'm working on a project that includes product activation. We are using a TCPclient on the client application to connect to a TCPlistener on the server. 99% of the time, everything goes fine. But we have had a few clients complain that they are unable to activate. I was able to set up a debug server and have the client try activating against that. I watched the incoming connection and the issue seems to be that the client is able to connect and send data (verified by the clients log file), but the server never receives it. The stream.readbyte() function hangs until it times out.

Here's some info on the configuration:

There are two servers, a main and a backup. Both are up and communicating with most users. They listen on ports 80 and 63016. If the connection fails on port 80, it tries 63016. If the main server cannot be connected to, it tries the backup server with the same ports.

My best guess is because it's communicating on port 80 (the http protocol's port), some firewall or security program is blocking the packets because they aren't standard http traffic. It may look like malware trying to "phone home". Which would explain why the connection goes through but the data does not. The client never tries the other port because it successfully connected (I'm in the process of changing this behavior now.)

Please, if you have any ideas or things I can try, I'd be greatly appreciative. I'm at the end of my rope here.
AnswerRe: TCPclient/TCPlistener connects but can't send/receive data? Please help. Pin
MikeD 216-Aug-11 2:37
MikeD 216-Aug-11 2:37 
QuestionError while retrieving records between two dates Pin
Gagan.2011-Aug-11 3:20
Gagan.2011-Aug-11 3:20 
AnswerRe: Error while retrieving records between two dates Pin
Dave Kreskowiak11-Aug-11 3:33
mveDave Kreskowiak11-Aug-11 3:33 
GeneralRe: Error while retrieving records between two dates Pin
Gagan.2011-Aug-11 3:50
Gagan.2011-Aug-11 3:50 
GeneralRe: Error while retrieving records between two dates Pin
Dave Kreskowiak11-Aug-11 5:21
mveDave Kreskowiak11-Aug-11 5:21 
GeneralRe: Error while retrieving records between two dates Pin
Gagan.2011-Aug-11 21:25
Gagan.2011-Aug-11 21:25 
GeneralRe: Error while retrieving records between two dates Pin
Dave Kreskowiak12-Aug-11 1:57
mveDave Kreskowiak12-Aug-11 1:57 
GeneralRe: Error while retrieving records between two dates Pin
Dave Kreskowiak19-Aug-11 4:20
mveDave Kreskowiak19-Aug-11 4:20 
AnswerRe: Error while retrieving records between two dates Pin
Member 815382311-Aug-11 3:42
Member 815382311-Aug-11 3:42 
AnswerRe: Error while retrieving records between two dates Pin
Wayne Gaylard11-Aug-11 21:14
professionalWayne Gaylard11-Aug-11 21:14 
GeneralRe: Error while retrieving records between two dates Pin
Gagan.2011-Aug-11 21:26
Gagan.2011-Aug-11 21:26 
GeneralRe: Error while retrieving records between two dates Pin
Dave Kreskowiak12-Aug-11 1:58
mveDave Kreskowiak12-Aug-11 1:58 
GeneralRe: Error while retrieving records between two dates Pin
Wayne Gaylard12-Aug-11 2:09
professionalWayne Gaylard12-Aug-11 2:09 
QuestionDisplay Database records on Treeview control on VB.Net Pin
daemonsead200810-Aug-11 20:24
daemonsead200810-Aug-11 20:24 
AnswerRe: Display Database records on Treeview control on VB.Net Pin
Shameel10-Aug-11 22:54
professionalShameel10-Aug-11 22:54 
QuestionNumber Format Localization Pin
bobmc1110-Aug-11 17:12
bobmc1110-Aug-11 17:12 
AnswerRe: Number Format Localization Pin
Shameel10-Aug-11 22:52
professionalShameel10-Aug-11 22:52 

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.