[MonoDevelop] VB.net application does not execute

Rolf Bjarne Kvinge rolf at xamarin.com
Wed Oct 12 05:27:45 EDT 2011


Hi,

Can you try commenting out the the entire System.Diagnostics part? It looks
like there is some sort of stack overflow when creating trace listeners.

Rolf

On Wed, Oct 12, 2011 at 8:28 AM, Manasi <manasi246 at gmail.com> wrote:

> Hi,
> My application previously used MS Access database, now I have changed the
> code and used mySQL, its working fine in the small test applications
> (database connectivity, updating database ) in monodevelop and mysql. But
> When I try to run the main project it gives the above error.
> Here is the app.config file >>
>
> <?xml version="1.0" encoding="utf-8" ?>
> <configuration>
>    <configSections>
>    </configSections>
>    <connectionStrings />
>    <system.diagnostics>
>        <sources>
>
>            <source name="DefaultSource" switchName="DefaultSwitch">
>                <listeners>
>                    <add name="FileLog"/>
>
>
>                </listeners>
>            </source>
>        </sources>
>        <switches>
>            <add name="DefaultSwitch" value="Information" />
>        </switches>
>        <sharedListeners>
>            <add name="FileLog"
>                 type="Microsoft.VisualBasic.Logging.FileLogTraceListener,
> Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral,
> PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
>                 initializeData="FileLogWriter"/>
>
>
>        </sharedListeners>
>    </system.diagnostics>
> </configuration>
>
>
> Thanks in advance.
> Manasi.
>
> --
> View this message in context:
> http://mono.1490590.n4.nabble.com/VB-net-application-does-not-execute-tp3854536p3896956.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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20111012/3a3640d1/attachment.html 


More information about the Monodevelop-list mailing list