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

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top