Assembly

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
 
M

Michael Nemtsev

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top