|
Question |
Response |
|
In my main machine, I cannot even compile the code because of several not implementations.
(Ex. 'SQLiteDataExtension' does not implement interface member 'IDataExtension.CommandType') |
We have added new properties to include improvements to our extension datasource support so we request you to implement the missing properties in the interface to resolve in our latest release version.
|
|
Now Report Designer crashes. In the debugger, the message is related to:
System.IO.FileLoadException: 'Could not load file or assembly 'Syncfusion.Shared.Wpf, Version=15.2450.0.44 |
The error shows that the referenced assemblies are mismatch with the existing reference assemblies. We request you to remove the Syncfusion assemblies in the report designer application and add the dependent assemblies with updated Essential Studio 15.4.0.17 version, then clean and rebuild the application. Please find the report designer dependent assemblies below.
https://help.syncfusion.com/wpf/reportdesigner/getting-started |
|
But when it was time to establish the connection I always got - Test connection not succeed.
I tried using all types of Connection Strings with no success. |
The connection failed due to the windows credential selected by default in the credentials tab of datasource properties, and the integrated security is appended to connection string. Select the option do not use credential and provide the complete connection string in input box then test the connection of datasource. If you still face any problem then share us the connection string sample to validate at our end. |