Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "velu"

Hi,

We are using .CORE and angular 6

how Set the Domain attributes for the session cookie

It was observed that session cookie attribute has been set to root and Path Samesite, Secure flag and HTTP Only attribute was not set in the application.

Please help us to solve this

Thanks

Hi,

we have successfully integrated devexpress report in aspnetzero,

https://support.aspnetzero.com/QA/Questions/6219

https://support.aspnetzero.com/QA/Questions/6219

Hi,

We have implemented devexpress report in aspnetzero Core.

Requirement: DEVEXPRESS 18.2.4 (Local package)

Report: JSON Report

Thanks

Please check below mentioned code.

new AppMenuItem('Transactions', '', 'flaticon-list-3', '', [ new AppMenuItem('Market', '', 'flaticon-app', '', [
new AppMenuItem('Sell', null, 'fa fa-circle-o', '/app/main/Market', [], false, { MODE: 'S' }), new AppMenuItem('Buy', null, 'fa fa-circle-o', '/app/main/Market', [], false, { MODE: 'B' }) ]), ]),

We are using same route for both menus. When we click first (Sell) menu Parameter value getting properly, But after clicking on Second (Buy) Menu we are not getting changed parameter value in queryParams.

May be Market.component.ts page is not refreshed after clicking Second menu.

this.modeText = this._activatedRoute.snapshot.queryParams['MODE'] || '';

How to create a single role for all tenants.

Please guid us on this.

Thanks for help.

But how to read on landing page?

Please guide us in detail.

Please guide us integrate Devexpress Reporting with ASP.NET Core & Angular 7.

We have Asp.net Zero 6.2 version.

I have routes that have parameters.

How do we add these to the AppMenuItem definitions?

We are using Aspnetzero Combined solution with angular V6.1.0 Devart When we tried to inser user or get all notification we get the following error

System.InvalidOperationException: Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct.
   at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
   at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)
   at Remotion.Linq.Parsing.Structure.NodeTypeProviders.MethodInfoBasedNodeTypeRegistry.GetNodeType(MethodInfo method)
   at Remotion.Linq.Parsing.Structure.NodeTypeProviders.MethodInfoBasedNodeTypeRegistry.IsRegistered(MethodInfo method)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at Remotion.Linq.Parsing.Structure.ExpressionTreeParser.GetQueryOperatorExpression(Expression expression)
   at Remotion.Linq.Parsing.ExpressionVisitors.SubQueryFindingExpressionVisitor.Visit(Expression expression)
   at System.Linq.Expressions.ExpressionVisitor.VisitBinary(BinaryExpression node)
   at System.Linq.Expressions.BinaryExpression.Accept(ExpressionVisitor visitor)
   at System.Linq.Expressions.ExpressionVisitor.VisitBinary(BinaryExpression node)
   at System.Linq.Expressions.BinaryExpression.Accept(ExpressionVisitor visitor)
   at System.Linq.Expressions.ExpressionVisitor.VisitBinary(BinaryExpression node)
   at System.Linq.Expressions.BinaryExpression.Accept(ExpressionVisitor visitor)
   at System.Linq.Expressions.ExpressionVisitor.VisitBinary(BinaryExpression node)
   at System.Linq.Expressions.BinaryExpression.Accept(ExpressionVisitor visitor)
   at System.Linq.Expressions.ExpressionVisitor.VisitLambda[T](Expression`1 node)
   at System.Linq.Expressions.Expression`1.Accept(ExpressionVisitor visitor)
   at System.Linq.Enumerable.SelectListPartitionIterator`2.ToArray()
   at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
   at Remotion.Linq.Parsing.Structure.MethodCallExpressionParser.Parse(String associatedIdentifier, IE...
   
     

Please helps us to solve this issue.

Thanks

Showing 31 to 40 of 236 entries