Windows Develop Bookmark and Share   
 index > Windows Forms General > Security Update for Microsoft .NET Framework, Version 2.0 (KB928365) and localized forms problem
 

Security Update for Microsoft .NET Framework, Version 2.0 (KB928365) and localized forms problem

After installing this update on Windows XP non of the projects that have Serbian (Latin) localized forms can be build. Error during build is:

The item "<item_name>" was specified more than once in the "Resources" parameter. Duplicate items are not supported by the "Resources" parameter.

What I've found is that before this update Serbian (Latin) resources had sr-SP-Latn.resx extension and after update it is sr-Latn-CS.resx. Can anyone give me some hint why this huge change was made and whether it is error or not. All installed applications will obviously be broken after this update since resources will be looked for in wrong subfolder.
Bosko  Friday, July 13, 2007 9:57 AM
check this link
Karthikeya Pavan Kumar .B  Friday, July 13, 2007 10:19 AM
There's some more info on how this all came about in this thread.
nobugz  Friday, July 13, 2007 1:12 PM
check this link
Karthikeya Pavan Kumar .B  Friday, July 13, 2007 10:19 AM
There's some more info on how this all came about in this thread.
nobugz  Friday, July 13, 2007 1:12 PM

Microsoft has failed to mention that you must first deploy their problem causing .NETsecurity fix (with a bunch of other junk included)before their workaround is effective. As a result us Global Applicaiton developers now need to deal with a frenzy of complaints and distribute our ownpatches after the Microsoft patch has been applied.


Get a clue Microsoft....Re-release your security patch with your published fix included. Sorry but I need to go spend some time figuring out how to work around your complete ignorance to reality.

AppDeveloper  Tuesday, July 17, 2007 3:28 AM
Same case.

MS solution didn't work for us.

We had to manually cut our resource files(FrmMeter... sr-sp...resx)

from hard disc( so that we can just copy them back later, not to do entire job again),

to remove references from (projectname).csproj.FileList.txt,

of those files, then to delete from Solution Explorer our resx - localizable - files.

Then, create new localizable form with new name, (sr-Latn-CS), open it with View souce, and copy into it the old ones ( 30min job with 20 forms).

All this with Source-Safe approach.

Best luck!



Ivan Ciric  Saturday, July 21, 2007 10:50 PM

I am not Serbian.

tally2222  Sunday, October 07, 2007 2:32 PM

You can use google to search for other answers

Custom Search

More Threads

• Treeview images and listview problems
• Application Folder reference
• How to create menu in apanel1 of splitcontainer?
• Integrate Flash SWF and .net app
• Setting the ScrollableControl.AutoScrollPosition property
• Components for two referenced projects showing greyed-out in the Toolbox
• ListView Items Sorting
• Memory game
• Funcky cell formatting
• Getting name of Proxy Object