dll info

  • Thread starter Thread starter Samuel Shulman
  • Start date Start date
S

Samuel Shulman

How can I find out whether a dll was compiled in 1.1 or 2.0

Thank you
SB
 
With ILDASM (a .NET Framework tool), you can open the manifest and see what
version it was compiled for.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

********************************************
Think outside the box!
********************************************
 
How can you figure out using this tool?


Cowboy (Gregory A. Beamer) said:
With ILDASM (a .NET Framework tool), you can open the manifest and see
what version it was compiled for.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

********************************************
Think outside the box!
********************************************
 

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

Back
Top