Web Resouces not found (missing)
Web Resouces not found (missing)
Hi,
I've tried to create a report with a variable requested from user and it displays a form at the top of the report and works fine but the button images are missing (check the attachments).
I've also tried to run StiMvcViewerFx and I get an error: Microsoft JScript runtime error: 'swfobject' is undefined
The highlighted line in the cshtml file(dynamic): swfobject.embedSWF("/WebResource.axd?......
On the displayed page: To view this page ensure that Adobe Flash Player 10.2 or greater is installed.
I've checked the browser. Flash version 11.6.602.171 is installed and Enabled.
The build is 2013.1.1511.0. I had the same issues with the previous build that comes with the installation package.
Thank you,
Bill
I've tried to create a report with a variable requested from user and it displays a form at the top of the report and works fine but the button images are missing (check the attachments).
I've also tried to run StiMvcViewerFx and I get an error: Microsoft JScript runtime error: 'swfobject' is undefined
The highlighted line in the cshtml file(dynamic): swfobject.embedSWF("/WebResource.axd?......
On the displayed page: To view this page ensure that Adobe Flash Player 10.2 or greater is installed.
I've checked the browser. Flash version 11.6.602.171 is installed and Enabled.
The build is 2013.1.1511.0. I had the same issues with the previous build that comes with the installation package.
Thank you,
Bill
- Attachments
-
- submit_button.png (11.5 KiB) Viewed 3336 times
-
- DDB_button.gif (12.45 KiB) Viewed 3336 times
Re: Web Resouces not found (missing)
Hello,
We couldn't reproduce this bug.
Can you please send us a sample project which reproduces the issue for analysis.
Thank you.
We couldn't reproduce this bug.
Can you please send us a sample project which reproduces the issue for analysis.
Thank you.
Re: Web Resouces not found (missing)
Hi Aleksey,
Here is the project.
The other issue is the opacity/transparancy of all drop-down boxes. You can't see the values well. It must be also related to the same problem.
Also, in IE9 the 'All Products' checkbox is not selected on the first run. I've tried to delete cache but it didn't help.
Thank you,
B.
Here is the project.
The other issue is the opacity/transparancy of all drop-down boxes. You can't see the values well. It must be also related to the same problem.
Also, in IE9 the 'All Products' checkbox is not selected on the first run. I've tried to delete cache but it didn't help.
Thank you,
B.
- Attachments
-
- TestResult.zip
- (11.78 MiB) Downloaded 234 times
Re: Web Resouces not found (missing)
Hello,
We check your project.
Please place the MvcViewer scripts @Html.Stimulsoft().RenderMvcViewerScripts() to the <head> section in the _Layout.cshtml file.
Thank you.
We check your project.
Please place the MvcViewer scripts @Html.Stimulsoft().RenderMvcViewerScripts() to the <head> section in the _Layout.cshtml file.
Thank you.
Re: Web Resouces not found (missing)
Hi Aleksey,
Thank you for your reply. Moving the script line to the Layout header solved the image not showing problem.
What about the flash issue?
If I run the same project, change code on the cshtml page to display @Html.Stimulsoft().StiMvcViewerFx object and return a StiMvcViewerFx from the controller, I'm still getting the error: 'Microsoft JScript runtime error: 'swfobject' is undefined'. I've tried it in IE9, FF19 and Chrome 25.
Kind Regards,
B.
Thank you for your reply. Moving the script line to the Layout header solved the image not showing problem.
What about the flash issue?
If I run the same project, change code on the cshtml page to display @Html.Stimulsoft().StiMvcViewerFx object and return a StiMvcViewerFx from the controller, I'm still getting the error: 'Microsoft JScript runtime error: 'swfobject' is undefined'. I've tried it in IE9, FF19 and Chrome 25.
Kind Regards,
B.
Re: Web Resouces not found (missing)
Hello.
We need some time to prepare an answer for you.
Thank you.
We need some time to prepare an answer for you.
Thank you.
Re: Web Resouces not found (missing)
Thank you Aleksey.
Sorry for being too pushy. I thought the flash issue slips through the cracks.
I really appriciate your help and fast responses.
Kind Regards,
B.
Sorry for being too pushy. I thought the flash issue slips through the cracks.
I really appriciate your help and fast responses.
Kind Regards,
B.
Re: Web Resouces not found (missing)
Hello,
For MvcViewerFx you need other scripts, for this please place the following code to the <head> section in _Layout.cshtml file
@Html.Stimulsoft().RenderMvcViewerFxScripts()
Thank you.
For MvcViewerFx you need other scripts, for this please place the following code to the <head> section in _Layout.cshtml file
@Html.Stimulsoft().RenderMvcViewerFxScripts()
Thank you.
Re: Web Resouces not found (missing)
Thanks Aleksey.
It works now.
Kind Regards,
B.
It works now.
Kind Regards,
B.
Re: Web Resouces not found (missing)
Hello,
We are always glad to help you!
Let us know if you need any additional help.
Thank you.
We are always glad to help you!
Let us know if you need any additional help.
Thank you.