Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Jason Herrington
3
Views
2
Comments
[Google Charts] error when installing
Question
Forge
Google Charts (O11)
Forge asset by
José Ramalho
I am running server v 9.0.0.23 and when installing it gets up to step 6 ok then has the following error:
.NET Compilation.<br/><br/>GChartConnector.cs(130,21): error CS1501: No overload for method 'WritePropertyName' takes 2 arguments <br/>GChartConnector.cs(138,21): error CS1501: No overload for method 'WritePropertyName' takes 2 arguments.
then at the end it says "7 modules were successfully published. 1 module was not published: 'GChartConnector'.". Any ideas?
Jason Herrington
update to this (still not working) but I went into studio, opened gchartconnector. It said it was created in an older version and updated it and then when I tried to publish it I get the following error:
GChartConnector.cs(130,21): error CS1501: No overload for method 'WritePropertyName' takes 2 arguments
GChartConnector.cs(138,21): error CS1501: No overload for method 'WritePropertyName' takes 2 arguments
Jason Herrington
ok, so opened the c# code and there were two json calls that had callname(item,false). I just took out the ,false and it "seems" to be working now. I haven't tried it from my own application but can open the sample page from the application with no issues.
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...