WebFigureService doesn't work
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi all,
I'm testing WebFigureService by integrating a WebFigureControl in a .aspx page.
All project compile correctly, but when i start it and try to render the webcontrol, it's have a javascript error on the page:
"mathwork undefinded"
"errorMsg=WebFigureService Not Functioning linkMsg=Click here to view instructions on how to enable WebFigureService"
in the event viewer of the webserver i have found this warning on the log:
Event message: An error occurred processing a web or script resource request. The requested resource 'fWebFiguresService,2.12.0.0,,e1d84a0da19db86f|MathWorks.MATLAB.NET.WebFigures.Service.resources.javascript.mathworks.util.url.js' does not exist or there was a problem loading it.
When i debuging my application localy, from visual studio, it's gave the javascript error message, the WebFigure it's rendered correctly but in a new windows. Why?
How can i resolve this error? i have no idea....! someone can explain me step by step how to integrate the webfigure???
Thanks you, Regards,
1 Commento
Eric Boivin
il 4 Giu 2014
Hi have the same issue with MATLAB 2014a and Visual Studio 2013 on Windows Server 2008 R2. I tried the first example in documentation ("Quick Start Implementation of WebFigures") and I have the same issue when I launch the page with Google Chrome. When I launch the page with Internet Explorer an error is thrown at line 67 in WebRessource.axd:
0x800a1391 - JavaScript runtime error: 'mathworks' is undefined
Did you find a solution to your issue?
Risposte (0)
Vedere anche
Categorie
Scopri di più su MATLAB Compiler SDK in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!