سؤال

Trying to get the path to my "XML documentation file" on NServiceBus. Normally I would use HttpContext.Current.Server.MapPath, however NServiceBus doesn't use HttpContext. So the question is, how do I get a path to the "XMl doucumentation file" and other files on NServiceBus?

Thanks!

-a-

هل كانت مفيدة؟

المحلول

Per the comment, use the AppDomain

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top