.Netframe work version

G

gouqizi.lvcha

If I have a third party precompiled DLL file, how can I know which
version of the .netframe work it will work with. Is there any tools I
can check the DLL file?
 
A

Alvin Bruney [MVP]

It should work with all versions since they are backward compatible. Some
functions are not present so forward compatibility is not an absolute
guarantee. Why do you need this information? Usually, it's the other way
around - what version of the framework will I force this assembly to use.

--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
https://www.microsoft.com/MSPress/books/10933.aspx
OWC Black Book www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley
 
M

Mattias Sjögren

If I have a third party precompiled DLL file, how can I know which
version of the .netframe work it will work with. Is there any tools I
can check the DLL file?

Corflags.exe, included with the .NET 2.0 SDK, will tell you which
version it was built against.


Mattias
 

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

Similar Threads

windows xpe with netframe work 3.0 1
Version 2 out of Beta? 6
How.... ? Versions..... 3
net framework 0
NETFrame 2 problem 3
Frontpage and netframe 1
.netframe error message 3
.netframe work redistributed 2

Top