11/09/2008, 10:18
|
| | Fecha de Ingreso: septiembre-2008
Mensajes: 3
Antigüedad: 16 años, 3 meses Puntos: 0 | |
Access to the registry key HKEY_CLASSES_ROOT\FormatoFecha.FormatearFecha is denied. Hola, soy nuevo en ASP y C Sharp, y me dejaron arreglar un sistema que ya no funciona...
El error que me manda el navegador es:
Access to the registry key HKEY_CLASSES_ROOT\FormatoFecha.FormatearFecha is denied.
Y el código que genera el error es:
Line 1576: void FondoFooter (string pagina)
Line 1577: { Line 1578: FormatoFecha.FormatearFecha FormatDate = new FormatoFecha.FormatearFecha();
Line 1579: string fecha = FormatDate.FormateaFecha(Convert.ToString(Session["FechaOperacion"]),"dd/mm/yyyy","FECHAOPERACION","/");
Line 1580: switch (pagina)
Ojala y alguien pueda orientarme para resolverlo...
De antemando, gracias. |