Frage Error page

  • viernes, 02 de marzo de 2012 13:38
     
     

    When Trying to reply e-mail the page fails and "error on page " displayed.

    I can't even create a new e-mail it get stuck and "error on page" displayed.

    If any one can help please.

    • Cambiado Lie You jueves, 15 de marzo de 2012 3:30 Not related this Query. (From:.NET Platform Architecture Development Discussions)
    •  

Todas las respuestas

  • viernes, 02 de marzo de 2012 15:42
     
     
    Can you provide more details? Is this a some standalone custom application?

    Thanks, Karthik If a post answers your question, please click "Mark As Answer" on that post and "Mark as Helpful"

  • viernes, 02 de marzo de 2012 17:07
     
     
    Yes it is standalone application.
  • viernes, 02 de marzo de 2012 17:28
     
     
    Please paste your code here.

    Thanks, Karthik If a post answers your question, please click "Mark As Answer" on that post and "Mark as Helpful"

  • sábado, 03 de marzo de 2012 15:20
     
     

    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; SIMBAR={80800759-3BA4-11E1-8D16-00219BE99F34}; GTB7.3; .NET CLR 1.1.4322; InfoPath.1; yie8)
    Timestamp: Sat, 3 Mar 2012 15:18:24 UTC


    Message: 'null' is null or not an object
    Line: 1
    Char: 30108
    Code: 0
    URI: http://gfx3.hotmail.com/mail/16.2.3026.0119/c2a.ie.js


    Message: 'null' is null or not an object
    Line: 1
    Char: 30108
    Code: 0
    URI: http://gfx3.hotmail.com/mail/16.2.3026.0119/c2a.ie.js

     

  • martes, 06 de marzo de 2012 3:24
     
     

    What's the program language your application used? C#, VB.Net or C++?

    And what's the type of your application? Windows form, Winodws phone, WPF or others?

    Could you share some code you are using and more information about this issue please? It will be very benefit for us to find a solution for you.


    Best Regards,
    Rocky Yue[MSFT]
    MSDN Community Support | Feedback to us

  • martes, 06 de marzo de 2012 14:27
     
     

    Without the full code or at least the block of code that is throwing this exception it will be almost impossible to identify the issue. My only guess if it is truly with the code sending emails, is that you have not instantiated an object prior to setting or accessing it.

    What you might want to do is take a look at the comprehensive material on sending emails in .NET using the System.Net.Mail namespace. Follow some of the samples and compare it to your own code to hopefully expose the issue.

    Sending Emails in .NET with the System.Net.Mail Namespace:
    http://social.msdn.microsoft.com/Forums/en-US/netfx64bit/thread/b34dedb1-5275-4376-b18c-d3b31ff05205


    Thank you,