Код: Выделить всё
SQLQueries.GetResourceTextFile("SignalServer.HubQueries.xml");
Код: Выделить всё
using (Stream resourceStream = Assembly.GetCallingAssembly()
.GetManifestResourceStream(xmlFile)){}
Код: Выделить всё
string [] p = Assembly.GetCallingAssembly().GetManifestResourceNames();
Файл, который я пытаюсь загрузить, находится в каталоге SignalServer. Почему GetManifestResourceStream не видит его и как это исправить? Спасибо!
Подробнее здесь: https://stackoverflow.com/questions/531 ... mpty-array
Мобильная версия