Porque me da el error????????

07/06/2006 - 20:49 por a_camposgarcia | Informe spam
el siguiente codigo dentro de un ejecutable:


streamWriter sw= new streamwriter
(@"C:\DocumentsandSettings\U5019\Escritorio\Nueva carpeta\alvaro.txt");
sw.write(hashBytes);

Me da los siguientes errores:

declaration C:\Documents and Settings\U5019\Escritorio\7_06_06\MD5 and
SHA-1\MD5.cs 155 21 Simple Hashing
declaration C:\Documents and Settings\U5019\Escritorio\7_06_06\MD5 and
SHA-1\MD5.cs 155 31 Simple Hashing




como lo podria solucionar , si los parentesis no se pueden quitar, muchas
gracias.

Preguntas similare

Leer las respuestas

#1 Javier Càceres
08/06/2006 - 03:12 | Informe spam
hola

Es por la firma de tu método recuerda que deberia ser

public static int MiFuncion(){
return 2;
}

Si pones algun otro calificador diferente en una posición diferente,
obtienes ese, error, por ejemplo:

public MiFuncion(){
return 1;
}

Saludos desde Colombia!
Javier
"" wrote:

el siguiente codigo dentro de un ejecutable:


streamWriter sw= new streamwriter
(@"C:\DocumentsandSettings\U5019\Escritorio\Nueva carpeta\alvaro.txt");
sw.write(hashBytes);

Me da los siguientes errores:

declaration C:\Documents and Settings\U5019\Escritorio\7_06_06\MD5 and
SHA-1\MD5.cs 155 21 Simple Hashing
declaration C:\Documents and Settings\U5019\Escritorio\7_06_06\MD5 and
SHA-1\MD5.cs 155 31 Simple Hashing




como lo podria solucionar , si los parentesis no se pueden quitar, muchas
gracias.





email Siga el debate Respuesta Responder a este mensaje
Ads by Google
Help Hacer una preguntaRespuesta Tengo una respuesta
Search Busqueda sugerida