none
Silverlight unsettled error 1001 RuntimeError

    Question

  • 网页错误详细信息

    用户代理: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)
    时间戳: Mon, 4 Nov 2013 03:21:21 UTC


    消息: Silverlight unsettled error
    Code: 1001
    Category: RuntimeError
    Message: 1001 出现了错误。
    MethodName:

    行: 1
    字符: 1
    代码: 0
    URI:

    Monday, November 04, 2013 3:58 AM

Answers

  • Hi,

    You question in English is below:

    Webpage error detailsUser-agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)
    Timestamp: Mon, 4 Nov 2013 03:21:21 UTC
    News: Silverlight unsettled error
    Code: 1001
    Category: RuntimeError
    Message:1001 an error occurred.

    MethodName:

    Company: 1

    Characters: 1

    Code: 0

    URI:

    The 1001 error is very generic, so it is hard to provide you with the exact solution.

    There are some available methods below for your try.

    • Try checking  if the browser sets in 'Compatible' mode. If yes, then you can try set the java script line into HEADER of your HTML/ASP page:

    <head runat="server">

        <meta http-equiv="X-UA-Compatible" content="IE=edge" />

    </head>

    • Please make sure the version of runtime is compatible with Silverlight. You can download  Silverlight from Microsoft website:

    Get Microsoft Silverlight

    http://www.microsoft.com/getsilverlight/Get-Started/Install/Default.aspx

    Silverlight Runtime for 5.1.20913

    http://www.microsoft.com/en-us/download/details.aspx?id=40633

    If you have any other Chinese  problems in the furthur, please post it in Chinese forum: http://social.microsoft.com/Forums/zh-cn/home?forum=silverlightzhchs

    Appreciate your understanding and support.


    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

    Tuesday, November 05, 2013 2:35 AM