Problem with installing .NET 1.1. on top of 2.0

M

mark4asp

I already have 2.0 Framework (and VS2005 + SP) on my PC.

I wanted to work through the book "Test-Driven Development in
Microsoft
..NET, Newirk & Vorontsov, 2004". I downloaded the source from the
author's site. It is an MSI. When I run the MSI it demands the
Framework
version 1.1.4322 be installed.

"This setup requires the .NET Framework version 1.1.4322.
Please install the .NET Framework and run this setup again."

So I follow the link the the Microsoft site. Download their .NET
Framework 1.1 SDK (setup.exe, File version 1.1.4322.591, 108757 kb).
I
run the setup. It forces me to run it twice in order to install all
the
components.

Now I discover that I have two folders under
C:\WINDOWS\Microsoft.NET\Framework\,
there is a v1.1.4322 and a v1.0.3705.
v1.1.4322 only contains 2 files: (gacutil.exe.config,
regsvcs.exe.config)
v1.0.3705 has only 4 files (mscormmc.dll, installutil.exe.config,
mscormmc.cfg, regsvcs.exe.config)

I run the MSI again and it still gives me the message quoted above.

So it seems to me that the .net framework 1.1 can't be properly
installed if the 2.0 framework is already in place.

Is that the case? or have I made some huge mistake?
 
G

Guest

Is this on Vista? I've heard of problems like this on Vista, but I haven't
heard of a solution.
 

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