I am using the 2012.3 trial download to get a report on a MVC Razor page.
I get this error: "StiMvcViewer is not defined"
I have done this:
- put all assemblies in bin
- put "@Html.Stimulsoft().RenderMvcViewerScripts()" on _layout
- copied code from the MvcRazorView Sample Project (Home Controller/Index Action and View)
- put assemblies references in system.web in web.config
- my reports works in the standalone designer
I must be missing something!
Can you tell me what i am doing wrong?
Many thanks
StiMvcViewer is not defined
Re: StiMvcViewer is not defined
Hello.
Please, try to add next code in the View where the MvcViewerFx is.
Thank you.
Please, try to add next code in the View where the MvcViewerFx is.
Code: Select all
@using Stimulsoft.Report.Mvc;
Re: StiMvcViewer is not defined
Hi,
Thanks for your suggestion. But no, this is not a solution.
After some experiments I discovered that my problem occurs only when I am using the css files of bootstrap (http://twitter.github.com/bootstrap/index.html)
Any ideas?
Thanks for your suggestion. But no, this is not a solution.
After some experiments I discovered that my problem occurs only when I am using the css files of bootstrap (http://twitter.github.com/bootstrap/index.html)
Any ideas?
Re: StiMvcViewer is not defined
Hello,
We need additional time for testing.
Thank you.
We need additional time for testing.
Thank you.
Re: StiMvcViewer is not defined
Hello,
We tested MvcViewer with MVC4 and bootstrap and found no problems, only problems with the styles (please see the attached test web project). Problems with the styles we will try to fix it in one week.
Thank you.
We tested MvcViewer with MVC4 and bootstrap and found no problems, only problems with the styles (please see the attached test web project). Problems with the styles we will try to fix it in one week.
Thank you.
- Attachments
-
- Mvc4-test.zip
- (11.5 MiB) Downloaded 720 times