how to recognize an assembly
-
hi all, i have a doubt regarding assembly version. How can i know the assembly get generated using which version of .net framework how can i identify using which version of .net framework(1.1 or 2.0) the assembly generated please revert me for any clarrification
Thanks sri
-
hi all, i have a doubt regarding assembly version. How can i know the assembly get generated using which version of .net framework how can i identify using which version of .net framework(1.1 or 2.0) the assembly generated please revert me for any clarrification
Thanks sri
hi,
mukkanti007 wrote:
How can i know the assembly get generated using which version of .net framework
Assuming you know there is actually
Assembly
class in .NET Framework, good place to start is documentation for this class. Maybe there is some method how to get what you want? Surprisingy (not), there is one: Assembly.ImageRuntimeVersion[^]
[My Blog]
"Visual studio desperately needs some performance improvements. It is sometimes almost as slow as eclipse." - RĂ¼diger Klaehn
"Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe