Base solution for your next web application

Activities of "ismcagdas"

Hi,

Those values should be retrieved from the settings you provide in host settings page. Did you set the values on host settings page ? You can check EmailSenderBase for more information. <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/blob/f10fa5205c780bcc27adfe38aaae631f412eb7df/src/Abp/Net/Mail/EmailSenderBase.cs#L24">https://github.com/aspnetboilerplate/as ... ase.cs#L24</a>

Answer

Hi,

Which ABP version do you use in your project ? AbpHangfireAuthorizationFilter introduced in ABP 0.11.

Hi,

Which version of AspNet Zero do you use ?

Hi,

I dont't remember the duration right now but token expires. When you get a 401 Unauthorized response, you need to get a new token.

Hi,

Your definitions seems correct. Can you share the code with your repository where you get error ?

Thanks.

Hi,

You can see the answer for yur permission question here <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1477#issuecomment-256317959">https://github.com/aspnetboilerplate/as ... -256317959</a>.

For organization units you can see it's documentation here <a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents/Zero/Organization-Units">http://www.aspnetboilerplate.com/Pages/ ... tion-Units</a>.

As an example you can think the software development teams in a company

  • Comapny X ----Software Development -------- Web Development Team -------- Core Team -------- R&D Team

Hi,

Can you build the project successfully ? If so, can you try to run Visual Studio as an Administrator ? Please try to run with VS 2015 if possible.

Please write back if you still have the problem.

Thanks.

Hi,

We updated the docs but we forgot some sections I think. We will review the docs again. I have created an issue about this here <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1645">https://github.com/aspnetboilerplate/as ... ssues/1645</a>

Hi,

Have you seen this issue ? <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1567">https://github.com/aspnetboilerplate/as ... ssues/1567</a>

Hi,

You first need to add ui-grid (or all others you are adding) to app module definition here. <a class="postlink" href="https://github.com/aspnetboilerplate/module-zero-template/blob/master/src/AbpCompanyName.AbpProjectName.WebSpaAngular/App/Main/app.js#L4">https://github.com/aspnetboilerplate/mo ... /app.js#L4</a>

You can see that ui.bootstrap is added in the same way.

Then you can inject it in your controllers.

Showing 11811 to 11820 of 12747 entries