473,385 Members | 1,320 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Installation oddies with Beta 2 of languages

Several fascinating problems have occurred with attemped installations of the
latest beta 2 versions of the .NET languages (including VC++).

mscorsvw.exe has been using 99% of my CPU for 17 hours. More than one
billion page faults have occurred. Here is an image of the Windows Task
Manager:
ftp://cap.connx.com/pub/mscorsvw-is-not-my-friend.jpg

In addition, I am now in a remarkable catch-22 situation. Somehow, the one
beta product that did not get removed during my following of the installation
instructions for the new products was "Microsoft MSDN Express Library 2005
Beta - English"
and yet the .NET 2.0 Beta was removed. So, when I try to remove the product
"Microsoft MSDN Express Library 2005 Beta - English" it crashes every time.

There seems to be no way to remove that product from my machine.

Interestingly, it is also impossible to install any of the new tools while
that product is still installed.

I suggest that the installations of these tools can be improved.
Nov 17 '05 #1
5 1258
Hi Dann!
There seems to be no way to remove that product from my machine.

Interestingly, it is also impossible to install any of the new tools while
that product is still installed.

I suggest that the installations of these tools can be improved.


No. I suggest that you should be aware of the word "beta"!

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/
Nov 17 '05 #2
"Jochen Kalmbach [MVP]" wrote:
Hi Dann!
There seems to be no way to remove that product from my machine.

Interestingly, it is also impossible to install any of the new tools while
that product is still installed.

I suggest that the installations of these tools can be improved.


No. I suggest that you should be aware of the word "beta"!


Point taken. I certainly can expect strange happenings when installing beta
products. For that reason, I installed on a secondary machine rather than my
normal development box.

Be that as it may, I do hope that there is some way to recover other than
"reformat"

Has anyone a useful notion as to how I may move forward?

Nov 17 '05 #3
Dann Corbit wrote:
"Jochen Kalmbach [MVP]" wrote:
Hi Dann!
There seems to be no way to remove that product from my machine.

Interestingly, it is also impossible to install any of the new
tools while that product is still installed.

I suggest that the installations of these tools can be improved.


No. I suggest that you should be aware of the word "beta"!


Point taken. I certainly can expect strange happenings when
installing beta products. For that reason, I installed on a
secondary machine rather than my normal development box.

Be that as it may, I do hope that there is some way to recover other
than "reformat"

Has anyone a useful notion as to how I may move forward?


1. Get the Windows Installer Cleanup Utility.
http://support.microsoft.com/default...b;en-us;290301

2. Delete the installer packages for all of the .NET 2.0 and VS 2005
products installed on your machine.

3. Delete all of the directories where .NET 2.0 or VS 2005 products were
installed.

4. Reboot

5. Re-install

If that doesn't work, you're down to nuking it from space - it's the only
way to be sure.

-cd


Nov 17 '05 #4
"Carl Daniel [VC++ MVP]" wrote:
Dann Corbit wrote:
"Jochen Kalmbach [MVP]" wrote:
Hi Dann!

There seems to be no way to remove that product from my machine.

Interestingly, it is also impossible to install any of the new
tools while that product is still installed.

I suggest that the installations of these tools can be improved.

No. I suggest that you should be aware of the word "beta"!


Point taken. I certainly can expect strange happenings when
installing beta products. For that reason, I installed on a
secondary machine rather than my normal development box.

Be that as it may, I do hope that there is some way to recover other
than "reformat"

Has anyone a useful notion as to how I may move forward?


1. Get the Windows Installer Cleanup Utility.
http://support.microsoft.com/default...b;en-us;290301

2. Delete the installer packages for all of the .NET 2.0 and VS 2005
products installed on your machine.

3. Delete all of the directories where .NET 2.0 or VS 2005 products were
installed.

4. Reboot

5. Re-install

If that doesn't work, you're down to nuking it from space - it's the only
way to be sure.


Unfortunately, I installed:
WindowsInstaller-KB884016-v2-x86.exe
as recommended by the SQL*Server beta.

It seems that this is incompatible with other tools, such as the "Windows
Installer Cleanup Utility."

If I should somehow become bold/loony enough to try again to install the
betas, is it a bad idea to install the SQL beta together with the .NET betas?

If so, then I would suggest moving the SQL beta to another area, or
mentioning the incompatibility.

If not, then procedures which can be followed even by a nitwit would be nice
for nitwits like me.

Nov 17 '05 #5
Dann Corbit wrote:
If that doesn't work, you're down to nuking it from space - it's the
only way to be sure.
Unfortunately, I installed:
WindowsInstaller-KB884016-v2-x86.exe
as recommended by the SQL*Server beta.

It seems that this is incompatible with other tools, such as the
"Windows Installer Cleanup Utility."


Bummer. Hopefully they'll produce an updated version of the cleanup tool.

If I should somehow become bold/loony enough to try again to install
the betas, is it a bad idea to install the SQL beta together with the
.NET betas?


No, they're fine together, but make sure you only install "matched sets"
(e.g. VS 2005 beta 2 and SQL Server 2005 April CTP), and always install SQL
Server first.

-cd
Nov 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: xMANIGHTx | last post by:
I'm working on XP IIS5.1 in classic ASP 3.0 After the installation of the 2005 Express Suite and the beta .net2 framework that ships with it (http://lab.msdn.microsoft.com/express/vwd/) the...
2
by: Bill | last post by:
Hi, I'm trying to install visual studio.net on my home machine (running xp home) to try and get some work done at home. But I am road blocked when I try and install the pre-requesites (as...
0
by: Sunil | last post by:
Hello Friends, In MySQL features, it is mentioned that it supports localization/internationalization. I tried MySQL setup installation but doesn't prompt me for language selection for setup. Does...
2
by: mb12036 | last post by:
All- Having a problem installing a DB2 client on a machine running AIX version 5.0. Client appeared to install one time succesfully, then was uninstalled and a reinstall was attempted. For...
1
by: srihari | last post by:
Hai, I am trying to install IBM DB2 8.1 on Red Hat linux 8.0. My machine is Intel XEON 64bit. The installation went well except for the creation of tools catalog. When I tried to install the tools...
1
by: Petrucci2000 | last post by:
Hi All, I am looking to create an installation package (MSI ) which will fire off few of my custom .vbs during the install process. How to accomplish this task? TIA PS: I tried to include...
2
by: JH | last post by:
I want to do a custom setup using some files after installing my application? How do I get the directory where my application is installed? Can some one please help me with the code New to VB...
1
by: vbMark | last post by:
No one is answering my post in the beta newsgroup so I'd thought I'd try here. This is in regards to Visual Basic .Net 2005 Express Beta running on XP Pro. After the download and after the...
2
by: =?Utf-8?B?Uk1E?= | last post by:
I downloaded the Microsoft Visual C++ 2008 Redistributable Package from http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=9b2da534-3e03-4391-8a4d-074b9f2bc1bf to a temporary...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.