G
Guest
i have an app.config file in my vb vs2k5 win form project. when i try to set
a different value for "DbConnectionString" and run the application i get the
following error. any help is appreciated.
the code i use to pull the value for "DbConnectionString" is:
DbConnectionString = ConfigurationManager.AppSettings("DbConnectionString")
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="DbConnectionString"
value="Data Source=DEVELOPMENT;Initial
Catalog=VBA1351_00;Integrated Security=SSPI"
/>
</appSettings>
</configuration>
ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later
in the log.
* Activation of
file://\\filehost\Development\dpolley\VBA1351_00\VBA1351_00.application
resulted in exception. Following failure messages were detected:
+ File, VBA1351_00.exe.config, has a different computed hash than
specified in manifest.
a different value for "DbConnectionString" and run the application i get the
following error. any help is appreciated.
the code i use to pull the value for "DbConnectionString" is:
DbConnectionString = ConfigurationManager.AppSettings("DbConnectionString")
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="DbConnectionString"
value="Data Source=DEVELOPMENT;Initial
Catalog=VBA1351_00;Integrated Security=SSPI"
/>
</appSettings>
</configuration>
ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later
in the log.
* Activation of
file://\\filehost\Development\dpolley\VBA1351_00\VBA1351_00.application
resulted in exception. Following failure messages were detected:
+ File, VBA1351_00.exe.config, has a different computed hash than
specified in manifest.