-
deployment project error
I'm getting the following error following the deployment of my VB.net 2.0 project :
Could not find any resources appropriate for the specified culture or the neutral culture. Make sure \"App1.Resources1.resources\" was correctly embedded or linked into assembly \"App1\" at compile time, or that all the satellite assemblies required are loadable and fully signed.
What is the correct procedure for ensuring that these resource files and their dependencies (images, etc) are included in the setup package and deployed?
The deployment project seems to ignore them.