Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

'System.NotSupportedException in Computed #46

Open
amellini opened this issue Apr 14, 2014 · 0 comments
Open

'System.NotSupportedException in Computed #46

amellini opened this issue Apr 14, 2014 · 0 comments

Comments

@amellini
Copy link

I have this computed property
[Computed]
public decimal CostoCalcolato
{
get
{
return Fornitore + Facon + Tessuto + Fodera + Accessori + TrasportoInterno + TrasportoCliente + TrasportoAccessori + Dogana + ImportoFinanziamento + Varie;
}
}

in my model, all properties used in the get method are decimal, the error i get is: NotSupportedException();
In the basecode it comes from VisitMethodCall(MethodCallExpression m) in KnockouExpressionConverter.cs.

The Methodname i get is op_Addition that is not supported.

I'm missing something?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant