Hello everyone,
I would like to change the output file name based on certain criteria that I'm checking with #defines. A little background, I'm doing this because I've decided to use VS2010 in one of my projects to regain intellisense. However, this is causing some other problems with Google Test, and the rest of my team is on VS2008. S...
Have you used JustCode? is it better than resharper? seems like performance better. Do I need to uninstall resharper before using JustCode?
...
in my project, there're name,surname,e- mail regions.then user must tick to "Okey".if users entered textboxs correctly, i want to transfer these knowledges to my sql database. how can i do that?(in okey.buton click or textname_text_changed).
...
I can't find any according item in VS2010 color settings to change "<" and "/>" elements color.
Give me a tip how to change that element's default color.
...
We have a product where the infrastructure/application and UI code is generic for the most part (some views may have to be tweaked but this is only in spark files). The domain model however may change from client to client and this needs to be easily swapped out and replaced with an assembly with potentially more properties/data on the e...
Many questions have been asked about this, and many answers have been proposed, but nothing's worked for me.
At one point, I turned on .NET symbol loading for WPF projects, using these instructions: http://blogs.msdn.com/sburke/archive/2008/01/16/configuring-visual-studio-to-debug-net-framework-source-code.aspx
Worked great, all cool a...
I'm using VS2005 to develop a web application. When I start debugging it will open the web page but the immediately detach from the process. I have found that if I close the IDE and start it back up it will work fine for a while but then start detaching again. Any insight into this odd behaviour would be greatly appreciated.
...
I'm using VS 2010 and am working with a lot of streams in C# in my current project. I've written some stream dump utilities for writing out certain types of streams for debugging purposes, but I seem to keep stumbling across times when I am debugging and need to look into the stream I am debugging over, but I didn't put my dump calls in ...
I'm just starting to work with database projects in Visual Studio 2010, and I'm wondering how I get the differential script generator to include a DROP TABLE statement. If I create a new table script in the Tables folder, the differential picks that up and includes a CREATE TABLE statement in the deployment script, but when I delete tha...
I would like to start an application from a pre-build step. However, I do not want Visual Studio to wait for the application to close.
Basically, I have a simulation engine that I need to start prior to a debugging session.
Is this possible? I tried commands like "start app.exe" and "cmd start app.exe"...
...
We currently have a SVN repository that we store our sourcecode in. We have a large range of projects in there (hundreds) and multiple common libraries etc.
It all works quite well but it's non-standard in structure. Initially we were aiming for the standard "Trunk\", "Tags\Tag_1.0.0\" style model but the problem we had was that the rel...
Hi,
I am very new to SubSonic
I hit an error on Could not load type 'Subsonic.BuildProvider' from assembly 'Subsonic'
The following is my code:
<connectionStrings>
<add name="Northwind"
connectionString="Server=GITN-L3H8743\SQLINTSTANCE1;Database=testDB2;Integrated Security=true;" providerName="System.Data.SqlClient" />
...
How can I edit the setup.exe file so I can make it display where to install, make a desktop icon, ect. It is possible or do I need an external program.
...
Or, are there any other known negative affects of employing __declspec(novtable)? I can't seem to find references to any issues.
...
Hello there. I have a simple C# application that allows users to specify that it should be (or should not be) started with Windows; it does so by setting (or deleting) a registry key (namely, ...\Software\Microsoft\CurrentVersion\Run\MyApplicationHere).
I am using a VS setup project to create the installer for this program. I don't wa...
When I hit Compile Project (SHIFT+F6) in Visual Studio 2008, Visual Studio always seems to check the referenced projects/libraries first. It is understandable, because they have to be compiled first, but currently I happen to spend most of my time working actively only with the top level project (it's an ASP.NET application referencing a...
Hi everyone!
I'm faced with a couple of problems in VB.net: I have a series of objects, which properties I'm displaying in a grid for the user to edit.
My first problem is: how do I get a list of all the properties of an object? Is it even possible? The datagrid control that I'm using accepts string values with the name of the property...
Hi!
I've got Visual Studio 2008 Professional german version. In the settings -> Environment -> international... is only German available.
That's fine - there's just one thing that bothers me. All the debug output is in german too, which makes it much more difficult to search the web for solutions.
Is there any way to change the langua...
How does the SQL Server that comes with Visual Studio differ from the full one?
And will I be able to use it to create a simple database for collecting metrics from a tool that I'm writing?
What's the easiest way of getting a console up where I can type insert/select/create etc?
...
I don't want to uninstall code rush. I just want to have the chance ti turn it off when I dont want it.
Is this possible? (express version)...
...