Hi!
I had to convert old 1.1 framework SW with VS 2008 to framework 3.5.
Problem is that I had to alter my own controls that was previously using sourceforge nullabletypes and because of serialization problems in webservices.
Situation is that in VS 2008 is trying to use resx which still contains old Sourceforge types in BASE64 format allthough there is no references anymore in these libraries anymore.
How to force VS 2008 to regenerate Resx files so that it will notice that they are now framework's nullableTypes.
Any help would be apprciated