0

We have a WPF application that logs exceptions (currently to a file) using Enterprise Library.

We are now planning to distribute this application using click once. If I have understood it correctly a click once application has limited access to the local harddisk.

So question is which location can Entlib write log entries to? Is there any special configuration required?

Shiraz Bhaiji
  • 64,065
  • 34
  • 143
  • 252

1 Answers1

1

ClickOnce Apps support the concepts of Isolated Storage and Data Directory. See this SO Post and the MSDN. The log4net example in the SO post should guide you into the right direction.

Community
  • 1
  • 1
olli-MSFT
  • 2,556
  • 19
  • 19