Just upgraded to LLBLGen 1.0.2004.2 Final and we've run into a problem rebuilding an existing project. Using VS.NET 2003 and the .NET 1.1 Framework, and SQL Server 2000. Building the LLBLGen project with the regenerated code is throwing an error on a file called StateListTypdList. This is an existing file from the previous version of the project, that doesn't seem to be modified at all by the new project generation.
Here is the specific error:
C:\ [ ... ] \TypedListClasses\StateListTypedList.cs(40): 'WSCSData.TypedListClasses.StateListTypedList' does not implement interface member 'SD.LLBLGen.Pro.ORMSupportClasses.ITypedListLgp.GetDbCount(bool, SD.LLBLGen.Pro.ORMSupportClasses.IPredicateExpression, SD.LLBLGen.Pro.ORMSupportClasses.IRelationCollection, SD.LLBLGen.Pro.ORMSupportClasses.GroupByCollection)'
Here is a snippet of the code being referenced, the start of the class in question.
[Serializable, System.ComponentModel.DesignerCategory("Code")]
public class StateListTypedList : TypedListBase, IEnumerable, ITypedListLgp
{
#region Class Member Declarations
private static Hashtable _customProperties;
private static Hashtable _fieldsCustomProperties;