Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
saranrajk
Contributor II
Contributor II

SDK target system version mismatch. SDK target system version (v4.0) should match server version(v0.0)

Hi, I'm accessing the qlik from another machine where qlik sense server is installed localy ..I'm getting error suddenly what kind of error is that

1 Reply
Øystein_Kolsrud
Employee
Employee

Don't know about the v0.0 version, but you can always turn off the version check by setting the following property on your location instance: https://help.qlik.com/en-US/sense-developer/April2018/apis/net+sdk/html/P_Qlik_Engine_ILocation_IsVe...

You set it like this:

location.IsVersionCheckActive = false;