hi,
I used the WAP conversion wizard to convert my VS2003 application. I'm not using the App_GlobalResoruces folder but have .resx files as part of the project. These .resx files don't seem to be included in the finally application binary. The project converted and build without any errors, when i launch it i get the following error:
<<
Could not find any resources appropriate for the specified culture or the neutral culture.
Make sure "ResourceName" was correctly embedded or linked into assembly "AssemblyName" at compile time,
or that all the satellite assemblies required are loadable and fully signed.
>>
Also, when i call Assembly.GetManifestResourceNames against the generated assembly none are returned.
Am i missing a step in the conversion process ? When i search the .csproj for 'resx' none turn up.
thanks,
Ramesh