473,405 Members | 2,279 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Problem upgrading project to 2003

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


Nov 15 '05 #1
4 1779
Here is the stack trace

System.Runtime.Serialization.SerializationExceptio n: Cannot find member name
System.Globalization.DateTimeFormatInfo.
at
System.Runtime.Serialization.Formatters.Binary.Rea dObjectInfo.GetMemberTypes
(String[] inMemberNames)
at System.Runtime.Serialization.Formatters.Binary.Obj ectMap..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.Obj ectMap.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.__B inaryParser.ReadObjectWith
MapTyped(BinaryObjectWithMapTyped record)
at
System.Runtime.Serialization.Formatters.Binary.__B inaryParser.ReadObjectWith
MapTyped(BinaryHeaderEnum binaryHeaderEnum)
at System.Runtime.Serialization.Formatters.Binary.__B inaryParser.Run()
at
System.Runtime.Serialization.Formatters.Binary.Obj ectReader.Deserialize(Head
erHandler handler, __BinaryParser serParser, Boolean fCheck,
IMethodCallMessage methodCallMessage)
at
System.Runtime.Serialization.Formatters.Binary.Bin aryFormatter.Deserialize(S
tream serializationStream, HeaderHandler handler, Boolean fCheck,
IMethodCallMessage methodCallMessage)
at
System.Runtime.Serialization.Formatters.Binary.Bin aryFormatter.Deserialize(S
tream serializationStream, HeaderHandler handler)
at
System.Runtime.Serialization.Formatters.Binary.Bin aryFormatter.Deserialize(S
tream serializationStream)
at System.Resources.ResourceReader.LoadObject(Int32 pos)
at System.Resources.RuntimeResourceSet.GetObject(Stri ng key, Boolean
ignoreCase)
at System.Resources.ResourceManager.GetObject(String name, CultureInfo
culture)
at System.Resources.ResourceManager.GetObject(String name)
JIM
"james" <jk****@openshopinc.com> wrote in message
news:u3**************@TK2MSFTNGP09.phx.gbl...
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

Nov 15 '05 #2
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=z...&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" <jk****@openshopinc.com>
References: <u3**************@TK2MSFTNGP09.phx.gbl>
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: <uw**************@TK2MSFTNGP09.phx.gbl>
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!TK2MSFTN GP09.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.SerializationExcepti on: Cannot find member nameSystem.Globalization.DateTimeFormatInfo.
at
System.Runtime.Serialization.Formatters.Binary.Re adObjectInfo.GetMemberType s(String[] inMemberNames)
at System.Runtime.Serialization.Formatters.Binary.Obj ectMap..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.Obj ectMap.Create(Stringname, String[] memberNames, BinaryTypeEnum[] binaryTypeEnumA, Object[]
typeInformationA, Int32[] memberAssemIds, ObjectReader objectReader, Int32
objectId, BinaryAssemblyInfo assemblyInfo, SizedArray
assemIdToAssemblyTable)
at
System.Runtime.Serialization.Formatters.Binary.__ BinaryParser.ReadObjectWit hMapTyped(BinaryObjectWithMapTyped record)
at
System.Runtime.Serialization.Formatters.Binary.__ BinaryParser.ReadObjectWit hMapTyped(BinaryHeaderEnum binaryHeaderEnum)
at System.Runtime.Serialization.Formatters.Binary.__B inaryParser.Run()
at
System.Runtime.Serialization.Formatters.Binary.Ob jectReader.Deserialize(Hea derHandler handler, __BinaryParser serParser, Boolean fCheck,
IMethodCallMessage methodCallMessage)
at
System.Runtime.Serialization.Formatters.Binary.Bi naryFormatter.Deserialize( Stream serializationStream, HeaderHandler handler, Boolean fCheck,
IMethodCallMessage methodCallMessage)
at
System.Runtime.Serialization.Formatters.Binary.Bi naryFormatter.Deserialize( Stream serializationStream, HeaderHandler handler)
at
System.Runtime.Serialization.Formatters.Binary.Bi naryFormatter.Deserialize( Stream serializationStream)
at System.Resources.ResourceReader.LoadObject(Int32 pos)
at System.Resources.RuntimeResourceSet.GetObject(Stri ng key, Boolean
ignoreCase)
at System.Resources.ResourceManager.GetObject(String name, CultureInfo
culture)
at System.Resources.ResourceManager.GetObject(String name)
JIM
"james" <jk****@openshopinc.com> wrote in message
news:u3**************@TK2MSFTNGP09.phx.gbl...
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



