Welcome to Comunidad .NET de Cd. Juárez Sign in | Join | Help

Browse by Tags

All Tags » trucos » .net   (RSS)
Line numbers in all the files in your Visual Studio / Números de linea en todos los archivos en tu Visual Studio

Bueno esto es una tontería para los más expertos, pero para gente que este empezando a trabajar con el visual stdio puede llevar un rato encontrar el como activar los números de linea del código que aparecen a la izquierda y que son muy útiles para la depuración.

Primero en la barra de menu ir a Herramientas, luego dentro de herramientas ir a opciones y te saldrá el siguiente cuadro de dialogo...

 

Dentro de esta ventana tienes que ir a Editor de Texto, luego Todos los lenguajes y finalmente tienes que seleccionar en Mostrar Números de línea. 

Es una opción que inicialmente en mi visual studio 2005 venía desactivada y  supongo que le habrá pasado a más gente. Esta es la razón principal del post. Espero que os sea útil.

 ________________________________________________________________________

IN ENGLISH ...

 


 For the most experts this post has nonsense, but for the visual studio begginers could spend a while till find how swith on the option of display line numbers which appear at the left of the document which you are working and they are so usefull for debug.

First of all at the menu bar click  Tools, then click options and the dialog box which is in this post picture will appear.

In the dialog box you have to go to text editor, then to all languages and finally go to Show and check the line number option.
 

Is an option that in my visual studio 2005  was uncheck and I guess that it happens to more people, this is the main reason of this post. I hope it will be helpful.

 sorry for my english
 

Problems publishing Web Service Error<connectionStrings/> in IIS

IN ENGLISH ...

In a web service which was working I had to change the .cs file because I had changed the code, and after change it in the iis when I called the webservice url, happens the error in line xx  <connectionStrings/>

Finally I solved it changing the permisions of the folder in the IIS and giving all the permisions again less the examine permision. The problems of permisions usually give a lot of headhaches :D ...
 

sorry for my english 

 

 EN ESPAÑOL ...

Problemas  publicando Web Service Error<connectionStrings/> en IIS

En un web service que estaba funcionando tenía que cambiar el archivo .cs ya que lo había modificado, y después de modificarlo al llamar a la url del web service que comenzó a salir el error en linea XX  <connectionStrings/>

 

Al final lo solucioné cambiando los permisos de la carpeta en el IIS y volviendole a dar todos los permisos menos el de examinar. Los problemas de permisos, que suelen dar mucho quebraderos de cabeza.

 

ALGO CURIOSO que encontré mientras buscaba que podía estar pasando.
Como hacer un web service con el editor de notas, en elguille.net ...

 http://www.elguille.info/NET/ASPNET/crearServicioWeb.aspx

 
Un link a un foro en el que se explica Como publicar un web service en el IIS:

http://www.baleareson.net/forums/t/183.aspx