iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
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:
Hello Mateus,
Did the error occur at page load or Intialize? If yes, could you let me know more details what exactly the page do so it can replicate this error? Also, can you tell me how to access your site? Maybe i could find something in there.
Regards,Handy
The error occur at page load.
When I load the project at the server of implement, the background show up normally, as you can see on the print screen.
But when I run it on the deployment server gives this error page. And if I click ok a few times it let continue, and then the page is load without the background.
I created a simple project based on your scenario. The project is tested on both development and deployment environment. I was unable to repro the issue on my end. The background images loaded properly.
I enclosed the test project so that you can make any necessary changes to it until it replicates the issue. Please have the modified sample project sent back to us for further investigation.
Thank you.
It is very weird. The issue shall be not happened if it works on development. The error only showed if the images path is not correct. Yudhiy has tested out. You can try to deploy his project and let me know if it works or not. Also, please let me know your environment detail.
The only difference between or Project and yours, Yudi, is the inicialization were you load the images like this:
<ComplexImagesModeSettings>
<Left ImageSource="../images/Sirius/glassleftglow.png" Width="70" Height="81" />
<Center ImageSource="../images/Sirius/glasscenterglow.png" Height="81" />
<Right ImageSource="../images/Sirius/glassrightglow.png" Width="70" Height="81" /
</ComplexImagesModeSettings>
I paste your code and put it on my project and didn’t load the background (space reflection/ mirror glass).
I delete this part of your project (images load) and I am sending it back to you, for more analyses and check if the background will load. In case it work (load the background), the problem it is not on the webaqua, and I will need to check out here.
Deployment server
Windows Server 2003
IIS 6.0
Development server
Windows Vista Ultimet
Visual Studio 2005 Service Pack 1
VB.net
I run the modified sample on my end and find that the background image is not loaded both in development and deployment environment. The background image is not loaded because the background image is missing its image file path (removed/deleted by you).
If I add following code in the Page_Load event, I will get the background image back.
protected void Page_Load(object sender, EventArgs e) { WebFishEyeComplexImagesBackgroundSettings settings = this.WebFishEye1.BackgroundSettings.ComplexImagesModeSettings; settings.Left.ImageSource = "../images/glassleftglow.png"; settings.Center.ImageSource = "../images/glasscenterglow.png"; settings.Right.ImageSource = "../images/glassrightglow.png"; }
If you don’t mind, could you please kindly send us a run-able project that reproduces the issue to be investigated?
Hi Handy and Yudi
I am sending a link to our project to Handy's e-mail.
Hi Mateus,
Your attached project does not helpful. It still the same problem like I ran at your previous issues. Has you tried Yudi suggestion? With his project, could you replicate the issue in your deployment server? He also has changed into .cs code behind.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname