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

Home Posts Topics Members FAQ

Visual Studio 2003 hangs up at start if I closed with a design viewactive

Hello,

I have two problems with design view in VStudio 2003:
First, if I close a solution with a form in design view, next time that
I want start the vstudio, it hangs up before loading the project.
I must remove the .vcproj file from the solution directory, start the
vstudio, click ok on the error mesage about cant find .vcproj file,
restore the .vcproj to it's original folder and reload the project into
the ide

Second switching to design view usually takes LOOOOOOONG time, some
forms about 30 minutes....
I'm not using any 3rd party component, and my machine is an AMD Athlon
XP 2600+ with 512Mb of ram

There are any solution for these problems?

Thank you very much.
--
Jacobo Rodríguez Villar

TyphoonLabs Lead Programmer

http://www.typhoonlabs.com
Nov 17 '05 #1
4 4435
This behavior is by Design.

"Jacobo Rodriguez Villar" <skdjf@sdkjf> wrote in message
news:%2******** ********@TK2MSF TNGP14.phx.gbl. ..
Hello,

I have two problems with design view in VStudio 2003:
First, if I close a solution with a form in design view, next time that
I want start the vstudio, it hangs up before loading the project.
I must remove the .vcproj file from the solution directory, start the
vstudio, click ok on the error mesage about cant find .vcproj file,
restore the .vcproj to it's original folder and reload the project into
the ide

Second switching to design view usually takes LOOOOOOONG time, some
forms about 30 minutes....
I'm not using any 3rd party component, and my machine is an AMD Athlon
XP 2600+ with 512Mb of ram

There are any solution for these problems?

Thank you very much.
--
Jacobo Rodríguez Villar

TyphoonLabs Lead Programmer

http://www.typhoonlabs.com

Nov 17 '05 #2
Hello VILLAR,

Your second problem is a known bug by Microsoft. It was discussed under
KB832138. But this article is removed from Microsoft Support KB web page.
There is a hotfix program for this problem. It will be better, if you contact
with Microsoft Support to request the Hotfix Setup File for KB832138. There
are English and German versions for MS VS .NET 2003. The file is around
1.58MB .

The Service Package for MS VS .NET 2003 is said as will be published in
February 2005 by Microsoft.

Have nice days and works.
"Jacobo Rodriguez Villar" wrote:
Hello,

I have two problems with design view in VStudio 2003:
First, if I close a solution with a form in design view, next time that
I want start the vstudio, it hangs up before loading the project.
I must remove the .vcproj file from the solution directory, start the
vstudio, click ok on the error mesage about cant find .vcproj file,
restore the .vcproj to it's original folder and reload the project into
the ide

Second switching to design view usually takes LOOOOOOONG time, some
forms about 30 minutes....
I'm not using any 3rd party component, and my machine is an AMD Athlon
XP 2600+ with 512Mb of ram

There are any solution for these problems?

Thank you very much.
--
Jacobo RodrÃ*guez Villar

TyphoonLabs Lead Programmer

http://www.typhoonlabs.com

Nov 17 '05 #3
Jacobo Rodriguez Villar <skdjf@sdkjf> wrote in
news:#p******** ******@TK2MSFTN GP14.phx.gbl:
First, if I close a solution with a form in design view, next time
that I want start the vstudio, it hangs up before loading the project.
I must remove the .vcproj file from the solution directory, start the
vstudio, click ok on the error mesage about cant find .vcproj file,
restore the .vcproj to it's original folder and reload the project
into the ide


I can see that you mentioned elsewhere that your form takes some 30
minutes to bring up. When you close a project with the form open in
design view, next time you open it we will try to get the form open in
design view just like you closed it. Since this takes 30 minutes in your
case, project load will take 30 minutes :(

The fix for the unnecessarily long time to load design view of a form is
available as a hotfix from Microsoft as described by another response to
this thread.

Thanks,
--
Tarek Madkour, Visual C++ Team
This posting is provided "AS IS" with no warranties, and confers
no rights.
Nov 17 '05 #4
Many thanks for your replies :)

Tarek Madkour [MSFT] wrote:
Jacobo Rodriguez Villar <skdjf@sdkjf> wrote in
news:#p******** ******@TK2MSFTN GP14.phx.gbl:

