Base solution for your next web application

Activities of "marcl"

Answer

Hi,

Github: ezustnyilgenyo

thx Marcell

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

<cite>marcl: </cite>

<cite>hikalkan: </cite> Hi,

Also, is it working if you don't call _re.UpdateAsync ?

Hi,

I'll try it.

thx Marcell

Hi,

No, I tried it.

thx

Marcell

<cite>hikalkan: </cite> Hi,

Also, is it working if you don't call _re.UpdateAsync ?

Hi,

I'll try it.

thx Marcell

<cite>ismcagdas: </cite> Hi,

Where do you run these lines ? In an application service ? Can you share your method definition including these lines ?

Hi,

I use update code in controller in Web layer.

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

Answer

Hi,

What do you mean by webhosting? A regular shared hosting? Yes , regular web hosting what can you buy in hosting company. Like this: [https://www.forpsi.com/webhosting/advanced/])

I'll check cookies setting.

Thx Marcell

ok, thx

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

Showing 1 to 10 of 11 entries