we have run into an odd issue with phonenumbers.dll. The DLL is in our installation directory, but is not in the QBMFileRevision. When we try to upload it we get the error "Number of primary key columns does not match"
the full error is:
at VI.Tools.SoftwareLoader.Pages.PageProcess._TreadUpload()
at VI.Update.FileUploader.UploadFiles(DirectoryInfo dRoot, UploadFileInfo[] vFiles, String uidTag, ICancelRequest iCancel)
Number of primary key columns does not match.
at VI.DB.Entities.DbEntityRawDataSource.<ExistsAsync>d__8.MoveNext()
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at VI.DB.DataAccess.StatementBuilderBase.<BuildSelectAsync>d__7.MoveNext()
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at VI.DB.Entities.Query.<NormalizeAsync>d__93.MoveNext()
at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
at VI.DB.Entities.Query.<_NormalizeMatchNothing>d__103.MoveNext()
at VI.DB.Entities.Query.<_NormalizeOrderBy>d__102.MoveNext()
at VI.DB.Entities.Query.<_NormalizePkWhereClauses>d__99.MoveNext()
at VI.DB.Entities.Query._Convert(IMetaData metaData, TableReference tbl, PkWhereClause pkClause)
has anyone seen this, and any ideas?