Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)
Under review by Community Managers

Under review

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

ConnectionString dosn't work

Posted on by

Hello

I'm trying to create a method that will create entity from CRM, but I'm still getting System.NullReferenceException.

I created connection string from Microsoft instruction, but id dosnt't work correctly

var connectionString = @"Username=mat@skalski.onmicrosoft.com;Password=mypassword;Url=">skalski.crm4.dynamics.com;AuthType=Office365;";



            CrmServiceClient service = new CrmServiceClient(connectionString);

            Entity entity = new Entity("contact");
            entity.Attributes.Add("lastname", "Console App");

            Guid guid = service.Create(entity);

            Console.WriteLine(guid);

Maybe someone help mi to find a mistake


Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,214 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans