Принципиальный молчун
Зарегистрирован: 13 May 2008
Сообщения: 1
Примеры кода: 0
|
Ошибка, не находит файл ресурсов |
13 May 2008 17:31 |
|
|
|
|
Привет))
Создается SqlAdapter, содержащий объединение двух таблиц (в VS2005) и после этого ни один web метод не работает.
Помогите, пожалуйста, не понимаю как исправить ошибку:
System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Service.resources" was correctly embedded or linked into assembly "App_Code.izccohvq" at compile time, or that all the satellite assemblies required are loadable and fully signed.
at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)
at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)
at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)
at System.Resources.ResourceManager.GetString(String name, CultureInfo culture)
at System.Resources.ResourceManager.GetString(String name)
at Service.InitializeComponent()
at Service..ctor()
Что делать? 
|
|