find the dll by the assembly name

M

Mr. X.

Hello,

I know the assembly name (that is shown on c:\windows\assembly).
How can I know the dll name? (where is the original dll?)

Thanks :)
 
D

Dave \Crash\ Dummy

Mr. X. said:
Hello,

I know the assembly name (that is shown on c:\windows\assembly). How
can I know the dll name? (where is the original dll?)

Thanks :)
In Explorer, right click on the assembly name and select "Properties."
Open the "Version" tab. Select "Internal Name" or "Original Filename."

I don't know how you would find it programmatically, if that is what you
want to do.
 
E

Ed Cryer

Dave said:
In Explorer, right click on the assembly name and select "Properties."
Open the "Version" tab. Select "Internal Name" or "Original Filename."

I don't know how you would find it programmatically, if that is what you
want to do.
Or simply add ".dll" to the displayed assembly name.

Ed
 
R

Rob

Or simply add ".dll" to the displayed assembly name.

Ed

Have a look at "folder options" and in "view" enable the full file
name.(5th down tick)
 

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