[MonoDevelop] open .cs file

fabio fabiotogna at libero.it
Wed Nov 2 14:18:57 EDT 2011


I found the issue. I can't open the .cs file that have XML comment on the
metod o property:


This is open correctly:

.cs file
........
        public int NumeroPulsanti
        {
            get
            {
                return (int)upDownNumPulsanti.Value;
            }
        }
.........

This failed and send me the  DllNotFoundException (libc)

.cs file
........
          /// <summary>
        /// bla bla bla.........
        /// </summary>
        public int NumeroPulsanti
        {
            get
            {
                return (int)upDownNumPulsanti.Value;
            }
        }
.........

any suggest?

--
View this message in context: http://mono.1490590.n4.nabble.com/open-cs-file-tp3972174p3980106.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.


More information about the Monodevelop-list mailing list