tags:

views:

236

answers:

1

i am just trying to generate the classes for linq to mysql with dbmetal / visual metal and keep running into the error: "magma string must not be empty"... i've googled, i've recompiled locally, checked the references etc. and don't really want to start debugging this... anybody had the same issue before or knows of another way to generate those classes?

thanks

+2  A: 

actually, believe it or not, it was caused by field names in the table ending with an underscore (_)... just for future reference, might save somebody else many hours...

handsomeGun