Some Teammembers cannot open Project

Posts   
 
    
Trikels
User
Posts: 2
Joined: 28-Jul-2005
# Posted on: 28-Jul-2005 09:33:02   

Hello, our Team has installed Version 1.0.2004.2 of LLBLGen Pro on 4 PCs. Two of us can open our .lgp project, two cannot.

The errormessage is the same for both:

Möglicher Versionskonflikt. Der Typ System.Collections.Comparer hat 1 Member; die Anzahl der deserialisierten Memeber beträgt 0.

-----[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.ReadObjectWith MapTyped(BinaryObjectWithMapTyped record) at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadObjectWith MapTyped(BinaryHeaderEnum binaryHeaderEnum) at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.Run() at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(Head erHandler handler, __BinaryParser serParser, Boolean fCheck, IMethodCallMessage methodCallMessage) at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(S tream serializationStream, HeaderHandler handler, Boolean fCheck, IMethodCallMessage methodCallMessage) at SD.LLBLGen.Pro.ApplicationCore.Project.Load(String projectPathFileName)

Do you have any idea, what the problem is?

Thanks in advance

Trikels

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39898
Joined: 17-Aug-2003
# Posted on: 28-Jul-2005 09:50:20   

The project was saved on a machine with SP1 for .NET 1.1 installed, and the users who want to open it don't have SP1 of .NET 1.1 installed. Please install SP1 for .NET 1.1 on those machines. simple_smile

Frans Bouma | Lead developer LLBLGen Pro
Trikels
User
Posts: 2
Joined: 28-Jul-2005
# Posted on: 28-Jul-2005 10:20:49   

That's it! Thanks for your fast reply. 20 Minutes response time is awesome.

Keep up the good work. We really enjoy your Tool.

Trikels

ps. i always wondered why two of us had to insert the service pack cd while installing VS wink

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39898
Joined: 17-Aug-2003
# Posted on: 28-Jul-2005 11:56:03   

Trikels wrote:

That's it! Thanks for your fast reply. 20 Minutes response time is awesome. Keep up the good work. We really enjoy your Tool.

Thanks smile

Frans Bouma | Lead developer LLBLGen Pro