Since downloading the latest version of LLBL (July 25th) (dlls dated August 1st) I get an error on application start:
Method not found: Void SD.LLBLGen.Pro.ORMSupportClasses.IFieldPersistenceInfo.set_IdentityValueSequenceName(System.String).
Line 229: Dim persistenceInfo As IFieldPersistenceInfo = PersistenceInfoFactory.GetFieldPersistenceInfo(field.ContainingObjectName, field.Name)
Line 230: InsertPersistenceInfoObjects(field.ExpressionToApply)
Line 231: HandleSchemaName(persistenceInfo)
Line 232: Return persistenceInfo
Line 233: End Function
[MissingMethodException: Method not found: Void SD.LLBLGen.Pro.ORMSupportClasses.IFieldPersistenceInfo.set_IdentityValueSequenceName(System.String).]
ADPDS.IP.DAL.DatabaseSpecific.DataAccessAdapter.HandleSchemaName(IFieldPersistenceInfo persistenceInfo) +0
ADPDS.IP.DAL.DatabaseSpecific.DataAccessAdapter.GetFieldPersistenceInfo(IEntityField2 field) in C:\Documents and Settings\sbeets\My Documents\Visual Studio Projects\ImplementationPortal\ADPDS.IP.DAL\DatabaseSpecific\DataAccessAdapter.vb:231
SD.LLBLGen.Pro.ORMSupportClasses.DataAccessAdapterBase.CreatePrimaryKeyFilter(ArrayList primaryKeyFields) +172
SD.LLBLGen.Pro.ORMSupportClasses.DataAccessAdapterBase.FetchEntity(IEntity2 entityToFetch, IPrefetchPath2 prefetchPath, Context contextToUse) +307
SD.LLBLGen.Pro.ORMSupportClasses.DataAccessAdapterBase.FetchEntity(IEntity2 entityToFetch, IPrefetchPath2 prefetchPath) +41
ADPDS.IP.DAL.BaseClasses.PortalUser..ctor(WindowsIdentity nIdentity) in C:\Documents and Settings\sbeets\My Documents\Visual Studio Projects\ImplementationPortal\ADPDS.IP.DAL\NonDataClasses\PortalUser.vb:57
ADPDS.IP.GUI.Global.WindowsAuthentication_OnAuthenticate(Object sender, WindowsAuthenticationEventArgs e) in C:\Inetpub\wwwroot\ADPDS.IP.GUI\Global.asax.vb:71
System.Web.Security.WindowsAuthenticationModule.OnAuthenticate(WindowsAuthenticationEventArgs e) +24
System.Web.Security.WindowsAuthenticationModule.OnEnter(Object source, EventArgs eventArgs) +471
System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
I can't work out whether I've screwed up my upgrade or what. I've trying deleting and reregistering the runtime files in the GAC; I've verified that no old versions of the runtime files exist on my machine; and I've uninstalled and reinstalled (and re-gened) LLBL. What am I missing?