I am using the evaluation licence 4.1.0 of GoDiagram for asp.net 3.5 version
A couple of problems I encountered are as follows:
- GoView was requirng the Javascript file GoWeb.js; if this was not provided a Javascript error would occur.
*The GoView required the Goweb.css file; if not provided my Application_error event within the Global.asax would be fired with a file not found error. The file it was looking for was the GoWeb.css file.
With this in mind I have two questions.
-
If we do not wish the client to interact with the diagram then can we set GoDiagram to not require the GoWeb.js fle.
-
Is the GoWeb.css file required? If not then how to set GoDiagram to not loook for this.