|
Query |
Response |
|
First Error is that it is unable to POST to http://localhost3000/DashboardService.svc/IntializeControls
I am unsure if this is a permissions issue on the server side as when I run it locally |
The URL http://localhost3000/DashboardService.svc/IntializeControls refers to the Syncfusion Dashboard Windows Service. This service is meant for demo purpose and cannot be used the production environment .So you can host the Dashboard Service in the Server machine in IIS by following the steps in the documentation
When you use the hosted Service URL in the application, Please use IP address or its domain name instead of localhost. The dashboard will not render if the Service URL is set as localhost.
|
|
The Second Issue that I have is that when I look into the console to debug.It brings up the error Dv006 however the file is in the location that it is pointing to so I am unsure to how this error message is being populated. |
The error is thrown since you have mentioned the Service URLhttp://localhost3000/DashboardService.svc/IntializeControlsSo when you view the dashboard in your machine the browser will be contacting the service installed in your machine instead of contacting the service hosted in the server. So the file mentioned in the dashboardPath is not accessible |
Hi
Thanks for getting back to me.
Upon waiting for a response i was able to work out this error by using http://<IPAddress>:<PortNumber>/DashboardService.svc.
I have now got another issue which is regards to the DV001 error. I have created a dashboard in the application dashboard designer <V2.3.0.32> and i have deployed it to the server in which i installed the SyncfusionDashboardPlatform SDK <v2.3.0.32> however when i try and run the application, i get the DV001 error which says that it is unable to load the dashboard since it was created in a higher verson of Dashboard Designer(Verson:2.3.0.32).
It States on the troubleshooting page that the two versons must be the same for it to run so i am puzzled to why i am getting this error.
Cheers
Paul
Hi.
The first installation of the SDK was version 2.3.0.32 on my main machine, following the installation and development section for syncfusion SDK. I have hosted the service from %localappdata%\syncfusion\Samples\Common.
I have done the check and the returning version is 2.3.0.31. I tried to install the latest version and it fails and has to revert back. Do you have any suggestions to how i can overcome this problem to get the latest verson installed?
Cheers
Paul
Hi
Thanks for your response. I have Managed to resolve this issue by force updating the installation to 2.3.0.32 and i am now able to view by dashboard.
Thanks for your help