I have a table in my database called "Campus" and when sonic.exe generates the class it names it "Campu". So I tried setting "fixPluralClassNames" to false in my generate statement (through visual studio as an external command, it automatically picks up the connection strings in app.config) but it still generates it as "Campu". I tried running sonic.exe manually through the command line (passing it my database info using /server and /db), setting "fixPluralClassNames" to false and it correctly generates the class named "Campus". Is this a bug or am I doing something wrong? Thanks.