I tried to run a program and i keep getting an unhandled exception error how can i fix this?
-
The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required. Learn more at. [ Details Button] [Continue button] [Quit Button] 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: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required. Learn more at at System.Net.Mail.MailCommand.CheckRespons… statusCode, String response) at System.Net.Mail.SmtpTransport.SendMail(M… sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException& exception) at System.Net.Mail.SmtpClient.Send(MailMess… message) at by_killer_2294.Form1.Button1_Click(Objec… sender, EventArgs e) at System.Windows.Forms.Control.OnClick(Eve… e) at System.Windows.Forms.Button.OnMouseUp(Mo… mevent) at System.Windows.Forms.Control.WmMouseUp(M… m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Mes… m) at System.Windows.Forms.ButtonBase.WndProc(… m) at System.Windows.Forms.Button.WndProc(Mess… m) at System.Windows.Forms.Control.ControlNati… m) at System.Windows.Forms.NativeWindow.Callba… hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4963 (win7RTMGDR.050727-4900) CodeBase: file:///C:/Windows/Microsoft.NET/Framewo… --------------------------------------… by killer 2294 Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Users/Joseph/Desktop/hack%20s… --------------------------------------… Microsoft.VisualBasic Assembly Version: 8.0.0.0 Win32 Version: 8.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/windows/assembly/GAC_MSIL/Mic… --------------------------------------… System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4961 (win7RTMGDR.050727-4900) CodeBase: file:///C:/windows/assembly/GAC_MSIL/Sys… --------------------------------------… System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4968 (win7RTMGDR.050727-4900) CodeBase: file:///C:/windows/assembly/GAC_MSIL/Sys… --------------------------------------… System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/windows/assembly/GAC_MSIL/Sys… --------------------------------------… Accessibility Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/windows/assembly/GAC_MSIL/Acc… --------------------------------------… System.Runtime.Remoting Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/windows/assembly/GAC_MSIL/Sys… --------------------------------------… System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/windows/assembly/GAC_MSIL/Sys… --------------------------------------… System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/windows/assembly/GAC_MSIL/Sys… --------------------------------------… ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.
-
Answer:
Looks as if you need a secure connection to your server before this will work. Something like a VPN may be necessary.
Joseph at Yahoo! Answers Visit the source
Related Q & A:
- How can I fix parser Error in ASP.NET?Best solution by parse.com
- How can I fix a radio antenna?Best solution by wikihow.com
- How can I fix a paper jam?Best solution by Yahoo! Answers
- How can I fix the color on my monitor, it is a yellowish green?Best solution by eHow old
- How can I fix a TV that shuts off randomly?Best solution by techwalla.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.