문제

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