Base solution for your next web application

Activities of "vitaly"

The same issue after installing 1.12 version. Create new project, followed the guide. Trying to update packages with "get-project -all | get-package | ?{ $_.Id -like 'Abp*' } | update-package" and get the following:

Attempting to gather dependencies information for multiple packages with respect to project 'Tools\omni.Migrator', targeting '.NETFramework,Version=v4.6.1'
update-package : An error occurred while retrieving package metadata for 'AutoMapper.5.1.1' from source 'C:\Users\stepan.nesterov\Documents\Visual Studio 2015\Projects\omniPOS_v1.12.2\packages'.
At line:1 char:60
+ get-project -all | get-package | ?{ $_.Id -like 'Abp*' } | update-package
+                                                            ~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Update-Package], Exception
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.UpdatePackageCommand
 
Attempting to gather dependencies information for multiple packages with respect to project 'Tools\omni.Migrator', targeting '.NETFramework,Version=v4.6.1'
update-package : An error occurred while retrieving package metadata for 'AutoMapper.5.1.1' from source 'C:\Users\stepan.nesterov\Documents\Visual Studio 2015\Projects\omniPOS_v1.12.2\packages'.
At line:1 char:60
+ get-project -all | get-package | ?{ $_.Id -like 'Abp*' } | update-package
+                                                            ~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Update-Package], Exception
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.UpdatePackageCommand

Thanks! I will investigate how to integrate your recommendations.

Got it. Thank you

Could you give an example, please

Great! Thank you for explanation.

How it works now? Should I change Controllers, FrontEndNavigationProvider, PageNames, FrontEndBundleConfig, _ViewStart.cshtml?

Regards

Thank you )

Thank you! It helped.

Could you help me?

Is this the same in case (a) Tenant is created manually from Host (b) Tenant is created by user from landing page?

Showing 1 to 10 of 11 entries