Error loading .lgp

Posts   
 
    
Brunello
User
Posts: 3
Joined: 09-Sep-2005
# Posted on: 26-Sep-2005 21:05:23   

I get the following error when loading a project file.

Possible Version mismatch. Type System.Collections.Comparer has 1 members, number of members deserialized is 0.

It references mscorlib as the source of the error.

The machine I am having trouble with is running Windows XP 64 and has both Visual Studio 2003 and 2005 installed. I have a second machine running Windows XP with both VS2003 and 2005 installed and it runs fine.

I have verified that the versions of LLBL are the same.

Any ideas?

Mike

wayne avatar
wayne
User
Posts: 611
Joined: 07-Apr-2004
# Posted on: 26-Sep-2005 21:11:44   

It sounds more like a .Net framework mismatch. The lgp file was created using version X of the .Net framework and now you are trying to open it using a newer or older version.

This happned before see - http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=1466

pilotboba
User
Posts: 434
Joined: 05-Aug-2005
# Posted on: 27-Sep-2005 18:36:54   

Brunello wrote:

Any ideas?

Does the machine with a problem has .Net 1.1 Service Pack 1 installed on it? If not, try installing the SP.

BOb