xamarin / VervetaCRM

Publicly available CRM demonstration app.
MIT License
99 stars 61 forks source link

cannot build - errors with tasks.dll #3

Open matejgolob opened 9 years ago

matejgolob commented 9 years ago

Error 1 The "EnsureBindingRedirects" task could not be loaded from the assembly D:\VervetaCRM-master\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.Tasks.dll. Could not load file or assembly 'file:///D:\VervetaCRM-master\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.Tasks.dll' or one of its dependencies. The system cannot find the file specified. Confirm that the declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask. MobileCRM.Shared Error 2 The "ValidatePackageReferences" task could not be loaded from the assembly D:\VervetaCRM-master\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.Tasks.dll. Could not load file or assembly 'file:///D:\VervetaCRM-master\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.Tasks.dll' or one of its dependencies. The system cannot find the file specified. Confirm that the declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask. MobileCRM.Android

Where is the problem?

stevenyix commented 9 years ago

not certain. did you restore all the nuget packages?

BarnumD commented 7 years ago

Did you ever find a solution?