Home All Groups Group Topic Archive Search About

Reading a 2.0 manifest with dotnet 1.1

Author
11 Apr 2007 1:39 PM
DotNetter
Hi,

Is it possible to read data from a dll (such as version, public
token...), which has been created with VS 2005, with a program written
in VS 2003.
When I try to load the assembly (using reflection) it says that
"Version 2.0 is not a compatible version."

Thx

Author
11 Apr 2007 7:17 PM
Mattias Sjögren
>Is it possible to read data from a dll (such as version, public
>token...), which has been created with VS 2005, with a program written
>in VS 2003.

Yes, but not using Reflection, since Reflection first loads the
assembly. You have to use another library or write your own parser.


Mattias

--
Mattias Sjögren [C# MVP]  mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.

AddThis Social Bookmark Button