Answered silver light Plug-in Error code:2152

  • Tuesday, December 15, 2009 9:06 PM
     
     

    when I run my project there reprots:

    Line: 53
    Error: Unhandled Error in Silverlight Application
    Code: 2152   
    Category: InitializeError      
    Message: Failed to download a platform extension:xcxx.zip    

    what should I do?

     

     

All Replies

  • Wednesday, December 16, 2009 11:55 AM
     
     Answered

     Use a tool like web developer helper, fiddler, or firebug to see what is happening when the silverlight app loads.  I think it is trying to download an cached assembly that is not there

  • Monday, December 21, 2009 5:55 AM
     
     Answered

    Hi,

       I also recommand you to use Fiddler alike tools.
      

       That way you can get the specific error message.

       It will be very helpful to nail out the problem.

    Best Regards

  • Monday, December 21, 2009 8:22 PM
     
     

    Thanks ~ It just like what you said