rename form1

Hi, i wrote an application using vc++ express beta, now I try to rename the form1 in form_main. no problem !
I'm adding a ImageList and execute the programme :
Error :

An unhandled exception of type 'System.Resources.MissingManifestResourceException' occurred in mscorlib.dll

Additional information: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "test1.f_main.resources" was correctly embedded or linked into assembly "test1" at compile time, or that all the satellite assemblies required are loadable and fully signed.

If I not rename the form all is done !

Help me to rename my FORM !

Thanks

[865 byte] By [remy_tache] at [2008-2-20]
# 1

Is that still an issue?

Thanks,

Ayman Shoukry

VC++ Team
AymanShoukry at 2007-9-8 > top of Msdn Tech,Visual Studio Express Editions,Visual C++ 2005 Express Edition...
# 2
This problem occurs beacuse of the form designer stores references to the name of the form in a resource file. I don't know the specific set of steps required to fix this - but I did encounter this same issue not to long ago - I tried to use a master template project and then just copy and rename the bits as I need a new project of that type. This resource issue prevented me from doing what in essence should be straight forward.
BarrySo at 2007-9-8 > top of Msdn Tech,Visual Studio Express Editions,Visual C++ 2005 Express Edition...