Missing orm namespace in C#

Hello,

i have tried to generate C# Code from my Model.
At first, it worked fine. The Database was created successfully and the Code looks great.
But when i try to start the samples the Compiler reports an Error.

In even every second Codefile, the orm namespace is missed.
the “using orm;”

If i generate Java code for Eclipse, i have to import the orm.jar file for the basic classes but for C# i could not finde a orm.dll :slight_smile:
so where do i find the orm namespace?

Hope you can help me.