Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Connection was forcibly closed #105

@adsnaraujo

Description

@adsnaraujo

Hi Everyone!

I am connected DAX365FO and I tried to execute this code, but i received this message "Connection was forcibly closed"

public static void GetTopRecords(Resources d365)
{
var vendorsQuery = d365.Vendors.AddQueryOption("$top", "10");
var vendors = vendorsQuery.Execute() as QueryOperationResponse;

        foreach (var vendor in vendors)
        {
            Console.WriteLine("Vendor with ID {0} retrived.", vendor.VendorAccountNumber);
        }
    }

Can you help me ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions