Problem upgrading project to 2003

J

james

I upgraded my 2002 project to 2003 and I am getting several of there errors
on my forms

xxxForm.resx Resource transformation for file 'xxxForm.resx' failed.
Possible Version mismatch. Type System.Globalization.DateTimeFormatInfo has
38 members, number of members deserialized is 35.

Now, when I open the .resx files I do not find any DateTimeFOrmatInfo
members
in the XML or in the code.

Help !!!

Thanks,

JIM
 
J

james

Here is the stack trace

System.Runtime.Serialization.SerializationException: Cannot find member name
System.Globalization.DateTimeFormatInfo.
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
System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(S
tream serializationStream, HeaderHandler handler)
at
System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(S
tream serializationStream)
at System.Resources.ResourceReader.LoadObject(Int32 pos)
at System.Resources.RuntimeResourceSet.GetObject(String key, Boolean
ignoreCase)
at System.Resources.ResourceManager.GetObject(String name, CultureInfo
culture)
at System.Resources.ResourceManager.GetObject(String name)


JIM
 
P

Peter Huang [MSFT]

Hi James,

This is a known issue. To work around the problem, you may try to check the
link below.
http://groups.google.com/groups?hl=zh-CN&lr=&ie=UTF-8&oe=UTF-8&threadm=ujkP9
vUIDHA.452%40TK2MSFTNGP11.phx.gbl&rnum=1&prev=/groups%3Fq%3DDateTimeFormatIn
fo%2BPossible%2BVersion%2Bmismatch%26hl%3Dzh-CN%26lr%3D%26ie%3DUTF-8%26oe%3D
UTF-8

Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
--------------------
From: "james" <[email protected]>
References: <[email protected]>
Subject: Re: Problem upgrading project to 2003 - More Info
Date: Wed, 17 Sep 2003 13:22:03 -0500
Lines: 75
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 5.50.4133.2400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
Message-ID: <[email protected]>
Newsgroups: microsoft.public.dotnet.languages.csharp
NNTP-Posting-Host: uslink-66.173.46-155.uslink.net 66.173.46.155
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.csharp:185608
X-Tomcat-NG: microsoft.public.dotnet.languages.csharp

Here is the stack trace