Nov 15 '05 #3
Thanks sooooo much !, I will check it out

JIM
"Peter Huang [MSFT]" <v-******@online.microsoft.com> wrote in message
news:m$**************@cpmsftngxa06.phx.gbl...
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=z...&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" <jk****@openshopinc.com>
References: <u3**************@TK2MSFTNGP09.phx.gbl>
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: <uw**************@TK2MSFTNGP09.phx.gbl>
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!TK2MSFTN GP09.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.csharp:185608X-Tomcat-NG: microsoft.public.dotnet.languages.csharp

Here is the stack trace

System.Runtime.Serialization.SerializationExcepti on: Cannot find member

name
System.Globalization.DateTimeFormatInfo.
at


System.Runtime.Serialization.Formatters.Binary.Re adObjectInfo.GetMemberType
s
(String[] inMemberNames)
at System.Runtime.Serialization.Formatters.Binary.Obj ectMap..ctor(StringobjectName, String[] memberNames, BinaryTypeEnum[] binaryTypeEnumA,

Object[]
typeInformationA, Int32[] memberAssemIds, ObjectReader objectReader, Int32objectId, BinaryAssemblyInfo assemblyInfo, SizedArray
assemIdToAssemblyTable)
at

System.Runtime.Serialization.Formatters.Binary.Obj ectMap.Create(String
name, String[] memberNames, BinaryTypeEnum[] binaryTypeEnumA, Object[]
typeInformationA, Int32[] memberAssemIds, ObjectReader objectReader, Int32objectId, 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.__B inaryParser.Run()
at


System.Runtime.Serialization.Formatters.Binary.Ob jectReader.Deserialize(Hea
d
erHandler handler, __BinaryParser serParser, Boolean fCheck,
IMethodCallMessage methodCallMessage)
at


System.Runtime.Serialization.Formatters.Binary.Bi naryFormatter.Deserialize(
S
tream serializationStream, HeaderHandler handler, Boolean fCheck,
IMethodCallMessage methodCallMessage)
at


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


System.Runtime.Serialization.Formatters.Binary.Bi naryFormatter.Deserialize(
S
tream serializationStream)
at System.Resources.ResourceReader.LoadObject(Int32 pos)
at System.Resources.RuntimeResourceSet.GetObject(Stri ng key, Boolean
ignoreCase)
at System.Resources.ResourceManager.GetObject(String name, CultureInfo
culture)
at System.Resources.ResourceManager.GetObject(String name)
JIM
"james" <jk****@openshopinc.com> wrote in message
news:u3**************@TK2MSFTNGP09.phx.gbl...
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


Nov 15 '05 #4
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.

--------------------
From: "james" <jk****@openshopinc.com>
References: <u3**************@TK2MSFTNGP09.phx.gbl> <uw**************@TK2MSFTNGP09.phx.gbl>
<m$**************@cpmsftngxa06.phx.gbl>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: <#K**************@TK2MSFTNGP09.phx.gbl>
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!TK2MSFTN GP09.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 [MSFT]" <v-******@online.microsoft.com> wrote in message
news:m$**************@cpmsftngxa06.phx.gbl...
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=z...8&threadm=ujkP

9

vUIDHA.452%40TK2MSFTNGP11.phx.gbl&rnum=1&prev=/groups%3Fq%3DDateTimeFormatI

n

fo%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" <jk****@openshopinc.com>
>References: <u3**************@TK2MSFTNGP09.phx.gbl>
>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: <uw**************@TK2MSFTNGP09.phx.gbl>
>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!TK2MSFTN GP09.phx.gbl
>Xref: cpmsftngxa06.phx.gblmicrosoft.public.dotnet.languages.csharp:185608 >X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
>
>Here is the stack trace
>
>System.Runtime.Serialization.SerializationExcepti on: Cannot find member

name
>System.Globalization.DateTimeFormatInfo.
> at


System.Runtime.Serialization.Formatters.Binary.R eadObjectInfo.GetMemberTyp e s
>(String[] inMemberNames)
> atSystem.Runtime.Serialization.Formatters.Binary.Ob jectMap..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.Obj ectMap.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.__B inaryParser.Run() > at


System.Runtime.Serialization.Formatters.Binary.O bjectReader.Deserialize(He a d
>erHandler handler, __BinaryParser serParser, Boolean fCheck,
>IMethodCallMessage methodCallMessage)
> at


System.Runtime.Serialization.Formatters.Binary.B inaryFormatter.Deserialize ( S
>tream serializationStream, HeaderHandler handler, Boolean fCheck,
>IMethodCallMessage methodCallMessage)
> at


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


System.Runtime.Serialization.Formatters.Binary.B inaryFormatter.Deserialize ( S
>tream serializationStream)
> at System.Resources.ResourceReader.LoadObject(Int32 pos)
> at System.Resources.RuntimeResourceSet.GetObject(Stri ng key, Boolean
>ignoreCase)
> at System.Resources.ResourceManager.GetObject(String name, CultureInfo >culture)
> at System.Resources.ResourceManager.GetObject(String name)
>
>
>JIM
>
>
>"james" <jk****@openshopinc.com> wrote in message
>news:u3**************@TK2MSFTNGP09.phx.gbl...
>> 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
>>
>>
>>
>>
>
>
>



Nov 15 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: chrislewis | last post by:
Hi, I have seen reference to this problem several times in various newsgroups. The problem is in opening an ASP.NET web application created using Visual Studio 2002 (.NET 1.0) in Visual Studio...
0
by: Flynn the User | last post by:
I've upgraded an ASP .Net web application from .NET 1.0 to .NET 1.1, and it works fine on my development machine, but when I move it to a server and try to run it, I keep getting "Invalid PInvoke...
5
by: Mike Owen | last post by:
Hi, I have just used the import Wizard to import a VS 2003 app to VS 2005. I have a lot of work to do to enable it to compile successfully with all the errors and warnings it gave me, but as a...
11
by: James Warren | last post by:
I just installed VB.net 2003, upgrading from VB6. I tried to open a new ASP.net Web Application and immediately got an error stating that my Web Server isn't running ASP.net version 1.1. I tried...
1
by: progTiger | last post by:
The upgrade wizard just hangs on step 5 of 5 when it reaches "Upgrading DataEnvironment..." I have let it sit for 3 hours and it does nothing. .Net Studio is not frozen, but the process does...
0
by: chrislewis | last post by:
Hi, I have seen reference to this problem several times in various newsgroups. The problem is in opening an ASP.NET web application created using Visual Studio 2002 (.NET 1.0) in Visual Studio...
2
by: Materialised | last post by:
I am upgrading a VB 6 project to VB.net. The VB 6 project uses the Inet control, I have installed the registry update that came with VS.net to allow me to use VB6 controls within my projects....
3
by: BK | last post by:
If I upgrade a PC from VS 2003 to VS 2005, can I run either of them or will I only be able to use VS 2005? I have a project that was started in VS 2003 that is about to go into production. I am...
15
by: =?Utf-8?B?c2hhc2hhbmsga3Vsa2Fybmk=?= | last post by:
Hi All, We are in the process of Upgrade Excel 2003 (Office 2003) to Excel 2007 (Office 2007) for one of web application. This web application is using Excel (Pivot Table) reports. With Excel...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.