wrong version??

F

flemming eriksen

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
 
C

Clive Dixon

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.
 

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

Top