Moving large chuncks of code around in a window
Sat, 1 Nov 2008 11:19:15 -0400
I have inherrited a class from another:
public class Membership
inherits MembershipProvider
end class
When I hit enter after the inherits MembershipProvider line, VS 2008sp1
inserts the stub for all of the required overrides in the class/interface.
The problem with this is that it is sorted in alphebetic ...
|
what's the purpose of vcbuildhelper.exe?
Sat, 01 Nov 2008 02:44:47 -0400
Hi, I am trying to zoom on on a slow build issue with VS2005.
Web hopping lead me to vcbuildhelper.exe and I see it spawned doing my
IDE and command line builds, which spawns CL.EXE at less than 50% CPU.
I deleted VCBUILDHELPER.EXE since I don't see it in another earlier
installation of VS2005 just to see ...
|
compiling 32bit application (x86) in VS2008 (VC2008) on Vista 64bit
(x64)
Fri, 31 Oct 2008 16:33:36 -0700 (PDT)
Hi All
I compiled application in VS2008 on Vista x64 using Win32 platform set
in Configuration Manager. This application makes use of dynamic
runtime (crt) and needs a couple of dll files. I run Dependency Walker
to find out what dlls are needed and here is the list:
kernel32.dll
wsock32.dll
wldap32.dll
ms ...
|
Re: Free TortoiseSVN wrapper VS.NET plugin (wishful thinking)
Fri, 31 Oct 2008 15:47:31 -0400
I thouht AnkhSVN worked independantly of TortoiseSVN?
"Helge Kruse" <Helge.Kruse-nospam@gmx.net> wrote in message
news:gefii5$h8u$02$1@news.t-online.com...
>
> "A. Nonymous" <anonymous@msn.com> wrote in message
> news:QYednRgKKZcK2JbUnZ2dnUVZ_gadnZ2d@giganews.com...
>> Hi, folks!
>>
>> Is there a VS ...
|
Adding a User Control to Toolbox
Fri, 31 Oct 2008 12:05:17 -0400
Hi,
I have gone through the "Walkthrough: Authoring a User Control with Visual
C#" successfully. I was able to see the working of the alarm clock
successfully.
But I was not able to get the user control ctlClcokLib into any other
project. I created a totally different project named Test_AlarmClock_cs and ...
|
Deploying COM AddIn
Fri, 31 Oct 2008 08:04:38 -0400
I created a shred com addin for power point using the VS wizard in vb.
When I run the msi on my pc, it installs correctly.
However, if it is deployed via Admin group and pushed to my PC on
reboot, it does not install completely. I can run select the install
from the Add/Remove programs and select repair, a ...
|
Run a command at solution open time?
Thu, 30 Oct 2008 10:10:05 -0700
Sorry - I had posted this in another newsgroup but without any response. I
might have picked the wrong one - so I am posting it here.
I have a project that depends on the existence of a vsprops file in the
project directory (it sets user environment variables needed for additional
libraries). However, I on ...
|
|
|
Team Explorer_Error TF31002!
Wed, 29 Oct 2008 20:14:07 -0700 (PDT)
Dear all,
I am using Team Foundation Server 2008. I currently have got a probelm
with Team Explorer on Client PC "XP Professional SP2". Other computers
are working properly execpt that one which has got an error message
while he is trying to connect to Team Foundation Server as below:
"TF31002: Unable to co ...
|
Newbie to MS Visual Studio (last used Visual C++ 6.0)
Wed, 29 Oct 2008 12:43:15 -0700 (PDT)
I have not kept up with all the conventions used in C++ for several
years as you can guess.
I am trying to copy _TCHAR argv values into local strings; so that I
can work with them. E.g.
#include "stdafx.h"
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <ctype.h>
int _tmain(int arg ...
|
Build and run project - general question
Wed, 29 Oct 2008 12:44:15 -0700
Hello -
Each time I run the project I'm working on, it proceeds to build the project
first which takes and enormous amount of time. Isn't there a way I can just
run it for testing and build it only occasionally? If so, Is there some
setting that handles t his?
--
Sheldon ...
|