> Hi,
>
> The v1.0.3705 folder corresponds to .NET Framework 1.0, not 1.1
> For .NET 1.1 files, you should be looking into v1.1.4322
Then microsoft's install is using the wrong directory. None of those old
dll's appeared to have been registered and they were exact duplicates byte
for byte with diffeerent named dll's in the same directory. I suspect
whoever handled 1.0 got themselves into dll hell and the new 1.1 guy
programmed installshield (??) to look for any dll of the same name and get
rid of it. That is murphy's best guess.
Anyway I deleted that directory and now I get a differerent error
message..another file in a different directory. Since the system seems
working and I got dotnet 2.0 already, I went to the microsoft update and hid
that 1.1 option so I would not get pestered by it again.
..thanks..
BTW: I assume I dont need 1.1 if I got 2.0? I do have the first version of
Visual Studio.net and assume it can use 2.0? It is on a different computer
so I am not concerned. The computer I got the problem with has Visual Studio
6 with SP6, but AFAIK I am not useing any dot net features.

Signature
=======================================================================
Beemer Biker joestateson@grandecom.net
http://TipsForTheComputingImpaired.com
http://ResearchRiders.org Ask about my 99'R1100RT
=======================================================================
Dmytro Lapshyn [MVP] - 01 Mar 2006 08:22 GMT
> BTW: I assume I dont need 1.1 if I got 2.0? I do have the first version
> of
[quoted text clipped - 3 lines]
> Studio
> 6 with SP6, but AFAIK I am not useing any dot net features.
If an application targets 1.1, you will need 1.1 to run it. You can probably
trick it to run on 2.0 with assembly version redirects, but nothing can be
guaranteed since 2.0 introduces several breaking changes and is not fully
backwards compatible.
As for Visual Studio versions, the things are as follows:
VS6 (with any SP applied) does not need .NET at all.
VS 2002 needs .NET 1.0
VS 2003 needs .NET 1.1
VS 2005 needs .NET 2.0
>> Hi,
>>
[quoted text clipped - 23 lines]
> Studio
> 6 with SP6, but AFAIK I am not useing any dot net features.