Errors connecting to Devart/Oracle-based EF model

Options
I have a EF 6.1.1 assembly that works fine in my project, but when I try to point to that DAL Assembly in LINQPAD and [test] the connection, I get:

Schema specified is not valid. Errors:

(0,0) : error 0040: The Type char is not qualified with a namespace or alias. Only primitive types can be used without qualification.

(0,0) : error 0040: The Type char is not qualified with a namespace or alias. Only primitive types can be used without qualification.

(0,0) : error 0040: The Type date is not qualified with a namespace or alias. Only primitive types can be used without qualification.

(0,0) : error 0040: The Type char is not qualified with a namespace or alias. Only primitive types can be used without qualification.

(0,0) : error 0040: The Type date is not qualified with a namespace or alias. Only primitive types can be used without qualification.

(0,0) : error 0040: The Type varchar2 is not qualified with a namespace or alias. Only primitive types can be used without qualification.

(0,0) : error 0040: The Type date is not qualified with a namespace or alias. Only primitive types can be used without qualification.

(0,0) : error 0040: The Type char is not qualified with a namespace or alias. Only primitive types can be used without qualification.

(0,0) : error 0040: The Type interval day to second is not qualified with a namespace or alias. Only primitive types can be used without qualification.

(0,0) : error 0040: The Type interval day to second is not qualified with a namespace or alias. Only primitive types can be used without qualification.

(0,0) : error 0040: The Type varchar2 is not qualified with a namespace or alias. Only primitive types can be used without qualification.

(0,0) : error 0040: The Type varchar2 is not qualified with a namespace or alias. Only primitive types can be used without qualification.

(0,0) : error 0040: The Type timestamp is not qualified with a namespace or alias. Only primitive types can be used without qualification.

(0,0) : error 0040: The Type nvarchar2 is not qualified with a namespace or alias. Only primitive types can be used without qualification.

(0,0) : error 0040: The Type nclob is not qualified with a namespace or alias. Only primitive types can be used without qualification.

(0,0) : error 0040: The Type varchar2 is not qualified with a namespace or alias. Only primitive types can be used without qualification.

(0,0) : error 0040: The Type varchar2 is not qualified with a namespace or alias. Only primitive types can be used without qualification.

(0,0) : error 0040: The Type varchar2 is not qualified with a namespace or alias. Only primitive types can be used without qualification.

(0,0) : error 0040: The Type varchar2 is not qualified with a namespace or alias. Only primitive types can be used without qualification.

(0,0) : error 0040: The Type varchar2 is not qualified with a namespace or alias. Only primitive types can be used without qualification.

(0,0) : error 0040: The Type varchar2 is not qualified with a namespace or alias. Only primitive types can be used without qualification.

(0,0) : error 0040: The Type varchar2 is not qualified with a namespace or alias. Only primitive types can be used without qualification.

(0,0) : error 0040: The Type varchar2 is not qualified with a namespace or alias. Only primitive types can be used without qualification.

(0,0) : error 0040: The Type varchar2 is not qualified with a namespace or alias. Only primitive types can be used without qualification.

(0,0) : error 0040: The Type varchar2 is not qualified with a namespace or alias. Only primitive types can be used without qualification.

(0,0) : error 0040: The Type xmltype is not qualified with a namespace or alias. Only primitive types can be used without qualification.

(0,0) : error 0040: The Type xmltype is not qualified with a namespace or alias. Only primitive types can be used without qualification.

Any idea what this means and why it only shows up in LinqPad?

Randy

Comments