Base solution for your next web application

Activities of "vnetonline"

I was wondering what is the difference between ASP.NET Boilerplate with Module Zero and ASP.NET Zero Enterprise starter kit?

So basically the difference is the UI screens for the abstract concepts such as tenant management (multi-tenancy), role management, user management, session, authorization (permission management), setting management, language management, audit logging, edition management and so on. And also includes the Metronic theme.

Is my understanding right??

Dear support

I am creating an application which is much like a job seeking website, I need the ability to register either as an employer or candidate.

Is this possible without making custom changes to the framework registration process??

Regards Vnetonline

Dear Support

I am using Visual Studio 2015 and just downloaded "Web Compiler" so that the .less files can get complied on build. I have enabled Web Compile to Compile on Build for the web project. I am now getting an error Could not find file '...\Areas\Mpa\Views\Profile_ChangePictureModal.less

Can you please help?

Thanks and Kind Regards Vnetonline

Where is compilerconfig.json located??

Dear Support

I have just downloaded a new template of AspNetZero and i am getting the below error.

Can you please help?

Server Error in '/' Application.

There is no such an entity with given primary key. Entity type: [CompanyName].[ProjectName].MultiTenancy.Tenant, primary key: 2

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: Abp.AbpException: There is no such an entity with given primary key. Entity type: [CompanyName].[ProjectName].MultiTenancy.Tenant, primary key: 2

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[AbpException: There is no such an entity with given primary key. Entity type: [CompanyName].[ProjectName].MultiTenancy.Tenant, primary key: 2] Abp.Domain.Repositories.AbpRepositoryBase2.Get(TPrimaryKey id) +237 Castle.Proxies.EfRepositoryBase2Proxy_2.Get_callback(Int32 id) +4 Castle.Proxies.Invocations.AbpRepositoryBase`2_Get_9.InvokeMethodOnTarget() +66 Castle.DynamicProxy.AbstractInvocation.Proceed() +86 Abp.Domain.Uow.UnitOfWorkInterceptor.PerformSyncUow(IInvocation invocation, UnitOfWorkOptions options) +49 Abp.Domain.Uow.UnitOfWorkInterceptor.PerformUow(IInvocation invocation, UnitOfWorkOptions options) +73

try clearing your cache

Regards vnetonline

I two have been going through the tutorial and finished it last night. The only difference I can see between your code and my code is I have name my method call vm.openCreatePersonModal instead of vm.openModal. But that shouldn't matter and it works fine for me.

Dear Support

I am trying to deploy the solution to Azure and when i Publish the below are the setting I am using. Are they right?

Why isn't there the option Enable Code First Migrations under Default and should Software DB context be there?

[attachment=0:1euoeeb9]Azure Settings.PNG[/attachment:1euoeeb9]

Dear Support

I have changed the "Website Root Address" to {TENANCY_NAME}.mydomain.com in Host Settings.

I have also setup the wildcard hostname on Azure *.mydomain.com.

When I navigate to the site <a class="postlink" href="http://www.mydomain.com">http://www.mydomain.com</a> i can see the front end website.

When i click on the login button, I get the following error

Server Error in '/' Application.

There is no tenant defined with name www

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: Abp.UI.UserFriendlyException: There is no tenant defined with name www

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace: 


[UserFriendlyException: There is no tenant defined with name www]

is this functionality normal, am i supposed to create a www tenant to access the back end?

Should i rename the default tenant to www?

Showing 1 to 10 of 57 entries