Dennis
Wed Jul 23 03:38:30 CDT 2008
Hello Jason,
http://forums.msdn.microsoft.com/en-US/vbgeneral/thread/41cfc8e2-c7f4-462d-9a43-e751500deb0a
As Johan [MSFT] said in this forum thread, It sounds like the .config file
is broken at some level (most likely local user or roaming user). To locate
the files, you can add the following to the constructor of your settings
class (or in the settings property get:er that you modified to always return
false).
Regards,
"Jason" <Jason@discussions.microsoft.com> wrote in message
news:55594F90-BE37-49BE-BCC0-7DA5FD6988AE@microsoft.com...
> Hi all,
>
> I have set up ODBC connection through data source configuration wizard and
> I
> can run my application normally. But without any changes of my application
> &
> ODBC connection, the error is occurred when running my application now.
> Please help.
>
> Error messges : Configuration system failed to initialize
> code file : Settings.Designer.vb
> Error statement : Return CType(Me("ConnectionString"),String)
>
> Best regards,
> Jason