ac#类库项目中的企业库5.0
我在 VS 2010 中有一个 c# 类库项目,它输出一个 dll。我在解决方案中添加了一个可执行项目,我需要从该项目开始,以便调试我的 dll。我没有具有 app.config 的主机应用程序。我可以在我的类库项目中使用 Enterprise Libray(尤其是异常处理)吗?如果是,由于没有 app.config,我如何定义异常处理策略?
谢谢!
I have a c# class library project in VS 2010 which outputs a dll. I added a executable project in my solution that I need to start with so I can debug my dll. I don't have a host application which has the app.config. Can I use Enterprise Libray (especially exception handling) in my class library project? If yes, how can I define the Exception Handling Policies since there is no app.config?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用Fluent Configuration API与企业库 5
关于 异常处理。 (来自msdn)
You can use the Fluent Configuration API with enterprise library 5
With respects to Exception Handling. (from msdn)