Getting arbirary exceptions when using Subsonic 3

subsonicsubsonic3

I have a few questions regarding Subsonic 3:

  • Does anyone use it in their projects?
  • Why do I keep on getting primary key exceptions when accessing tables?
  • Why do I seem to be getting arbitrary null reference exceptions when using subsonic?

Best Answer

If you're not using primary keys, the activerecord templates aren't going to work for you. Not a bug - it's like complaining that your car doesn't drive sideways. It's not in the feature list.

Related Topic