LGP Project file corrupted ??

Posts   
 
    
HcD avatar
HcD
User
Posts: 214
Joined: 12-May-2005
# Posted on: 07-Nov-2005 19:50:37   

Hi,

for some reason, this evening when i open the LGP file i've been working with for the last 7 months, LLBL gives the following exception : Possible Version mismatch. Type System.Collections.Comparer has 1 members, number of members deserialized is 0. stack trace :


-----[Core exception]--------------------
   at System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo.GetMemberTypes(String[] inMemberNames)
   at System.Runtime.Serialization.Formatters.Binary.ObjectMap..ctor(String objectName, String[] memberNames, BinaryTypeEnum[] binaryTypeEnumA, Object[] typeInformationA, Int32[] memberAssemIds, ObjectReader objectReader, Int32 objectId, BinaryAssemblyInfo assemblyInfo, SizedArray assemIdToAssemblyTable)
   at System.Runtime.Serialization.Formatters.Binary.ObjectMap.Create(String name, String[] memberNames, BinaryTypeEnum[] binaryTypeEnumA, Object[] typeInformationA, Int32[] memberAssemIds, ObjectReader objectReader, Int32 objectId, BinaryAssemblyInfo assemblyInfo, SizedArray assemIdToAssemblyTable)
   at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadObjectWithMapTyped(BinaryObjectWithMapTyped record)
   at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadObjectWithMapTyped(BinaryHeaderEnum binaryHeaderEnum)
   at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.Run()
   at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, IMethodCallMessage methodCallMessage)
   at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, IMethodCallMessage methodCallMessage)
   at SD.LLBLGen.Pro.ApplicationCore.Project.Load(String projectPathFileName)
   at SD.LLBLGen.Pro.Gui.Forms.MainWindow.OpenExistingProject(String filenameToOpen)

I try getting an earlier version of the LGP from sourcesafe, and it gives me the same error. I copied my whoe prgram files/llblgen directory to another pc and tried it there, works fine

how could this be ? i haven't installed any new stuff lately that i know of ... holding off VS2005 until this project is finished for exactly this kind of reason

using LLBLGen build 1.0.2004.2 Final 26/may/2005 RuntimeLibraries_10082005.zip Templates_10122005.zip

any idea ??

HcD avatar
HcD
User
Posts: 214
Joined: 12-May-2005
# Posted on: 07-Nov-2005 20:49:14   

Update:

i copied my whole program files/llblgen directory to another pc (Windows 2003, no Visual studio installed) and there i could open the LGP file

... ?? rage

jeffreygg
User
Posts: 805
Joined: 26-Oct-2003
# Posted on: 07-Nov-2005 21:37:17   

I believe installing .NET 1.1 Service Pack 1 will resolve the problem:

http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=4638

Jeff...

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 07-Nov-2005 22:17:03   

Yes, SP1 for .NET 1.1 will fix this. Install it on the computer on which you get this error.

Frans Bouma | Lead developer LLBLGen Pro