|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
wrong version??On my box with VS03 I have alle 3 .Net Frameworks installed.
In a web-project I have in the .vsproj-file a reference to Framework 1.1. In the generated DLL, which I open with notepad, I see the 1.1.4322. BUT when I open the DLL with Depency-walker, I see MSCOREE.dll has version 2.0.50727.42. Can anybody explain this (for me) version-contradiction. (and how can I force the 'correct' mscoree) Best regards flemming mscoree.dll gets overwritten by the .NET 2.0 installation. It is in the
windows\system32 directory, not in a version-specific windows\Microsoft.NET\Framework\<version number> directory. Show quote "flemming eriksen" <flerics***@kabnosapma.com> wrote in message news:uGngWL6BGHA.2320@TK2MSFTNGP11.phx.gbl... > > On my box with VS03 I have alle 3 .Net Frameworks installed. > In a web-project I have in the .vsproj-file a reference to Framework 1.1. > In the generated DLL, which I open with notepad, I see the 1.1.4322. > > BUT when I open the DLL with Depency-walker, I see MSCOREE.dll has > version 2.0.50727.42. > > Can anybody explain this (for me) version-contradiction. (and how can I > force the 'correct' mscoree) > > > Best regards > flemming > > > |
|||||||||||||||||||||||