Odd GetConfig problem

  • Thread starter Thread starter J Holsinger
  • Start date Start date
J

J Holsinger

In VB.Net solution I have Standard Windows app and a Web app that references
a Class library. Both the Win app and the class library use the same
technique in the code files for retrieving identical custom config sections
in their respective app.config's. The win app runs without error, the class
library being used in the web app can't parse it's own app.config.
Does anybody know what would cause behavior like that?
 
Hey Jon,
Thanks for the inquiry. I've tried both.
After some troubleshooting I've figured out that GetConfig works within
its AppDomain and GAC. Now I have to figure out which file location of my
config file works best for the dll, and after it has been installed. I'm
just unfamiliar with the behaviors of GetConfig in this scenario. Ini files
were never this tricky.

thx
-jsh
 

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