F
faisal jawaid via .NET 247
i have two projects/
project a, project b
project a is refferencing project b (class library).
i want to get the directory path of the project b (class library)
as i can get the project a path from
System.reflection.Assembly.GetExecutingAssembly().CodeBase
and etc.
but i need my class library directory path at runtime.
project a, project b
project a is refferencing project b (class library).
i want to get the directory path of the project b (class library)
as i can get the project a path from
System.reflection.Assembly.GetExecutingAssembly().CodeBase
and etc.
but i need my class library directory path at runtime.