This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ....\packages\Xamarin.Android.Arch.Core.Common.1.0.0\build\MonoAndroid80\Xamarin.Android.Arch.Core.Common.targets. MyApplication.Mobile.Droid C:\Users\me\source\repos\MyApplication\aspnet-core\src\MyApplication.Mobile.Droid\MyApplication.Mobile.Droid.csproj 403
Unfortunatly the nuget restore is not working...
Hi, What do I need to change for the application not to shut down after each request?
thanks for help
after upgrade to 6.x I got the following errors:
SCRIPT5007: SCRIPT5007: Unable to set property 'defaultSourceName' of undefined or null reference localhost:3434 (310,9)
SCRIPT5007: SCRIPT5007: Unable to get property 'unspecifiedClockProvider' of undefined or null reference GetScripts (1289,5)
SCRIPT5009: SCRIPT5009: 'jQuery' is not defined back-to-top.js (52,3)
2 SCRIPT5009: SCRIPT5009: '$' is not defined localhost:3434 (326,9)
Brak wyników
got it! its in AbpSettings where name = App.UiManagement.Theme
Id CreationTime CreatorUserId LastModificationTime LastModifierUserId Name TenantId UserId Value 30103 2018-07-23 22:05:30.8246795 13 NULL NULL App.UiManagement.Theme 3 NULL blue
it looks that one of my users was using blue layout in version 5.x and now version 6 is trying to load it. any idea how to change it/reset?
chunk {styles} styles.js, styles.js.map (styles) 574 kB [initial] [rendered] chunk {vendor} vendor.js, vendor.js.map (vendor) 10.7 MB [initial] [rendered] chunk {1047} 1047.js, 1047.js.map () 10.1 kB [rendered] i 「wdm」: Compiled successfully.
compilation worked and the application starts
problem arrive when I try to open any of my own components
PS C:\Users\merlin\source\repos\PlasticsTrader\angular> yarn yarn install v1.12.3 warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json. [1/4] Resolving packages... [2/4] Fetching packages... info [email protected]: The platform "win32" is incompatible with this module. info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... warning " > @angular/[email protected]" has incorrect peer dependency "@angular/core@>=6.0.0-beta.0 <7.0.0". warning " > @angular/[email protected]" has incorrect peer dependency "@angular/common@>=6.0.0-beta.0 <7.0.0". warning " > @ng-bootstrap/[email protected]" has incorrect peer dependency "@angular/common@^6.1.0". warning " > @ng-bootstrap/[email protected]" has incorrect peer dependency "@angular/core@^6.1.0". warning " > @ng-bootstrap/[email protected]" has incorrect peer dependency "@angular/forms@^6.1.0". warning " > @swimlane/[email protected]" has incorrect peer dependency "@angular/[email protected]". warning " > @swimlane/[email protected]" has incorrect peer dependency "@angular/[email protected]". warning " > @swimlane/[email protected]" has incorrect peer dependency "@angular/[email protected]". warning " > @swimlane/[email protected]" has incorrect peer dependency "@angular/[email protected]". warning " > [email protected]" has incorrect peer dependency "@angular/core@^6.0.0". warning " > [email protected]" has incorrect peer dependency "@angular/common@^6.0.0". warning " > [email protected]" has incorrect peer dependency "@angular/common@^6.0.0". warning " > [email protected]" has incorrect peer dependency "@angular/core@^6.0.0". warning " > [email protected]" has incorrect peer dependency "@angular/core@^6.0.0". warning "@angular-devkit/build-angular > @ngtools/[email protected]" has incorrect peer dependency "typescript@~2.4.0 || ~2. 5.0 || ~2.6.0 || ~2.7.0 || ~2.8.0 || ~2.9.0". warning " > [email protected]" has incorrect peer dependency "@angular/compiler@>=2.3.1 <7.0.0 || >6.0.0-beta <7.0.0". warning " > [email protected]" has incorrect peer dependency "@angular/core@>=2.3.1 <7.0.0 || >6.0.0-beta <7.0.0". warning " > [email protected]" has incorrect peer dependency "jasmine-core@>=3.2". [###################--------------------------------------------------------------------------------------] 17003/92906
which version of node should I use? 10.13.0 LTS or 11.2.0 Current?
INFO 2018-11-19 21:50:42,414 [5 ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 OPTIONS http://localhost:22742/AbpUserConfiguration/GetAll INFO 2018-11-19 21:50:42,480 [5 ] pNetCore.Cors.Infrastructure.CorsService - Policy execution failed. INFO 2018-11-19 21:50:42,482 [5 ] pNetCore.Cors.Infrastructure.CorsService - Request origin http://localhost:4200 does not have permission to access the resource.
my
appsettings.json
"CorsOrigins": "http://localhost:4200,http://localhost:22742",
WHAT IS WRONG!