No-Touch Application Can No Longer Read app.config File in .NET 2.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My application uses the no-touch deployment model. In .NET 1.1, this works
great. After I installed .NET 2.0 (and subsequently uninstalled it), the
application can no longer read the app.config file.

Example: ConfigurationSettings.AppSettings.Get(...) always returns Nothing.

Again, this works with 1.1, but not with 2.0 (tested on mulitiple machines).

Any insight?

Thanks in advance,
Rob
 
Back
Top