VC++ express Hall of Shame!

VC++ express Hall of Shame!

Post by Lloyd Dupo » Sun, 27 Nov 2005 09:29:09


it's only 2 hours I'm using it and I'm already mad from it's unproductivity
feature.

- my most hated feature being: you can't save your file (because it's used
by VC# express).
Very typicall after a failed build

there are minor ones as well kind of, such as:
- take 20 seconds to save a file.
=> which gives: before compiling spend 10 minutes saving files
- spend 20 seconds to close an (already saved) file.
- you can't edit your file, Intellisense takes 100% cpu

There is also 100% CPU going on all the time, I wonder why, thankfuly it
seems to be in a low priority thread...
 
 
 

VC++ express Hall of Shame!

Post by Lloyd Dupo » Sun, 27 Nov 2005 09:34:53

One good thing though is: when you kill it, it dies straight away.
So that help me being more productive, after a failed build I could kill it
and restart it in only 20 seconds!

 
 
 

VC++ express Hall of Shame!

Post by Bo Persso » Sun, 27 Nov 2005 14:57:08


"Lloyd Dupont" <net.galador@ld> skrev i meddelandet



These are all related - IntelliSense. Sometimes it works, sometimes it
just hangs at 100% CPU utilization.

I have already uninstalled my VC++ Express. :-(


Bo Persson
 
 
 

VC++ express Hall of Shame!

Post by Peteroi » Tue, 29 Nov 2005 03:21:16

I have been using VS C++.NET 2005 Express both at home and at work for
almost 3 weeks now (we have an MSDN subscription, so using Express till we
get our full version), and so far I've experienced none of the symptoms you
described.

I have experience IntelliSense not always working. I have experienced the
Class Viewer not displaying correct info. I have even experienced the oddity
that my customized Panel seems to be created in a state which it was in when
I closed the application LAST RUN! But no slow file saves, no 100% CPU
usage times. Pretty quick functionality for me.

In fact, I'm amazed at how rich and reliable a product it has been for me at
the - uhhhh - price... : )

[==P==]
 
 
 

VC++ express Hall of Shame!

Post by Lloyd Dupo » Tue, 29 Nov 2005 08:56:51

>I have been using VS C++.NET 2005 Express both at home and at work for
mmhhh?
so it's not always..... uh.. buggy?
ok, I see.
well I don't know why it's like that, but it is in my case! :-(
 
 
 

VC++ express Hall of Shame!

Post by Tarek Madk » Fri, 02 Dec 2005 10:38:06

"Lloyd Dupont" <net.galador@ld> wrote in



are you talking about VC++ Express or VC# Express? Parts of your post
(and your other post) imply that you are using C#.

VC++ Express and VC# Express are two entirely different products.

Thanks,
--
Tarek Madkour, Visual C++ Team
This posting is provided "AS IS" with no warranties, and confers
no rights.
 
 
 

VC++ express Hall of Shame!

Post by Lloyd Dupo » Fri, 02 Dec 2005 13:59:40

> are you talking about VC++ Express or VC# Express? Parts of your post
I am talking about VC++Express

That's right. I'm also using VC#Express.

That's right, it's why I'm eagerly waiting for VS.NET2005 standart edition
which I have ordered 3 weeks ago already!!!
And it's not there yet!!!

Microsoft is IGnoring us poor Aussie developers!

You're wellcome!
 
 
 

VC++ express Hall of Shame!

Post by Tarek Madk » Sat, 03 Dec 2005 09:39:19

"Lloyd Dupont" <net.galador@ld> wrote in



In this case, we'd certainly want to get to the bottom of this issue and
fix VCExpress. We certainly did not design it to consume 20 seconds on
every save :)

Can you help us narrow this down in order to investigate it? Are you
using source control? If you are, does working on a non-SCC project
exhibit the same behavior? Do both C# and C++ Express exhibit that same
behavior?

Thanks,
--
Tarek Madkour, Visual C++ Team
This posting is provided "AS IS" with no warranties, and confers
no rights.
 
 
 

VC++ express Hall of Shame!

Post by Lloyd Dupo » Sat, 03 Dec 2005 13:25:44

C#Express behave fine.
C++Express keeps slowing down,but not on all my project I realize.
I'm not using any source control at all. (which is not in C++Express BTW)

If my boss agree I could send you the faulty project.....
It's a managed wrappper around Uniscribe.
Is there any email I could contact you?

mine would be "ld at galador dot net"
 
 
 

VC++ express Hall of Shame!

Post by Andre Kauf » Sun, 04 Dec 2005 15:46:17


I had a similar problem with one of my projects. I've checked the file
activity of the system with filemon from www.sysinternals.com and
figured out that the VC Ide was permanently accessing 2 dlls of the .NET
framework.
IIRC the 2 dlls have been: System.Management and System.EnterpriseServices.

After I've removed the 2 dlls from the references section of the project
file with a text editor the project behaved well.

Perhaps you should give it a try and use filemon to check what's going on.

Hope that helps.

Andre
 
 
 

VC++ express Hall of Shame!

Post by Lloyd Dupo » Sun, 04 Dec 2005 22:04:28

that's a good idea...
although there heaps of referenced file.
how do you figured out which one was relevant?
 
 
 

VC++ express Hall of Shame!

Post by Carl Danie » Mon, 05 Dec 2005 00:26:54


Re-read his pst - by using 'filemon' from www.sysinternals.com. Try it.
You'll like it.

-cd
 
 
 

VC++ express Hall of Shame!

Post by Lloyd Dupo » Mon, 05 Dec 2005 16:08:04

>> that's a good idea...
ho...
I mean I though I knew what he meant and tried it!
But that was too information rich to be relevant, you see?

Anyway I checked again and we were not thinking of the same application!
 
 
 

VC++ express Hall of Shame!

Post by Lloyd Dupo » Mon, 05 Dec 2005 21:52:08

funny that.
I deleted the .ncb, .user, .suo files.then I restarted and it worked fine.
 
 
 

VC++ express Hall of Shame!

Post by Andre Kauf » Mon, 05 Dec 2005 21:56:16


I suppose you've started filemon before VStudio ? Just start VStudio,
open your project wait a few seconds and then start filemon.
There should be very low activity in filemon, though one of my VC++
projects made the IDE to permanently access some .NET framework Dll's,
which decreased IDE performance a lot.

Andre