Thanks for the reply.
I am able to track the call in case of component to component call.
Now i have another similar issue. I have a serviced component deployed as
server application. I have a console application calling the server package
component. in this case, from the server package component, i am not getting
the name of the application which invoked the component. is this possible
some how.
thanks
niranjan
"Mattias Sjögren" wrote:
>
> >Can we get name of parent assembly in a called component recursively ?
> >i know Assembly.GetCallingAssembly() will return one level above. I need to
> >check the parent of parent also. is it possible.
>
> Try using the StackTrace class.
>
>
>
> Mattias
>
> --
> Mattias Sjögren [MVP] mattias @ mvps.org
> http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
> Please reply only to the newsgroup.
>