New Silverlight Image Gallery not displaying

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
9/16/2009 2:48:17 PM
Gravatar
Total Posts 51

New Silverlight Image Gallery not displaying

 I just upgraded today to 2.3.1.7, and I'm having trouble getting the new Silverlight image gallery working properly. I got it to work properly on the MJ Demo site, but when I did the exact same thing on my installation, all I get is a black box. It looks like it hangs for awhile, then just stops and does nothing. I compared the two pages <object tags, they're identical (except for the paths to services and clientBin.)

Has this happened to anyone else? And does anyone have any ideas how to get this up and running? The only thing I can think is I need to recycle the app pool, but I was under the impression that modifying/saving web.config would be enough to recycle it, but that hasn't done anything.  Any ideas would be appreciated.  Thanks!

9/17/2009 12:18:34 AM
Gravatar
Total Posts 125

Re: New Silverlight Image Gallery not displaying

Did you configure your IIS for the silverlight. Please check the below link and I think this might solve your problem.

 http://learn.iis.net/page.aspx/262/silverlight/

9/17/2009 5:47:12 AM
Gravatar
Total Posts 18439

Re: New Silverlight Image Gallery not displaying

I would verify that the xap file exists in the ClientBin folder and I would paste the service url into the browser and verify if it returns data or not.

If you "upgraded" using svn and made your own build you will need to add these file masks to your UnLeashIt file masks: *.xap and *.swf

Hope it helps,

Joe

9/17/2009 7:57:08 AM
Gravatar
Total Posts 51

Re: New Silverlight Image Gallery not displaying

Thanks for the info, both!  As it turns out, IIS had not been configured to serve up .xap/.xaml content (I don't actually have access to my test server's IIS, so I had to wait for confirmation.)

Got it working now, looks great!

You must sign in to post in the forums. This thread is closed to new posts.