Base solution for your next web application

Activities of "marcl"

Question

Hi,

How to get other metronic theme?

thx Marcell

Question

Hi,

Why I couldn't use '-' in user name. I get error.

thx Marcell

Hi,

I want to upate entity object, but I got this error.

Steps:

  1. document = await _re.GetAsync(id.Value);
  2. document.FullPath = filePath;
  3. await _re.UpdateAsync(document); Now get an error: Attaching an entity of type 'eDocument.MultiTenancy.Tenant' failed because another entity of the same type already has the same primary key value. This can happen when using the 'Attach' method or setting the state of an entity to 'Unchanged' or 'Modified' if any entities in the graph have conflicting key values. This may be because some entities are new and have not yet received database-generated key values. In this case use the 'Add' method or the 'Added' entity state to track the graph and then set the state of non-new entities to 'Unchanged' or 'Modified' as appropriate.

My document class: public class Document : Entity<int>, IFullAudited, IMayHaveTenant

I continuously get this error after I update abp framework. But, got this error if I save document after page is loaded. The second document save is working.

Any help is appreciated

Marcell

Question

Hi,

I use webhosting and aspnetzero. When I loged into app I got this after did some click :"No user loged in!", in webhosting. (All users) I tried same release other two servers, but not got this error. I couldn't use windows auth and use integrated security=False in sql connection.

Is there any secret option when I use this framework in webhosting?

thx Marcell

Hi,

How to manage different login auth by tenant? What I want, some tenant login with email and password, some login with windows auth.

Its possible ?

thx Marcell

Showing 1 to 5 of 5 entries