Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Common data service app.config

(0) ShareShare
ReportReport
Posted on by 2

Hi, 

 

I am working on CDS, when I used the Console type applicaton sample code from Microsoft website, it works all well. 

 

But when I changed to our project which is a class library, I cannot do CreateClient() any more, it keeps checking the app.config, and telling me that section "Microsoft.CommonDataService.Connection" is missing; I don't have control to the app.config, because it is a class library project.

 

Has anyone run into this situation before? Any ideas/thoughts will be very much appreciated, thank you!!

 

Jason

  • jasonssis Profile Picture
    2 on at
    Re: Common data service app.config

    Hi Jeroen

     

    Good morning, thank you for replying to my question.

     

    I am writing a C# class library for other people to use, so I don't have any control on the configuration at all.

     

    In a Console type application, both of following work all well:

     

    1.

    var client = ConnectionSettings.Instance.CreateClient().Result;

     

    2. 

    var vs = new ConnectionSettings();

    UserCredentialsSettings users = new UserCredentialsSettings();

    users.ApplicationId = "xxxx";
    vs.EnvironmentId = "xxxx";
    vs.Tenant = "xxxx";
    vs.Credentials = users;

    var client2 = vs.CreateClient().Result;

     

    I have also tried, if I changed anything in app.config file that is related to CDS, CreateClient() will not work any more; it will display configuration exception, even if I have programmatically set up everything correctly in my code. 

     

    I am wondering, if there is anyway that we can tell CDS SDK not check this app.config when creating client. 

     

    Thanks for any suggestions or comments,

     

    Jason

  • JL-18061441-1 Profile Picture
    17 on at
    Re: Common data service app.config

    Hi @jasonssis,

     

    Where do you call the class library from? 

    If the calling application has an app.config, you can put your configuration there.

     

    Regards, Jeroen

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,524 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,906 Most Valuable Professional

Leaderboard