Pls Help...Error while upgrading to 2003

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.
..
 
B

Ben Amada

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
 

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