-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot compile typed context: The type or namespace name 'AuditDetail' does not exist in the namespace Microsoft.Dynamics.CRM #23
Comments
I'm hitting this issue as well. Specifically, when I'm using the 8.2 endpoint in the advanced settings. When I try with a 9.x endpoint, I get an different error. I'm not using any custom assemblies in any queries. Any luck finding a solution? |
I found a work around for this. WARNING: It is brutal. The following steps got my D365 Connections working:
At step 6 you will still get the AuditDetail error. Just click "Submit" or "Cancel". You should be left with the connections you created in step 3. In other words, it shouldn't create a second set of duplicate connections after step 6. Once I did this, I was able to browse the schema and execute queries. Anyways, hopefully this helps. Hopefully somebody can implement a proper fix. |
Hi, can you share 1.4.0.0? I can not build the source :( Do you know any other means to connect LINQPad to D365? I read about the default OData Driver would be usable, but that didn't work for me either. I'm trying to connect to D365 9.0 Online. Thanks! Sven |
Hi dipinb,
Where can I find copy of an older driver as you mentioned.
Thank you,
…________________________________
From: dipinb <notifications@github.com>
Sent: Friday, August 24, 2018 1:52 PM
To: kenakamu/CRMLinqPadDriverWebAPI
Cc: Subscribed
Subject: Re: [kenakamu/CRMLinqPadDriverWebAPI] Cannot compile typed context: The type or namespace name 'AuditDetail' does not exist in the namespace Microsoft.Dynamics.CRM (#23)
I found a work around for this. WARNING: It is brutal. The following steps got my D365 Connections working:
1. Delete all connections that were connected to Dynamics 365
2. Delete the 1.5.0.0 driver
3. Install the 1.4.0.0 driver
4. Recreate all connections using the 1.4.0.0 driver
5. Download and install the 1.5.0.0 driver
6. Create the connections again with the same credentials used in step 3 above and ensure to use the 8.2 endpoint in the advanced settings.
At step 6 you will get an error (at least I did). Just click "Submit" or "Cancel". You should be left with the connections you created in step 3. In other words, it shouldn't create a second set of duplicate connections after step 6.
Once I did this, I was able to browse the schema and execute queries. Without doing these steps, I was getting another error that was preventing me from running any queries in the 8.2 endpoint.
Anyways, hopefully this helps. Hopefully somebody can implement a proper fix.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit.luolix.top%2Fkenakamu%2FCRMLinqPadDriverWebAPI%2Fissues%2F23%23issuecomment-415658536&data=02%7C01%7C%7Cd3e68056e8494239f9df08d60985c33f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636706867437799737&sdata=6bxr58gUp5Y0bPL9n0eBQxVG35FxCN6Yh5wV18Bdlqg%3D&reserved=0>, or mute the thread<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit.luolix.top%2Fnotifications%2Funsubscribe-auth%2FAbXIJ2lgvQ-eBlnAnlpNFDQZ3zzZRmiHks5uT5SWgaJpZM4WDMyl&data=02%7C01%7C%7Cd3e68056e8494239f9df08d60985c33f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636706867437955987&sdata=VUaP937BSbOFPtxVvp3WHLn0z6%2BBa38jMDyhpu9TqgQ%3D&reserved=0>.
|
Hi,
I am using linqpad 5 and driver version 1.5.0.0. I got this error as a System.Exception.
"Cannot compile typed context: The type or namespace name 'AuditDetail' does not exist in the namespace Microsoft.Dynamics.CRM (are you missing an assembly reference?)"
The text was updated successfully, but these errors were encountered: