Hi,
I try to run Samples.XF.
I Have a lot of error, He can't found many assembly.
I try to restore Nuget package but don't work.
See attachment file.
Thank you.
François
Hello Francois,
From the looks of the error that you are receiving, it appears that the "nuget.org" package source that you are targeting likely does not contain the Infragistics assemblies required to build the Xamarin.Forms samples browser. I would recommend that you target a NuGet feed that contains these packages. You can do so by creating (if you haven't already) and targeting the Infragistics NuGet Feed, which you can read about in our online documentation, here: https://es.infragistics.com/help/xamarin/infragistics-nuget-feed.
After configuring that feed and targeting it, you should be able to restore the NuGet packages. If, perhaps you are on a Mac, I would also recommend that you see the following documentation article about compiling the Xamarin Samples Browser in Visual Studio for Mac: https://es.infragistics.com/help/xamarin/xamarin-samples-mac.
I hope this helps. Please let me know if you have any other questions or concerns on this matter.
Sincerely,AndrewAssociate Developer
Hi Andrew,
Thank you, it works.
I realized that my Infragistics link on nuget was local and not online.
thank again.
François.
Now when I run the application is gives me an error on XamlCTask
Do you have any idea ?
Thank you for your update(s). I am glad you were able to get the NuGet package issues resolved.
Regarding this new, "XamlCTask" error that you are seeing; I too have seen this error before, and usually restarting Visual Studio or deleting the bin and obj folders and rebuilding the project works for me to resolve it. It seems like it could be an issue on the Xamarin.Forms side of things, but I am not certain of this.
I found a Xamarin.Forms forum that appears to be discussing this error as well, along with a few different workarounds for it. Perhaps one could help you in this case? Here is a link to that forum: https://forums.xamarin.com/discussion/95724/xamarin-forms-2-3-4-247-update-project-wont-build.
After some downgrade nuget tools, now is run.
Thank you again.