Hi, I have a .Net Setup and Deployment project developed in VS 2003 with its Localization property set to Japanese. I am migrating it to VS 2005. I get the following warning on building the project:- Could not match culture 'ja-JP' for item '.NET Framework 2.0'. Using culture 'en' instead. After searching the internet, a possible solution was installing the .Net Framework 2.0 Japanese language pack. Howvere even after sucessfully installing the language pack, the warning continues to show up. The resulting executable runs perfectly fine, irrespective of the language pack installation. Can someone help to remove this error.