Visual Studio is Busy during build
Tue, 22 Jul 2008 10:15:30 -0700
VS 2005 SP1
When building a solution it hangs at the "LC" process.
It only does it on the projects that have third party controls and if that
project, or a project it depends upon, has changed.
It will be "busy" for about 1-2 minutes per project that this happens to. So
for some solutions we are talkin ...
|
vcbuild and Visual Studio
Mon, 21 Jul 2008 08:19:54 -0700 (PDT)
Hi all,
first off, apologies if this is not the right group for my query.
(Maybe someone can direct me to the proper group.)
This is a follow-up to a query I sent out on July 17. I have more
questions and even less of an idea of what is going on.
I have a very puzzling problem with a large project I am bu ...
|
MSBuild can't find VCBuild
Fri, 18 Jul 2008 10:33:22 -0700 (PDT)
We have a cs project that we have been building using MSBuild. Since
we added a vc++ project to the solution, I get a "can't find
VCBuild ... please install Windows SDK or VisualStudio" error. I have
installed Windows SDK 6.1 on the machine (the machine does not have
VisualStudio installed), and I know VCBuild i ...
|
Recent Projects on Start Page
Fri, 18 Jul 2008 08:41:02 -0700
On the Start Page to the left are a list of Recent Projects. Over time though
end up removing some projects, yet they continue to appear in this list. I
tried changing the number of recent items to display from 10 to 1 and then
reset it to 10 and that did not work.
How can I remove select Recent Items, spe ...
|
Context Sensitive Help in VS2008 not working
Fri, 18 Jul 2008 11:25:10 -0400
Good Day,
I have one project where context sensitive help does not work (the F1 key).
It works fine for any other project I have loaded. And the Dynamic help
works in this "problem" project.
However, if I copy this project to another workstation with VS2008 and load
it there, all is fine, F1 works great. ...
|
Visual Studio.Net 2008 and Windows Vista Enterprise (Save Problems
Thu, 17 Jul 2008 14:51:03 -0700
I just recently moved over the using Microsoft Windows Vista - Enterprise
Edition and Microsoft Visual Studio.Net 2008 Edition.
I don't know if my questions is a Windows question or a Visual Studio.Net
2008 question or issue. So, if I've posted in the wrong group, my aplogies.
I have a web-site's source ...
|
Visual Studio "New Project" or "New Website"
Thu, 17 Jul 2008 12:10:04 -0700 (PDT)
All,
I'm finally getting around to learning ASP.net in VS... I've developed
a few Win forms in the past and am fairly fluent in classic ASP but
I'm a little confused about which is preferable and the reasoning
behind choosing either "New Project" or "New Website" when creating a
new site. Are there limitations ...
|
|
|
Move solution between Team Foundation Servers
Thu, 17 Jul 2008 11:11:06 -0700
Hello,
I currently have Team Foundation Server Workgroup Edition running on a
(test) server, and would like to move two Visual Studio Solutions to a new
server that also has Team Foundation Server Workgroup Edition installed
(production). Is there any way to do this without having to go through the
รข??How ...
|
vcbuild vs. Visual Studio
Thu, 17 Jul 2008 09:00:09 -0700 (PDT)
Hi all,
first off, apologies if this is not the right group for my query.
(Maybe someone can direct me to the proper group.)
I have a very puzzling problem with a large project I am building. The
project builds fine in Visual Studio (8 and 9), but when I use vcbuild
at the command line, the linker complains ...
|
datatype "any"
Thu, 17 Jul 2008 01:25:00 -0700
hello,
I have a project in vb6, in this project I have a class, and in this class I
have a declaration like this:
Private Declare Function SendMessage Lib "User" (ByVal hWnd As Integer,
ByVal wMsg As Integer, ByVal wParam As Integer, lParam As Any) As Long
I want the same project in vb.net 2005. the problem ...
|