Microsoft.Web.Preview error

Discussion in 'ASP.NET 2.0' started by jrahma, Aug 29, 2007.

  1. I am trying my first simple silverlight project media player which is working fine on my local IIS but when I upload to discountASP I get the following error:


     
  2. Bruce

    Bruce DiscountASP.NET Staff

    you probably did not upload the necessary dll file into the bin. try reupload.


    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. i did uploaded it

    after reuploading, i am getting this error:

    Line : 52
    Char : 1
    Error: 'Sys' is undefined
    Code : 0
    URL : http://www.zatoor.com/sl/


    but i don't have any problem when running on the local IIS on my PC.

    check that URL to see the error
     
  4. Joseph Jun

    Joseph Jun DiscountASP.NET Staff

    Hello Jaz,

    I've visited the URL provided and did not encounter the error. From what I've seen so far, usually the 'Sys' is undefined' is generated because the client libraries didn't load.

    -W

    Winston

    DiscountASP.NET
     
  5. well, i have fixed the problem after adding this line to the web.config:





    <add verb="GET" path="ScriptResource.axd" type="Microsoft.Web.Handlers.ScriptResourceHandler" validate="false"/>
     

Share This Page