Option Strict On disallows implicit conversions

Posts   
 
    
Lomegah
User
Posts: 19
Joined: 21-Apr-2005
# Posted on: 25-Apr-2005 19:23:04   

Hi !

Everytime we try to compile a solution that contains at least 2 projects, we get thoses error messages frowning :

Option Strict On disallows implicit conversions from 'SD.LLBLGen.Pro.ORMSupportClasses.IEntityFields' to 'SD.LLBLGen.Pro.ORMSupportClasses.IEntityFields'.

Overload resolution failed because no accessible 'CreateSelectDQ' can be called with these arguments: 'Public Shared Function CreateSelectDQ(selectList() As SD.LLBLGen.Pro.ORMSupportClasses.IEntityFieldCore, fieldsPersistenceInfo() As SD.LLBLGen.Pro.ORMSupportClasses.IFieldPersistenceInfo, connectionToUse As System.Data.IDbConnection, selectFilter As SD.LLBLGen.Pro.ORMSupportClasses.IPredicate, maxNumberOfItemsToReturn As Long, sortClauses As SD.LLBLGen.Pro.ORMSupportClasses.ISortExpression, groupByClause As SD.LLBLGen.Pro.ORMSupportClasses.IGroupByCollection, allowDuplicates As Boolean) As SD.LLBLGen.Pro.ORMSupportClasses.IRetrievalQuery': Value of type 'SD.LLBLGen.Pro.ORMSupportClasses.IEntityFields' cannot be converted to '1-dimensional array of SD.LLBLGen.Pro.ORMSupportClasses.IEntityFieldCore'. [...]

Can you help us ? Thanks !

Lomegah
User
Posts: 19
Joined: 21-Apr-2005
# Posted on: 25-Apr-2005 20:03:27   

Sorry, we found the source of the problem. You know... one of these days wink

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39896
Joined: 17-Aug-2003
# Posted on: 25-Apr-2005 20:15:34   

Wild guess: wrong version of the runtime libs referenced?

(what did I win? wink )

Frans Bouma | Lead developer LLBLGen Pro