Page 1 of 1

Template with name LINQ C# is not registered.

Posted: Mon 09 Mar 2009 03:44
by davesworld
Hi -

I am evaluating the Beta for dotConnect for MySQL 5.20 Beta.
I created the file Subscriber.lqml and opened using Entity Developer for dotConnect version 2.0.5 Beta. I places three tables, two having foreign key relationsships onto the window after creating the socket for MySQL. I hit save.

I open Subscriber.cs, curious why nothing seems to work and got the message:
// Custom tool DevartLinqToSqlGenerator failed. See Error List window for details.

Error window states:
Custom tool error: Template with name LINQ C# is not registered.

Dumb question on my part, but how do I solve this?

Thanks,
David Nussdorfer :?:

More Info

Posted: Mon 09 Mar 2009 04:00
by davesworld
After reviewing the Entity quick start instructions, I noticed the Generate Model check box is greyed out. Also f7 - Generate is also greyed out. I did do a model valdation with no luck. :cry:

Posted: Tue 10 Mar 2009 09:20
by AndreyR
Go to the Project->Properties in the Entity Developer project and select the LINQ C# language from the dropdown list.
The generation should succeed.
Please let me know if it doesn't help.