app.config

  • Thread starter Thread starter Jon Vaughan
  • Start date Start date
J

Jon Vaughan

Im using the opennetcf to recreate app.config and im getting a null
reference error, I believe this can be sorted with an alteration to the
machine.config, how can I do this programatically, is it as straight forward
as adding an xml file to my app called machine.config ?
 
Which version of SDF are you using?
Make sure that your config file name is in this format:
<yourAssemblyName>.exe.config or <yourAssemblyName>.dll.config
 
1.4 and I'm using the format you posted.
I have read that this is a common error and to make changes to the
machine.config , im now looking how to do to it programatically.

Thanks
 

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

Back
Top