Assembly

  • Thread starter Thread starter Roop
  • Start date Start date
R

Roop

Hello All,

Please consider this Query ... I know i am asking a very silly thing,
but as the Beginner of .NET Frame Work, ? i would like to know the path
of my project Assembly.I found in bin directory but unable to get the
Assembly.

Regards
Roop
 
Hello Roop,

R> Please consider this Query ... I know i am asking a very silly thing,
R> but as the Beginner of .NET Frame Work, ? i would like to know the
R> path of my project Assembly.

To get the path from the code?
I found in bin directory but unable to get the Assembly.

Assembly.GetExecutingAssembly().GetName().CodeBase

---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Back
Top