- Download or clone the sample repo to get a local copy.
- (Optional) Edit the
dataverse/App.configfile to define a connection string for your Dataverse instance. - Open the sample solution in Visual Studio and press
F5to run the sample.- If you specified a connection string in
dataverse/App.config, any sample you run uses that connection information. - If you didn't specify a connection string in the
dataverse/App.configfile, a dialog XRM tooling common login control opens each time you run the sample. Enter your credentials to connect to a Dataverse instance. This dialog caches previous connections to make them available for future use.
- If you specified a connection string in
The samples in this repo require a connection to a Dataverse instance to run and include a linked reference to the dataverse/App.config file.