473,626 Members | 3,292 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

"Please wait while windows updates..."

I recently got a new system, and re-installed studio. It was working fine,
but now whenever I start it I get a prompt that says:

"Please wait while windows configures visual studio .net - english."

If I wait until it completes, which takes a minute or two, all is well and
I can cancel the process too without incident. However, it's really
annoying. The only thing I can think of is that I installed office a day or
two ago, but I can't remember if it started doing this immediately
afterwards or not.

Any ideas? Thanks for any help!

-D
Nov 15 '05 #1
4 3262
"Big D" <a@a.com> wrote...
I recently got a new system, and re-installed studio. It was working fine, but now whenever I start it I get a prompt that says:

"Please wait while windows configures visual studio .net - english."


It's related to the order certain products were installed I seem to recall.
If you search Google, probably for that exact phrase you should see messages
from lots of people and the solution was posted there too.

Tom
Nov 15 '05 #2

Hi,

May be your problem was related to Crystal Reports.
How to tell if Crystal Reports is the cause: Look in the Application event
log (My Computer/Manage/Computer Management (Local)/Event
Viewer/Application). If there are entries with "Source" MsiInstaller, and
"Type" Warning which say:

Detection of product '{005F0409-6759-11D5-A54F-0090278A1BB8}', feature
'Crystal_Report s', component '{C4D8FF3D-945F-11D5-A54F-0090278A1BB8}'
failed. The resource '?^\Program Files\Common Files\Merge
Modules\Databas e_Access_enu.ms m' does not exist.

OR

Detection of product '{005F0409-6759-11D5-A54F-0090278A1BB8}', feature
'Crystal_Report s' failed during request for component
'{DA28CA4A-27CA-486A-923F-5A4317BB70CE}'

Then this likely is the culprit.

Possible Fix: Uninstall Crystal Reports (if you just got it as part of the
default VS install and don't need it), using Add/Remove Programs, Visual
Studio .Net Enterprise Architect (Change/Remove)

Hope this helps,
Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 15 '05 #3
Renaming the DLL did it... Studio prompted me again for the disks during
startup, and it appears to have repaired itself.

FYI this was studio 2000.

Thanks a million!

-D

"Felix Wang" <v-*****@online.mi crosoft.com> wrote in message
news:t3******** ******@cpmsftng xa07.phx.gbl...
Hi,

Thanks for posting.

I agree with Tom. This issue may be caused by Office. Let's try the
followings to resolve it:

1. If you are using Office XP, please install the service pack at the
following site:

http://www.microsoft.com/downloads/d...9A4-31FC-480B- 9CD9-ADCCB6997CE3&di splaylang=EN

2. Or, we may rename the file "C:\Program Files\Common Files\Microsoft
Shared\Office10 \MSO.DLL" and let VS.Net to finish the repair process.

I hope this helps.

Regards,

Felix Wang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 15 '05 #4
Hello,

I had the exact same problem, with W2K Pro in a Domain, Office 2000 distributed by group policy and Visual Studio 2002 installed manually. The culprit was indeed mso.dll, and repairing VS2002 does NOT solve the problem. As mentioned you must delete mso.dll and then start VS2002. It will prompt you for some of the CD of VS2002, and after that it works picobello. Note that in my case the event viewer gave

Detection of product '{005F0409-6759-11D5-A54F-0090278A1BB8}', feature 'dotNET_Framewo rk_SDK' failed during request for component '{C763CD13-6E1E-4166-8C78-D274B266E9B6}'

which is different from what other troubled users have found.

Good luck
Nov 15 '05 #5

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

Similar topics

3
13469
by: Kannan | last post by:
Hello, I have a requirement that specifies that I display a "Please Wait..." window (preferably modal) along with a gif that mimics a progress bar during a save operation. The dialog needs to be closed at the end of the operation. How do I go about this... Issues are: 1. I believe a showModaldialog would stop all back ground processing and shift control to the modal dialog. 2. I would like to close the dialog from the parent window...
1
1011
by: metsymani | last post by:
In my web application, I have a search screen coded in ASP.Net. The Search process takes lot of time. So, I need to show a wait page informing the user that "Search is in progress. Please wait" along with an animated gif. I have placed a div in the search page which contains the message and animated gif. I hide the div by making "display: none" in the onload function of the body tag. On click of the Search button(type = Submit), I call a...
3
4626
by: John Dalberg | last post by:
Hi I have a form that opens a new window for the results. Because the results might take a few seconds due to server processing, I would like to display a message "please wait" in the new window, erase that message when the processing is done and show the results. How is this done? John Dalberg
9
3327
by: John Walker | last post by:
Hi, I have a datagrid with a radiobutton template column, with AutoPostBack set to TRUE. When the user clicks on a radiobutton the application will PostBack, and in the PostBack there will be certain logic performed, and the dataview will be re-binded to the datagrid. There turns out to be about 2-5 seconds delay between the time the user clicks the radiobutton and when the page is completely re-loaded. During this time the user may try...
4
2621
by: Big D | last post by:
I recently got a new system, and re-installed studio. It was working fine, but now whenever I start it I get a prompt that says: "Please wait while windows configures visual studio .net - english." If I wait until it completes, which takes a minute or two, all is well and I can cancel the process too without incident. However, it's really annoying. The only thing I can think of is that I installed office a day or two ago, but I...
5
1606
by: Matt | last post by:
Ok so I'm trying to run a simple dos command shell through a VB.NET 2005 program. The oddest thing is happening given the following piece of code: '============================================================ '=== VARIABLE DECLARATION AND INITIALIZATION ================ '============================================================ '---General Variables------------------------------------ Dim CMDProcess As Process = New Process
1
4109
by: VMI | last post by:
In my Windows App, how can I add a nice "Please wait" message to my datagridview? With a datagrid I would be able to clear all columns, add one table with one row with the messsage, and bind it to the grid. But I added the columns to the gridview through the designer, so I'm not sure how to add the columns programmatically. Anyone have any suggestions? Thanks. VS2005 v2.0
5
3230
by: Jeremy | last post by:
Hi all, I have database actions that will potentially take several seconds to complete. My normal page uses AJAX so keeping the user informed of what is happening is not a problem. However, the page also has fallback code in case of no Javascript. In this case I would like to display temporary "please wait" type page
1
2360
by: =?Utf-8?B?Sm9obiBXYWxrZXI=?= | last post by:
Hi, I have a webpage designed with asp.net 2.0. Is there a way to display a "please wait" message to the screen horizontally centered and veritcally 20px from the VISIBLE top of the page, regardless of what kind of scrolling the user has done? I am currently displaying a "please wait" message (the DIV section shown below, which i'm showing/hiding) when the user clicks save, but the user is
0
8196
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8701
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8637
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8502
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5571
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4090
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2623
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1807
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1507
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.