Click here to Skip to main content
15,920,438 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How do I ping another computer? Pin
Luc Pattyn7-Aug-07 6:35
sitebuilderLuc Pattyn7-Aug-07 6:35 
GeneralRe: How do I ping another computer? Pin
'Drew7-Aug-07 7:12
'Drew7-Aug-07 7:12 
GeneralRe: How do I ping another computer? Pin
Luc Pattyn7-Aug-07 7:48
sitebuilderLuc Pattyn7-Aug-07 7:48 
GeneralRe: How do I ping another computer? Pin
'Drew7-Aug-07 7:54
'Drew7-Aug-07 7:54 
GeneralRe: How do I ping another computer? Pin
Luc Pattyn7-Aug-07 13:23
sitebuilderLuc Pattyn7-Aug-07 13:23 
QuestionMoving Text (marquee) in vb.net form Pin
Charanjot Singh7-Aug-07 4:06
Charanjot Singh7-Aug-07 4:06 
AnswerRe: Moving Text (marquee) in vb.net form Pin
Luc Pattyn7-Aug-07 4:16
sitebuilderLuc Pattyn7-Aug-07 4:16 
QuestionNo connection could be made because the target machine actively refused it Pin
Daniel_Logan7-Aug-07 3:51
Daniel_Logan7-Aug-07 3:51 
Hi every one. Please help.
I am connecting to a database via a webservice and it works great..
but then i have to connect my GUI via my codebehind page to the webservice and then i get this error.....

Everything works at home on a stand alone computer but not here at college on a networked computer. Can anyone tell me why and what i can do to fix it? Thanks
--------------------------------------------------------------------
error attached
--------------------------------------------------------------------
No connection could be made because the target machine actively refused it
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it

Source Error:


Line 61: string theight,
Line 62: string tphoto) {
Line 63: object[] results = this.Invoke("InsertClient", new object[] {
Line 64: tfirstName,
Line 65: tlastName,


Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\web page\c818c298\b074d3c7\App_WebReferences.qyhgim7u.1.cs Line: 63

Stack Trace:


[SocketException (0x274d): No connection could be made because the target machine actively refused it]
System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) +200
System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP) +60
System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) +579

[WebException: Unable to connect to the remote server]
System.Net.HttpWebRequest.GetRequestStream() +732
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +176
localhost.WebServ.InsertClient(String tfirstName, String tlastName, Int32 tidNumber, String taddress, String tpostalCode, String tcellPhone, String temail, String tpassword, String tusername, String tquestion, String tanswer, String tgender, String thair, String teyes, String tethnic, String theight, String tphoto) in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\web page\c818c298\b074d3c7\App_WebReferences.qyhgim7u.1.cs:63
Reg.cmdSubmit_Click1(Object sender, EventArgs e) in C:\Documents and Settings\craig\Desktop\Web Page\reg.vb:70
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +96
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +116
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +31
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +32
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +72
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3839




GeneralRe: No connection could be made because the target machine actively refused it Pin
Guffa7-Aug-07 4:41
Guffa7-Aug-07 4:41 
AnswerRe: No connection could be made because the target machine actively refused it Pin
Dave Kreskowiak7-Aug-07 12:25
mveDave Kreskowiak7-Aug-07 12:25 
QuestionWant to set app(Application path) Pin
Charanjot Singh7-Aug-07 3:27
Charanjot Singh7-Aug-07 3:27 
AnswerRe: Want to set app(Application path) Pin
Hessam Jalali7-Aug-07 8:27
Hessam Jalali7-Aug-07 8:27 
QuestionFlex grid Pin
kankeyan7-Aug-07 2:14
kankeyan7-Aug-07 2:14 
AnswerRe: Flex grid Pin
Nilesh Hapse7-Aug-07 2:27
Nilesh Hapse7-Aug-07 2:27 
Questionpblm with menu draw.. Pin
SamRST7-Aug-07 1:13
SamRST7-Aug-07 1:13 
AnswerRe: pblm with menu draw.. Pin
Tom Deketelaere7-Aug-07 1:17
professionalTom Deketelaere7-Aug-07 1:17 
GeneralRe: pblm with menu draw.. Pin
SamRST7-Aug-07 1:26
SamRST7-Aug-07 1:26 
GeneralRe: pblm with menu draw.. Pin
Tom Deketelaere7-Aug-07 1:33
professionalTom Deketelaere7-Aug-07 1:33 
AnswerRe: pblm with menu draw.. Pin
Luc Pattyn7-Aug-07 3:06
sitebuilderLuc Pattyn7-Aug-07 3:06 
QuestionInsert new record Pin
shers6-Aug-07 22:26
shers6-Aug-07 22:26 
AnswerRe: Insert new record Pin
Christian Graus6-Aug-07 23:50
protectorChristian Graus6-Aug-07 23:50 
AnswerFor insert At A Time [modified] Pin
Senthil S7-Aug-07 2:18
Senthil S7-Aug-07 2:18 
GeneralRe: For insert At A Time Pin
Dave Kreskowiak7-Aug-07 12:23
mveDave Kreskowiak7-Aug-07 12:23 
QuestionRemove all members from a group in AD Pin
virnem6-Aug-07 22:08
virnem6-Aug-07 22:08 
AnswerRe: Remove all members from a group in AD Pin
Tom Deketelaere7-Aug-07 1:15
professionalTom Deketelaere7-Aug-07 1:15 

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.