Product Key Manager V3.0 - FREE Edition
Please post all your completed software applications in here. This is for full software which you have created and wish to release and share with everyone.
I got another error... with the email again:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Net.Mail.SmtpException: Failure sending mail. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: An attempt was made to access a socket in a way forbidden by its access permissions 74.208.5.67:25...................................
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Net.Mail.SmtpException: Failure sending mail. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: An attempt was made to access a socket in a way forbidden by its access permissions 74.208.5.67:25...................................
Last edited by tedhead2 on Mon Mar 01, 2010 11:13 am, edited 1 time in total.
Hello tedhead2,
Are you trying to send email from your own server: 74.208.5.67:25? its saying it was unable to connect.
Dont forget to configure the port number and/or SSL settings both in the software and your server.
Are you trying to send email from your own server: 74.208.5.67:25? its saying it was unable to connect.
Dont forget to configure the port number and/or SSL settings both in the software and your server.
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
CodenStuff wrote:Hello tedhead2,I;m using GMX! like you said.
Are you trying to send email from your own server: 74.208.5.67:25? its saying it was unable to connect.
Dont forget to configure the port number and/or SSL settings both in the software and your server.
i keep getting error like this
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Net.Mail.SmtpException: Mailbox unavailable. The server response was: 5.7.0 Need to authenticate via SMTP-AUTH-Login {mp-us005}
at System.Net.Mail.MailCommand.CheckResponse(SmtpStatusCode statusCode, String response)
at System.Net.Mail.MailCommand.Send(SmtpConnection conn, Byte[] command, String from)
at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException& exception)
at System.Net.Mail.SmtpClient.Send(MailMessage message)
at SerialManagerv1.Form1.createacnt()
at SerialManagerv1.Form1.Button2_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Net.Mail.SmtpException: Mailbox unavailable. The server response was: 5.7.0 Need to authenticate via SMTP-AUTH-Login {mp-us005}
at System.Net.Mail.MailCommand.CheckResponse(SmtpStatusCode statusCode, String response)
at System.Net.Mail.MailCommand.Send(SmtpConnection conn, Byte[] command, String from)
at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException& exception)
at System.Net.Mail.SmtpClient.Send(MailMessage message)
at SerialManagerv1.Form1.createacnt()
at SerialManagerv1.Form1.Button2_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Last edited by WaynesWorld2010 on Fri Apr 02, 2010 11:47 pm, edited 1 time in total.
i cant get this error fixed grrr
Hello war6324,
Thats an error with the email settings, make sure your settings are correct for your SMTP server. You may need to specify a port number and use the SSL settings aswell. Your settings should looks something like this:
From email/Username: Your@email.com
SMTP Server: mail.server.com
Thats an error with the email settings, make sure your settings are correct for your SMTP server. You may need to specify a port number and use the SSL settings aswell. Your settings should looks something like this:
From email/Username: Your@email.com
SMTP Server: mail.server.com
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
ok got that fixed but now it wont upload it and how do make the program conect with the one i made in VB2008
ok i got the email to work but now i get this error
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.UriFormatException: Invalid URI: The format of the URI could not be determined.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
at System.Uri..ctor(String uriString)
at System.Net.WebRequest.Create(String requestUriString)
at SerialManagerv1.Form1.createacnt()
at SerialManagerv1.Form1.Button2_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
wont upload to ftp
ok i got the email to work but now i get this error
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.UriFormatException: Invalid URI: The format of the URI could not be determined.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
at System.Uri..ctor(String uriString)
at System.Net.WebRequest.Create(String requestUriString)
at SerialManagerv1.Form1.createacnt()
at SerialManagerv1.Form1.Button2_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
wont upload to ftp
Hello,
Your FTP settings need to be like this:
URL: http://www.yoursite.com/
FTP: ftp://www.yoursite.com/
Your FTP settings need to be like this:
URL: http://www.yoursite.com/
FTP: ftp://www.yoursite.com/
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
URL: http://codes.net78.net/
FTP: codes.net78.net/
Username: a6333556
Password: gdt7453
not my real details but thats how i put it in
FTP: codes.net78.net/
Username: a6333556
Password: gdt7453
not my real details but thats how i put it in
ya ftp code was wrong ya should do it like this if ya on one of them free hosters x
URL: http://codes.net78.net/
FTP: ftp://codes.net78.net/public_html/
Username: a6333556
Password: gdt7453
URL: http://codes.net78.net/
FTP: ftp://codes.net78.net/public_html/
Username: a6333556
Password: gdt7453
xxx i want 2b ur babys momma xxx
Copyright Information
Copyright © Codenstuff.com 2020 - 2023