1
General / Quedada en octubre ?
« en: 02 de Octubre de 2007, 01:06:01 pm »
A quien le apetece quedada friki en octubre en Madrid? Asi los que no estuvieron en septiembre pueden kedar a tomar algo etc
|
Esta sección te permite ver todos los posts escritos por este usuario. Ten en cuenta que sólo puedes ver los posts escritos en zonas a las que tienes acceso en este momento.
Security Exception
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:
Line 18: Dim LogName As String = "MyApplicationLog"
Line 19: Dim SourceName As String = "MyApplicationSource"
Line 20: If (Not EventLog.SourceExists(SourceName))
Line 21: EventLog.CreateEventSource(SourceName, LogName)
Line 22: End If