Pls Help...Error while upgrading to 2003

  • Thread starter Thread starter Ken
  • Start date Start date
K

Ken

I have a project which is running error free in VB.Net
2002 in a live environment. Now I need to upgrade it to
2003. While building the project it is showing the below
error. This is happening only for some forms. The
others are working fine.

Quote :

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

:Unquote

Any help?

Rgds
Ken.
..
 
Ken said:
I have a project which is running error free in VB.Net
2002 in a live environment. Now I need to upgrade it to
2003. While building the project it is showing the below
error. This is happening only for some forms. The
others are working fine.

Quote :

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


Any help?

Rgds
Ken.

See if any of these messages help you:

http://groups.google.com/groups?as_...oe=UTF-8&as_ugroup=*dotnet*&lr=&num=100&hl=en

Looking over them briefly, it looks like you may need to delete your RESX
files -- they'll be recreated automatically.

Ben
 
Back
Top