[MonoDevelop] VB.net application does not execute

Manasi manasi246 at gmail.com
Wed Oct 12 02:28:51 EDT 2011


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.


More information about the Monodevelop-list mailing list