Sometimes when the app is compiling, it looks for nuget package required for that app and you might possible get ends with the following errors
Warning 2 This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ..\packages\Xamarin.Forms.1.1.1.6206\build\portable-win+net45+wp80+MonoAndroid10+MonoTouch10\Xamarin.Forms.targets. C:\Users\thetnswe\Dropbox\JoyDash Technologies\AppstoreProject\Resources\xamarin-forms-samples-master\xamarin-forms-samples-master\MobileCRM\MobileCRM.iOS\MobileCRM.iOS.csproj 183 5 MobileCRM.iOS
Error 3 NuGet Package restore failed for project MobileCRM.Android: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.. 0 0
Solving that problem is quite easy as you might have downloaded the sample app to complicated directory structure. Just move your whole project to C:/Xamarin/[YourProject] and recompile it. It will solve the problem..
Good Luck Coding :)
Warning 2 This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ..\packages\Xamarin.Forms.1.1.1.6206\build\portable-win+net45+wp80+MonoAndroid10+MonoTouch10\Xamarin.Forms.targets. C:\Users\thetnswe\Dropbox\JoyDash Technologies\AppstoreProject\Resources\xamarin-forms-samples-master\xamarin-forms-samples-master\MobileCRM\MobileCRM.iOS\MobileCRM.iOS.csproj 183 5 MobileCRM.iOS
Error 3 NuGet Package restore failed for project MobileCRM.Android: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.. 0 0
Solving that problem is quite easy as you might have downloaded the sample app to complicated directory structure. Just move your whole project to C:/Xamarin/[YourProject] and recompile it. It will solve the problem..
Good Luck Coding :)
No comments:
Post a Comment