System.Runtime.Serialization.SerializationException: Cannot find member name
System.Globalization.DateTimeFormatInfo.
at
System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo.GetMemberType
s
(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.ReadObjectWit h
MapTyped(BinaryObjectWithMapTyped record)
at
System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadObjectWit h
MapTyped(BinaryHeaderEnum binaryHeaderEnum)
at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.Run()
at
System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(Hea d
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
System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize( S
tream serializationStream, HeaderHandler handler)
at
System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize( S
tream serializationStream)
at System.Resources.ResourceReader.LoadObject(Int32 pos)
at System.Resources.RuntimeResourceSet.GetObject(String key, Boolean
ignoreCase)
at System.Resources.ResourceManager.GetObject(String name, CultureInfo
culture)
at System.Resources.ResourceManager.GetObject(String name)


JIM


james said:
I upgraded my 2002 project to 2003 and I am getting several of there errors
on my forms

xxxForm.resx Resource transformation for file 'xxxForm.resx' failed.
Possible Version mismatch. Type System.Globalization.DateTimeFormatInfo has
38 members, number of members deserialized is 35.

Now, when I open the .resx files I do not find any DateTimeFOrmatInfo
members
in the XML or in the code.

Help !!!

Thanks,

JIM
 
J

james

Thanks sooooo much !, I will check it out

JIM


Peter Huang said:
Hi James,

This is a known issue. To work around the problem, you may try to check the
link below.
http://groups.google.com/groups?hl=...le+Version+mismatch&hl=zh-CN&lr=&ie=UTF-8&oe=
UTF-8

Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
--------------------
From: "james" <[email protected]>
References: <[email protected]>
Subject: Re: Problem upgrading project to 2003 - More Info
Date: Wed, 17 Sep 2003 13:22:03 -0500
Lines: 75
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 5.50.4133.2400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
Message-ID: <[email protected]>
Newsgroups: microsoft.public.dotnet.languages.csharp
NNTP-Posting-Host: uslink-66.173.46-155.uslink.net 66.173.46.155
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.csharp:185608
X-Tomcat-NG: microsoft.public.dotnet.languages.csharp

Here is the stack trace

System.Runtime.Serialization.SerializationException: Cannot find member name
System.Globalization.DateTimeFormatInfo.
at

System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo.GetMemberType
s
(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.ReadObjectWit
h
MapTyped(BinaryObjectWithMapTyped record)
at
System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadObjectWit
h
MapTyped(BinaryHeaderEnum binaryHeaderEnum)
at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.Run()
at
System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(Hea
d
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
System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(
S
tream serializationStream, HeaderHandler handler)
at
System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(
S
tream serializationStream)
at System.Resources.ResourceReader.LoadObject(Int32 pos)
at System.Resources.RuntimeResourceSet.GetObject(String key, Boolean
ignoreCase)
at System.Resources.ResourceManager.GetObject(String name, CultureInfo
culture)
at System.Resources.ResourceManager.GetObject(String name)


JIM


james said:
I upgraded my 2002 project to 2003 and I am getting several of there errors
on my forms

xxxForm.resx Resource transformation for file 'xxxForm.resx' failed.
Possible Version mismatch. Type System.Globalization.DateTimeFormatInfo has
38 members, number of members deserialized is 35.

Now, when I open the .resx files I do not find any DateTimeFOrmatInfo
members
in the XML or in the code.

Help !!!

Thanks,

JIM
 
P

Peter Huang [MSFT]

Hi James,

I hope the suggestion will help you .

Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

--------------------
Subject: Re: Problem upgrading project to 2003 - More Info
Date: Thu, 18 Sep 2003 11:01:17 -0500
Lines: 142
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 5.50.4133.2400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
Message-ID: <#[email protected]>
Newsgroups: microsoft.public.dotnet.languages.csharp
NNTP-Posting-Host: uslink-66.173.46-155.uslink.net 66.173.46.155
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.csharp:185857
X-Tomcat-NG: microsoft.public.dotnet.languages.csharp

Thanks sooooo much !, I will check it out

JIM


Peter Huang said:
Hi James,

This is a known issue. To work around the problem, you may try to check the
link below.
http://groups.google.com/groups?hl=zh-CN&lr=&ie=UTF-8&oe=UTF-8&threadm=ujkP 9vUIDHA.452%40TK2MSFTNGP11.phx.gbl&rnum=1&prev=/groups%3Fq%3DDateTimeFormatI nfo%2BPossible%2BVersion%2Bmismatch%26hl%3Dzh-CN%26lr%3D%26ie%3DUTF-8%26oe%3
D
UTF-8

Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
--------------------
From: "james" <[email protected]>
References: <[email protected]>
Subject: Re: Problem upgrading project to 2003 - More Info
Date: Wed, 17 Sep 2003 13:22:03 -0500
Lines: 75
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 5.50.4133.2400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
Message-ID: <[email protected]>
Newsgroups: microsoft.public.dotnet.languages.csharp
NNTP-Posting-Host: uslink-66.173.46-155.uslink.net 66.173.46.155
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.csharp:185608
X-Tomcat-NG: microsoft.public.dotnet.languages.csharp

Here is the stack trace

System.Runtime.Serialization.SerializationException: Cannot find member name
System.Globalization.DateTimeFormatInfo.
at

System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo.GetMemberTyp e
s
(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.ReadObjectWi t
h
MapTyped(BinaryObjectWithMapTyped record)
at

System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadObjectWi t
h
MapTyped(BinaryHeaderEnum binaryHeaderEnum)
at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.Run()
at

System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(He a
d
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

System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize (
S
tream serializationStream, HeaderHandler handler)
at

System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize (
S
tream serializationStream)
at System.Resources.ResourceReader.LoadObject(Int32 pos)
at System.Resources.RuntimeResourceSet.GetObject(String key, Boolean
ignoreCase)
at System.Resources.ResourceManager.GetObject(String name, CultureInfo
culture)
at System.Resources.ResourceManager.GetObject(String name)


JIM


I upgraded my 2002 project to 2003 and I am getting several of there
errors
on my forms

xxxForm.resx Resource transformation for file 'xxxForm.resx' failed.
Possible Version mismatch. Type System.Globalization.DateTimeFormatInfo
has
38 members, number of members deserialized is 35.

Now, when I open the .resx files I do not find any DateTimeFOrmatInfo
members
in the XML or in the code.

Help !!!

Thanks,

JIM
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top