views:

108

answers:

2

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?
+4  A: 

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.

Jon Galloway
+1  A: 

Yep, we're using it (one project uses ActiceRecord and the other SimpleRepository) and it is working great. You might want to visit the SubSonic Docs and walkthrough a couple of the demos before to dismiss it as an option. I have a feeling learning some of the SubSonic fundementals would really help you out.

Ben Griswold