Page 1 of 1

Entity Framework 6 Error Reverse Engineer Postgres Function

Posted: Thu 24 Mar 2016 21:03
by greyfox55
We are using DevArt for our current WPF project using Entity Framework 6 database first approach. It was working great reverse enginenering tables and views. However now we have begun adding functions / stored procedures and getting errors trying to reverse engineer. When I attempt to update the model from the database I get the follow error.
An exception of type System,NotSupportedException occurred while attempting to update from the database. The exception message is: The specified type is not supported by this selector
I've confirmed my function compiles, works, and returns the desired results when running from command line or a postgres client.

Any ideas into what might be causing this issue and how to resolve?

Re: Entity Framework 6 Error Reverse Engineer Postgres Function

Posted: Fri 25 Mar 2016 16:41
by Shalex