Background

8 replies. Last post: October 2, 2009 4:52 AM by Handy Surya
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

We are having some problems to load the background of or project.

To do so, we are doing this:

Dim settings As WebFishEyeComplexImagesBackgroundSettings = Me.WebFishEye1.BackgroundSettings.ComplexImagesModeSettings

        Me.WebFishEye1.BackgroundSettings.Mode = WebFishEyeBackgroundMode.ComplexImages

        settings.Left.ImageSource = "/imagens/GlassLeftGlow.png"

        settings.Left.Width = 70

        settings.Left.Height = 81

        settings.Center.ImageSource = "/imagens/GlassCenterGlow.png"

        settings.Center.Height = 81

        settings.Right.ImageSource = "/imagens/GlassRightGlow.png"

        settings.Right.Width = 70

        settings.Right.Height = 81

When we make the test on the server of implement it work. But when we run it on the server of deployment it doesn't work. It gives this message on screen:

1 attachment
All times are GMT -5. The time now is 9:40 AM.
Previous Next