If you have a header file named ThisIsAHeaderFile.h, the following will still locate the file in Visual Studio:
#include <ThisIsAheaderFile.h>
Is there a way to enforce case sensitivity so that the #include will result in an error?
I have one form opening a second form which is meant to look like it's replaced the first form but it opens a bit to the right and down which ruins the effect.
If there a way to make it open wherever the first form may be?
I am using visual studio, in C++
I want to use Qt lib but I don't know how to install Visual Studio 2008+Qt+Qtintegration. I have read some forums, that step by step tell what to download, where to download from, and then what to do. But that was for old versions of mentiond products.
I ask to Qt developers tell me the way to install these items on Windows. Any forum or site will be fine.
Thanks.
We only have Visual Studio 2005. We're developing an application for Windows Mobile 6 and would like to use the .NET Compact Framework 3.5. However VS 2005 defaults to the 2.0 framework (for Windows Mobile 5).
It all works fine, but I would still like to use the 3.5 framework. Is this possible in some way?
Hi,
My Visual Studio 2010 project creates resource.h when compiled but does creates the file in UTF-16. How do I get VS 2010 to generate this file in either UTF-8 or ANSI?
Note: I need this to happen automatically. So, re-opening the file and resaving it is not an option.
Thanks.
In Visual Studio 2008 I know its possible to have one solution with two (or more) projects.
Is it possible OR How is it possible for the projects to share common class files?
For example - Project 1 has a log file handling class. Can Project 2 reference it?
My hope is to increase code re-use and avoid two copies of the same thing that need to be maintained.
The target is Winforms C# (3.5)
Hi I am getting the operation cannot be completed error when i tried to open Visual studio 2010. Previous to that I was trying to install web platform and didnt install but that is all I did...anyone have suggestions...i tried restart my pc...
Hi;
I want to know that, if is it possible to see the different parts of a file at the same time in Zend Studio 7? Maybe in different windows or something like that. I know this can be succeeded with simpler editors like editPlus
tHanks
Hello,
what exactly are the differences between the different Visual Studio install modes (General, Web Development, C#)? This is also confusing because I do Web Development in C#. Which one should I use?
I recently came across this website: http://studiostyles.info, which contains a list of color schemes that people have already created.
However, I can't find instructions on how to import them into Visual Studio 2010, does anyone know how?
PS: I am sorry, if this question has been asked but I cannot find an answer, through search.
Hi all!!
I have a source code for a project with their make files. I want to create a Visual Studio (2005) solution from it. Is there any direct way to do this? can anyone help me please. I spent hours for searching, but couldn't find a way to do this.
Thanks.
I have multiple ToolStrips with buttons on my form. I'd like to move some buttons from one ToolStrip to another. However, the Visual Studio IDE is not allowing me to drag the buttons off of a ToolStrip. I could go and edit the designer file for the form, but I try to avoid that as much as possible. So is there some way to do this through the IDE?
I am unable to open a Visual Studio 2005 solution under vss. The solution contains an Asp.net web site and around 10 more projects. I have already taken the latest source code from vss client. I have also made everything writeable. All I want to do is to see if the latest from Vss compiles in my machine.
Is there anything I am missing here?
The right-click (context) menu in Visual Studio 2010 editor is not tall enough and makes me scroll up/down looking for menu options. Is there a way to make it taller?
Let's say I have a daily maintainance task that:
Backups all databases and then
removes backups that are older than 3 days.
Now let's say the first backup at day 1, starting at 10:00, results in the following files
db1.bak 2012-01-01 10:04
db2.bak 2012-01-01 10:06
Now let's say at day 4 the first step of the maintainance task (backup the DBs) happens to finish at 10:05. Will SQL Server
delete db1.bak and keep db2.bak (would be logical, but might be surprising for the user) or
keep both or
remove both?
To restore an SQL Server 2008 database, I would lile to be able to just do something like this in powershell:
./restore.ps1 DatabaseName.bak
Then the powershell script would by convention restore it to a database with name "DatabaseName". It would disconnect any user connected to this database so that it can restore the DB. It would store the mdf and ldf in the default location.
This would mainly be while developing on my personal machine. Just a quick way to restore a DB.
Anyone has such a script?
Thanks
By default, users do not see the "Report Builder" button on the Report Manager toolbar in SQL Server 2008 (R1). How do I give the user permission to use the Report Builder?
I've installed sql server 2005 with reporting services on windows 7 ultimate and when I try to configure it when clicking on "Windows Service Identity" I get this error message:
There was an error while switching panels. The most likely cause is an error retrieving WMI properties. The exception details are:
InvalidArgument=Value of '1' is not valid for 'SelectedIndex'.
Parameter name: SelectedIndex
here is a screenshot:
Is there some (free) tool that reads Performance Counters (Windows 2008 Server, but 2003 support is a bonus) and adds them to a MS SQL Server 2008 database?
Doesn't need to be too fancy as in the worst case I can add "log rotation" through triggers.
At a customer of ours, the sql server is configured to 1 for degree of parallelism. The server has 8 cpu's, so what would be reason to limit this degree to 1?
I'm dealing with a server running SQL Server 2000 SP1, and the logical filenames for one of the databases appear to contain trailing spaces. That is, this query:
select replace(name, ' ', 'X')
from sysfiles
Returns the expected names plus a long string of Xs.
How can I deal with this? I've tried running ALTER DATABASE... MODIFY FILE using the name (with and without spaces) and get an error message telling me the file does not exist.
Hello
Subject :how to use port forwarding
Internet------> Router in my network ------->LocalMachine (Windows
2003) -->Sqlserver2005
How can I access SQL Server through the internet via a router in the local network?
My router IP Address is =192.168.1.86;
My local machine which is connected to the router Ip Address is=
192.168.1.81
At port No=1433
tell me how to use port forwarding
Thanks for help in advance
Does anyone know of any comparisons that show how SSDs compare to HDDs for performance in a SQL environment?
I'm trying to understand what type of performance benefit might be gained by moving to SSD.
Is it possible to install SQL Server Express 2005 SP3 on Windows 2008 Server R2? If so, is there anything special that needs to be done to get it to install properly? I ran into some issues with the installer and wasn't sure if it could be installed with 2008 R2.