-
Notifications
You must be signed in to change notification settings - Fork 17
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
Compilation error #2
Comments
I assume this is a license issue. We can't commit that stuff. |
Yes I think you are right. They are just the libraries included as part of the CRM SDK which you can download. This was built against SDK Version 5.0.12, it may or may not work with newer versions.... but them CRM guys are notoriously vigilant in maintaining backwards compatibility, even if it means their product goes at a snail's pace :) |
Can we use some of their official |
possibly, I have no access to an XRM system to help you though. Thankfully I do not have to use it anymore . |
In general, |
HA, I know how to fix it ))))) |
what's the difference? If we push to nuget we redistribute the dlls. |
But they are already on NuGet inside our package. |
Fixed NuGet package generation
I think this is actually a mistake. We should ask for permission or remove these again |
@forki Do you know how we can ask? |
You just configure the nuget packages in your project to point to the CRM assemblies on nuget. When the project gets built, it will download the assemblies from nuget. All of the samples within the CRM SDK do this. If you need a specific version you can specify that. See https://msdn.microsoft.com/en-us/library/dn689029.aspx |
Thank you @JimDaly ! This is awesome, I found everything except |
We don’t deliver any compiled samples in the SDK. Just code in projects. From: Sergey Tihon [mailto:[email protected]] Thank you @JimDalyhttps://github.com/JimDaly ! This is awesome, I found everything except Microsoft.Crm.Services.Utility.dll — |
@sergey-tihon what breaks if you remove the reference? Maybe it was some utility function, I really can't remember now, it was a long time ago. We are of not using CrmServiceUtil to generate code, that was what I was avoiding with the erasing type provider :) The post I wrote originally does not seem to mention that lib. |
There are no required assemblies in
lib
folder.@forki @pezipink Could you please commit them?
The text was updated successfully, but these errors were encountered: