Gives me error below:
[10:22:11 INF] Downloading source code of Volo.Abp.Account.Pro (Latest) [10:22:11 INF] Output folder: C:\Users\User [10:22:12 ERR] Downloading source code failed for: Volo.Abp.Account.Pro Volo.Abp.Studio.AbpStudioException: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. at async Task Volo.Abp.Studio.Modules.Installing.SourceCodeDownloader.DownloadSourceCodeAsync(string moduleName, string targetFolder, string version, bool includeNightly) at async Task Volo.Abp.Studio.Cli.Commands.StudioGetSourceCommand.ExecuteAsync(CommandLineArgs commandLineArgs) at async Task Volo.Abp.Studio.Cli.StudioCliService.RunInternalAsync(CommandLineArgs commandLineArgs) at async Task Volo.Abp.Studio.Cli.StudioCliService.RunAsync(string[] args)
Thanks for email.
According to FAQ, Account Pro IS included in Personal License. But yes I see source code is not, which does make customizing ABP a lot harder, so thank you
{email removed}
Hi
Trying to override the login page so I can customize layout.
Have read guide here - https://abp.io/docs/latest/framework/ui/mvc-razor-pages/customization-user-interface?_redirected=B8ABF606AA1BDF5C629883DF1061649A#overriding-a-razor-page-cshtml
It suggests copying content of original cshtml file from https://github.com/abpframework/abp/blob/dev/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Login.cshtml and creating Accounts folder and then put the Login.cshtml in that folder, all of this make sense.
But the code in the link above comes from a Application (Layered) project and I as a Personal license user can only created Application (Single Layer) projects, so everything in one project folder and no separate .{projectname}Web folder, and both articles seem to assume you are using a Layered project, so I get errors in the code such as below:
CS0234 The type or namespace name 'Web' does not exist in the namespace 'Volo.Abp.Account' (are you missing an assembly reference?)
CS0246 The type or namespace name 'LoginModel' could not be found (are you missing a using directive or an assembly reference?) A
So can someone point me to guide that works for Single Layer projects or give me pointers on getting this to work?
Thank you
Thank you, much appreciated :)
Okay thanks, I was running the command within Visual Studio terminal rather than ABP Studio, perhaps that is why it didn't update the file and I had to do it, but good to know.
Thank you, that was what I was checking, because when you run command manually (e.g. Studio not doing it during project creation) then it **doesn't **update that file and i had to do it manually before it would work
Yes, The studio will use same command to create pfx file.
But does it ALSO update it in the {projectname}Module.cs file as per my screenshot, or do I have to ensure passwords match!
Thank you.
And the answer to previous question (https://abp.io/qa/questions/8057/3a1587d3-eb12-80f2-269c-dc9b58199e4d) if certificate is created using command line? As I assume when studio working it does this bit automatically too?
Uploaded to Github private repo I think and invite sent - if you can remove both Saas and Openiddict from the project so I can see changes made
Thank you