WebFigureService doesn't work

2 views (last 30 days)
Nicola Bano
Nicola Bano on 22 Jan 2014
Commented: Eric Boivin on 4 Jun 2014
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 Comment
Eric Boivin
Eric Boivin on 4 Jun 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?

Sign in to comment.

Answers (0)

Categories

Find more on Platform and License in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!