[MonoDevelop] open .cs file
Ian Norton
ian.norton-badrul at thales-esecurity.com
Wed Nov 2 14:26:04 EDT 2011
That does look rather strange, do you have any other bits of gtksharp installed?
--
I may have used dictation software to write this email, please excuse any confusing mistakes.
fabio <fabiotogna at libero.it> wrote:
>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.
>_______________________________________________
>Monodevelop-list mailing list
>Monodevelop-list at lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/monodevelop-list
More information about the Monodevelop-list
mailing list