Project Server Events and Microsoft Enterprise Library

R

RG EPM

I'm developing some code that will handle proejct server Save and Publish
events and wanted to incorporate the Microsoft Enterprise Library into the
code that will handle exception handling and logging.

The problem I'm having is trying to determine where to located the
app.config file for the Enterprise Library and which web.config I need to
reference it using <appSettings file="app.config"></appSettings>.

I've been able to place the XML from the app.config into the machine.config
with success, but if I try to reference it using <appSettings
file="app.config"></appSettings> in the web.config file within
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG or other web.config
files under WSS or Project Server paths, the Enterprise Library is unable to
located the config settings

Any suggestions would be helpful.
 

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