theskiguy Ответов: 0

Vb.net 2005 недавно добавленный файл ресурсов не отображается в диалоговом окне файл приложения на вкладке публикация


I have an application that was written by another programmer that I need to make a change to. The other programmer left the company so now it is my responsibility. I first made a copy of his app and copied it to my working directly. I then added the new resource to the app along with making some minor code changes. I also had to switch his manifest file to my manifest file The app works properly when running directly through Visual Studio. When I tried publishing the app via Click Once, and running the published version, it says it can't find the new resource file. When I go to the application file dialog under the publish tab, this resource files does not appear on the screen. I looked at the copy of the resources.resx file in Visual Studio and it has the new file included in there so I don't know why the new resource files does not appear on applications file dialog.

Что я уже пробовал:

Я попробовал следующее:

Перезагрузил свою коробку
Удаление ресурса и добавление его обратно
Добавление еще одного аналогичного ресурса (он тоже не работал)
Очистка и восстановление
Нажмите кнопку "Сбросить все" в диалоговом окне приложения
Убедитесь, что в диалоговом окне приложения установлен флажок "Показать все файлы".


Я использую ресурсы уже много лет и никогда раньше не сталкивался с подобными проблемами. У кого-нибудь есть другие идеи?

Richard MacCutchan

Убедитесь, что в файле проекта нет ссылки, указывающей на "старый" проект.

kasbaba

Кроме того, я бы предложил проверить свойства ресурса (Compile / CopyIfNewer и т. д.)

0 Ответов