powered by simpleCommunicator - 2.0.49     © 2025 Programmizd 02
Форумы / WCF, Web Services, Remoting [игнор отключен] [закрыт для гостей] / The type initializer for 'System.Runtime.Remoting.Identity' threw an exception.
1 сообщений из 1, страница 1 из 1
The type initializer for 'System.Runtime.Remoting.Identity' threw an exception.
    #34625048
Идентити
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Вот такая штука вылетает в ответ на

Код: plaintext
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
using System;
using System.Runtime.Remoting;
using olensi;

namespace Lukoil.Basegis.Data {
	internal class TestClient {
		private static void Main() {
			RemotingConfiguration.Configure(
				AppDomain.CurrentDomain.SetupInformation.ConfigurationFile, true);
			Insiole nsi =
				(Insiole)
				Activator.GetObject(typeof (Insiole),
			                    "tcp://site.ru:8008/ComServer/nsi.rem");
            Console.WriteLine("nsi.openbase = " + nsi.openbase());
			Console.WriteLine("nsi.flerror = " + nsi.flerror);
			Console.WriteLine("nsi.texterror = " + nsi.texterror);
			Console.WriteLine("Press Enter to exit");
			Console.ReadLine();
		}
	}
}

На строчке
Код: plaintext
1.
            Console.WriteLine("nsi.openbase = " + nsi.openbase());

Какие могут быть причины этого и как бы их устранить?
olensi - удаленная библиотечка COM+
...
Рейтинг: 0 / 0
1 сообщений из 1, страница 1 из 1
Форумы / WCF, Web Services, Remoting [игнор отключен] [закрыт для гостей] / The type initializer for 'System.Runtime.Remoting.Identity' threw an exception.
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


Просмотр
0 / 0
Close
Debug Console [Select Text]