0
votes
2answers
23 views
how to make visual studio copy dll to output directory?
Hi!
I have a Visual Studio C++ project that relies on an external dll file. How can I make Visual Studio copy this dll automatically into the output directory (debug/release) when …
3
votes
4answers
62 views
Visual Studio Console App - Prevent window from closing.
This is a probably an embarasing question as no doubt the answer is blindingly obvious.
I've used Visual Studio for years, but this is the first time I've done any 'Console Applic …
2
votes
3answers
80 views
How to write c# code in contructor that will NOT be executed at design time by Visual Studio?
I have a method call in the constructor of my user control that does something that won't work at design time (connecting to database), and the VS just bailed out when I tried to a …
0
votes
4answers
85 views
C sharp question - make form visible
Hey
I made 2 forms in c sharp visual studio.
How can I make one form invisible and another visible (Have done this in visual basic only before)
I guess Syntax should be similar.
0
votes
1answer
15 views
Drag file and reveal text - VB.NET
Hey guys,
How can I drag a file into a textbox, and then it will show the directory of that file. It seems pretty simple, since its a drag and drop kind of thing.
Thanks
0
votes
1answer
14 views
Install asp.net mvc 2 beta on Visual Studio 2010 Beta2
Is there any workaround on installing asp.net mvc 2 beta on a VS2010 Beta2 box?. Phil said on his post that it isn't supported for VS2010 beta2, mostly because of the tooling suppo …
0
votes
1answer
16 views
Vista Schedule Task From Setup
I'm deploying a C# application using the Setup Wizard project in Visual Studio 2008.
What is the simplest way for me to have Windows schedule my application to run at regular in …
0
votes
3answers
54 views
Resharper Suggestion Color Issue
I have a strange bug in resharper 4.5 in VS 2005. Instead of doing the usual underline for a suggestion -- IE: telling me that a using statement is unnecessary, it is setting the …
0
votes
1answer
33 views
Issue with my button’s code not being executed
I have an image button that when clicked the first time it just seems to submit the page like an old classic asp button. However, after the submit the button's code is executed. An …
0
votes
2answers
23 views
Turn off auto-add of subroutines in Visual Studio
My project is built in VB.Net
Many times I find that Visual Studio has added subroutines to my code files even if a subroutine of the exact same name already exists. This can cau …
0
votes
1answer
18 views
Visual Studio Shortcut/Alias In .csproj
Within Visual Studio I'm pretty sure there is a way to "alias" a file among several projects. So in other words the actual file lives in only one place within the file system but h …
1
vote
2answers
32 views
Visual Studio loses/drops/deletes VB continuation lines after subroutines?
Several times while debugging a VB.Net program I have found that continuation lines are missing from a subroutine designed to handle an event. The continuation character "_" is th …
0
votes
0answers
15 views
Visual Studio Solution to SCONS?
Is there any tool that can convert a large and complex* Visual Studio 2005 (or 2008) Solution into a SCons project?
* Lots of projects and multiple configurations on multiple plat …
0
votes
5answers
146 views
Why does this compile with the Dev-C++ compiler and not Visual Studio’s one ?
Why does the following code compile with the Dev-C++ compiler and
not with Visual Studio?
Any idea? Here is the code:
#include<stdio.h>
main(){
int n,i;
scanf("%d" …
0
votes
1answer
34 views
Visual Studio 2005 build problem
Cheers,
I have Microsoft VS 2005 installed (full version). And when I'm trying to build or debug my solution (with 10 projects) a windows installer window opens and says:
The fea …
