Hi - I am new to this and havin problems just getting the samel to work. Hoping someone can guide me to get this working.
I have created a sample similar to the documentation as follows:
<?xml version="1.0" encoding="utf-8" ?>
<root xmlns="http://enesyssoftware.com/schemas">
<list title="Contacts" relativeSiteUrl="/ESC" useDisplayName="True" tableName="Contacts">
<fields></fields>
<query></query>
</list>
<resultSet>Contacts</resultSet>
</root>
and I get the following error: What am I doing wrong???
===================================
An error occurred while executing the query.
Object reference not set to an instance of an object. (Microsoft Report Designer)
===================================
Object reference not set to an instance of an object. (Enesys.ReportingServices.Ersde)
------------------------------
Program Location:
at Enesys.ReportingServices.Ersde.ErsdeCommand.GetCredential(ErsdeConnection conn)
at Enesys.ReportingServices.Ersde.ErsdeCommand.GetDataTableFromWSS(Boolean onlySchema)
at Enesys.ReportingServices.Ersde.ErsdeCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.ReportingServices.QueryDesigners.QueryResultsGrid.ExecuteQuery()