In Vista how do I get VS to debug a program without admin rights
Wed, 7 Nov 2007 07:49:03 -0800
After many years developing with VS under XP I have just started with Vista.
I realise that VS itself must be run as administrator, but is it possible to
get it to start my program without admin privileges, so that I can debug it
and see how it will behave when started without "run as administrator".
--
Dav ...
|
Project Crashes on Client's Computer
Tue, 6 Nov 2007 05:15:01 -0800
I have written a fairly simple program with VB in Visual Studio 2005. The
project has one form that has data input boxes. After data input, a simple
calculation is done. I have installed this application on a number of test
computers with no problem. The problem is that the application won't run on
my client ...
|
Creating an Installer that Installs a Separate Application
Mon, 05 Nov 2007 05:57:12 -0800
Hi,
I have an C# application which uses subversion. This involves issuing
svn command-line commands from within a process within my application,
the output from is trapped and handled accordingly. To check if
subversion is present I do the following -
string svnExecFilename = @"C:/Progra~1/Subver~1/bin/svn. ...
|
Upgrading From Express to Professional
Sat, 03 Nov 2007 22:06:12 GMT
Hello,
I decided to take the plunge and purchase Visual Studio Professional and
upgrade from C# Express. Any tips for making this upgrade as smooth as
possible? should I uninstall all express products first?
Thanks,
Lint Radley ...
|
Debugging IIS 5.1/C++ ISAPI mixed with ASP.NET in VS8
Fri, 2 Nov 2007 12:29:09 -0700
Okay, I'm trying to debug IIS 5.1 with a C++ ISAPI and ASP.Net code - first
time I've had to debug unmanaged code since VS 2003.
I'm trying to use the old technique of attaching to the running process but
VS8 seems to have gone out of its way to make doing that with unmanaged code
miserable. Can't get the ...
|
ClickOnce applaunch.exe crashes
Thu, 01 Nov 2007 15:37:56 -0500
If this isn't the right forum, please redirect me.
I have created two SQL Server 2000 client applications in VB.NET, in
Visual Studio 2005. This first app does not ask for file or printing
permissions and the VS2005 Publish Wizard deploys it like a champ, to
the Local Intranet zone as partial trust with Cl ...
|
Migrating Visual Studio 6 custom wizard templates to Visual Studio
Thu, 1 Nov 2007 11:50:02 -0700
I'm trying to convert the following template directives from Visual Studio 6
to Visual Studio 8:
$$BEGINLOOP(COUNT)
$$XYZ$$
$$ENDLOOP
which I convert to:
[!loop = COUNT]
[!output XYZ]
[!endloop]
In Visual Studio 6, the AppWizard would replace the symbol XYZ with XYZ_n,
where n is a 0-based index ...
|
|
|
Easiest Way to Handle INI File Editing (VB.NET)??
Wed, 31 Oct 2007 13:46:04 -0700
OK, here's my situation....
I have two .ini files, one from an old version of our application and
one created during our latest version's installation (Wise). What I
would like to do is grab a section from the old file and write/update
the new file with that section.
Currently, I'm simply treating the two ...
|
unit testing -- best software?
Wed, 31 Oct 2007 11:37:53 -0700
I'm setting up unit testing for my application. What is best unit testing
suite out there? I'm sure there are actually tradeoffs between what
different vendors offer so even just a list of a couple of the top choices
would be great.
...
|
Can I use other source files depending on the build configuration?
Wed, 31 Oct 2007 01:19:26 -0700
Hi,
I am working with Visual C++ Express and Visual Studio 2005 standard
edition.
I am creating an SDK (code is written in C) and I currently have 4
build configurations. (Debug - DLL, Debug - Static Library, Release -
DLL, Release - Static Library)
The SDK can be divided into two parts:
- core
- configu ...
|