powered by simpleCommunicator - 2.0.33     © 2025 Programmizd 02
Форумы / ADO.NET, LINQ, Entity Framework, NHibernate, DAL, ORM [игнор отключен] [закрыт для гостей] / Попытка записи в event viewer
2 сообщений из 2, страница 1 из 1
Попытка записи в event viewer
    #32087487
igorna
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
I'm trying to write to the event viewer,
by first creating an EventSource and I get the following error:

Description:
The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.

Exception Details:
System.Security.SecurityException: Requested registry access is not allowed.

Source Error:
if(!EventLog.SourceExists("MySource"))
{
EventLog.CreateEventSource ("MySource", "MyNewLog");
Console.WriteLine("CreatingEventSource");
}

How do I gran the apllication the required permission for writing to the Event viewer?
...
Рейтинг: 0 / 0
Попытка записи в event viewer
    #32087562
Фотография hDrummer
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
make sure that your application works under LocalSystem account or account with administrative rights on the local machine
...
Рейтинг: 0 / 0
2 сообщений из 2, страница 1 из 1
Форумы / ADO.NET, LINQ, Entity Framework, NHibernate, DAL, ORM [игнор отключен] [закрыт для гостей] / Попытка записи в event viewer
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


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