-
I've been seeing this randomly... any thoughts/suggestions are welcome. The classes are generated with Subsonic 2.1 and use the repository base class. Details:System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: An...
-
Moving from ActiveRecord to RepositoryRecord, I seem to be unable to relocate most of the functions that previously worked on ActiveRecord<T> Example: Product.Find(product) How do I do a a Find() when I'm using Repository pattern? The documentation says there's a Find() on the Collectio...
-
I'm working with Pakala 2.1.3 and have hit an error. When using the DB.Save(RepObj) function an exception is thrown (Incorrect syntax near the keyword 'WHERE'.). Drilling into the exception, I found this information which may help. _commandText = "UPDATE [dbo].[ControlParms] SET WHERE...