First, if I close a solution with a form in design view, next time
that I want start the vstudio, it hangs up before loading the project.
I must remove the .vcproj file from the solution directory, start the
vstudio, click ok on the error mesage about cant find .vcproj file,
restore the .vcproj to it's original folder and reload the project
into the ide

I can see that you mentioned elsewhere that your form takes some 30
minutes to bring up. When you close a project with the form open in
design view, next time you open it we will try to get the form open in
design view just like you closed it. Since this takes 30 minutes in your
case, project load will take 30 minutes :(

The fix for the unnecessarily long time to load design view of a form is
available as a hotfix from Microsoft as described by another response to
this thread.

Thanks,

--
Jacobo Rodríguez Villar

TyphoonLabs Lead Programmer

http://www.typhoonlabs.com
Nov 17 '05 #5

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

Similar topics

6
6168
by: Martin Bless | last post by:
The good news: Along with Python-2.4 comes really good news to Windows users. Yes, you now CAN build extension modules yourself using the SAME C++ compiler and linker Python is built with itself. Everything you need is available at no costs (except download hassle and installation time). Once your system is set up properly its just a matter of running 'python setup.py build'. No longer waiting for someone else to build binaries and a...
1
2164
by: Corrie Meyer | last post by:
Announcement: SwiftReports standard edition 1.0 for Visual Studio ..NET 2003 released by UniSwift. We are pleased to announce the first release of a fully-managed reporting tool for the Microsoft .NET framework. SwiftReports provides complete code integration with the Visual Studio .NET 2003 environment. Developers can use Visual Studio .NET 2003 to write code in either C# or Visual Basic .NET for report control and event handling.
6
1513
by: sam c | last post by:
I have some code that looks a bit like this (note: this isn't the actual code, it's just here in an attempt to help me explain what actions I'm doing): void foo(int bar1) { } void foo(float bar2) {
4
1784
by: Steve Richter | last post by:
using visual studio 2003 for my asp.net projects ... Once I undock the property window to get a better look at things, I cant dock it back where it came from. Can someone tell me how to redock the property window? When I copy HTML snippets from another page the code behind class is not automatically updated with the new controls. For example, the Web Controls are not added to the group of stmts at the start of the page class which...
1
1580
by: JQA Academia | last post by:
I've reinstalled twice now... I've got the Visual Studio.net Academic version 2003. During installation, I get no errors but when I try to open a new project from the inital start page, it just hangs and then eventually the application stops responding. I'm running on Windows XP Professional, I've made sure IIS is activated. Any Ideas?
6
3358
by: JonSteng | last post by:
..Net Visual Studio Professional 2003 Version 7.1.3088 ..Net Framework 1.1 SP1 Version 1.1.4322 IIS 5.1 Windows XP Professional SP2 Micron T3000 Laptop (1.5 GHz; 1GB RAM; 40GB HD with 17GB Free) I installed FrontPage server extensions to IIS on my computer while following instructions in a Microsoft ASP.Net MCSD training book. After installing the FrontPage Server Extensions I cannot create a new
3
6052
by: Edwin Smith | last post by:
I have a 2 form project in VS2005 that now hangs whenever I try to do anything with the second form. This seems to have started when I added some SQL tables from a Pervasive v.9 database using the Pervasive ODBC driver. The devenv.exe process hangs and will not respond with about 50% cpu usage and about 100 megs of memory used. I am running it on an Athlon 64 bit dual core with 32 bit Windows XP pro. I have 2 megs of memory so I don't...
11
1547
by: research | last post by:
Hi, I'm using Visual Basic 2005 Express Edition to develop small tools in relation with our applications and I'm facing a problem using the interface. It sometimes happens that the design window of a form can no more be viewed within the user interface. Does anyone have an idea on how I can do to access it ?
8
5620
by: kcroyals1 | last post by:
Is anyone having the problem where Visual Studio 2008 hangs for minutes when switching to Design view of an aspx page? I know there's a hotfix, but it has been no help. My co-worker might have hit on something that it is related to Office 2007. This is because we have VS2008 at home with no problems, but we use Office 2003. A co-worker of ours has the same setup (Office 2003 and VS2008) and has no problems. I know Microsoft knows it's...
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
8705
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...
1
8364
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7193
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6125
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4092
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...
0
4197
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2625
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
1808
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.