An application of ours uses third party dlls and our own dlls.
Overall it works fine, if .NET frameworks 1.0, 1.1 and 2.0 are
installed.
If only framework 2 is installed, it is not working fine.
How do we find which DLL requires .NET framework 1.0 / 1.1 to run
properly. If there is a tool which will tell the .NET framework
version to be installed for a dll to run, it will help us to plan for
migration to framework 2.0 completely
Regards
NS Rajagopal
Michael Nemtsev, MVP - 08 Oct 2007 14:07 GMT
Hello rajagopal.ns@gmail.com,
See my posts there http://groups.google.com/group/microsoft.public.dotnet.general/browse_thread/thr
ead/7fe87f4f3b81cd20/00ac375c420f1037
---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
> An application of ours uses third party dlls and our own dlls. Overall
> it works fine, if .NET frameworks 1.0, 1.1 and 2.0 are installed.
[quoted text clipped - 9 lines]
>
> NS Rajagopal