Hi,
Does anyone know a quick and foolproof way of changing the namespace of a VS2008 solution/projects? In other words - I have a solution, and want to copy this as a template for a different application, but need different namespace obviously.
Thanks
...
Hello,
I'm using vs2008 sp1. I've just downloaded VWD2010 Express. I don't know if I placed to much expectations on it, but there are at least 3 things that made me sad:
On the logo it said: "use this product for evaluation only." I've never seen something like that on VWD2008 Express.
There's no possibility of creating an empty solu...
Javascript Initellisense keeps giving me errors in VS 2008 SP1. Whenever this happens, VS becomes unresponsive to the point where I can't get anything done. I would like to disable Javascript Intellisense temporarily to see if this is the issue. How do I do this?
...
Hi,
I want code highlighting like visual studio.
If user is attaching a code snippept in the article i want to hightlight the code exactly like what visual studio will do.
how can we achieve this.
thanks in advance.
...
I have a visual studio 2010 project that is trageted to .Net Framework 3.5. The project build fine from the Visual Studio but when I try to compile it from command line or from TeamCity I get the following build error:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.WinFX.targets(269,9): error MC1000: Unknown build error, 'Ca...
I had compiled Qt 4.6.2 from sources with VS 2008. Now I would like to be able to step into Qt sources while debugging my application. How do I make VS to pick up the framework sources?
Edit: I forgot to mention that qt was built statically, and I dont find any .pdb files anywhere... I belive that all the necessary data should be includ...
I'm using Visual Studio's designer to create a typed data set, and I've changed one of the fields in the stored procedure to be a TEXT type. I now can't refresh as the TEXT type is not comparable.
How do I get around this?
...
If I have a multi layered XML Data file of the following type
<versions>
<version id="1">
<features>
<feature id="1">
<deatil>aaaaa</detail>
</feature>
<feature id="2">
<deatil>bbbb</detail>
</feature>
</features>
</version>
</versions>
I want to build an interface in visual studio using ajax or asp.ne...
I have the header in my report on SSRS frozen so it scrolls down as I scroll down the page. Is it possible to keep this header frozen when I export the report to excel so it will do the same in excel?
...
We have multiple developers working on an application and it seems that whenever one particular person works on a file then anyone else works on it they will get:
The line endings in the following file are not consistent. Do you want to normalize the line endings?
Is there some option in Visual Studio that we can have that developer c...
Hi,
I'm developing an application where a user clicks/presses enter on a certain button in a window, the application does some checks and determines whether to send out a couple of emails or not, then show another window with a message.
My issue is, sending out the 2 emails slows the process noticeably, and for some (~8) seconds the fi...
I am trying to install GhostDoc. However, this installer fails because Visual Studio is not installed.
However, I have Visual Studio 2010.
Has anyone seen this problem?
Is there a workaround?
(I am using VisualStudio 2010 + Windows 7 64 bit)
...
I have some code that access an API out on the web. One of the API's parameters allows me to let them know that I am testing.
I would like to only set this parameter in my code when I am testing. Currently, I just comment the code out when I do a release build.
Is there an automatic way of doing this based on the build configuration?
...
Hi all
I have a solution with a website and a class library. I have renamed the class library project from Insight_WebControls to Insight.WebControls. I have also renamed the assembly it produces in its properties.
I have removed from the website's references the old class library and added the new.
However, when I try to build the we...
Note, I am not trying to generate the schema for an XML file from the file. There is plenty about that on the web. Kind of a waste--how can a file fail validation if the validator was generated from the file it's validating?
Anyway, I want to test an SSIS component that requires a configuration file in XML (not XSD) to tell it how to ...
I'm new to Windows programming, and I'm looking for an equivalent of the Unix 'file' command that I can run on compiled objects (including .lib files and executables) to discover with what bitness they were compiled. For example, on my Mac I can run:
file /usr/bin/python
/usr/bin/python: Mach-O universal binary with 3 architect...
am using c# vs-2005
am trying to setup & deployment of project and did it very simple by adding assembly and prerequesite of the project on setup properties.
but i want to deploy it by professionally like to first read bios of user system and detect the HDD serial. after detaction of HDD Serial i want to generate my own key to allow us...
Using Visual Studio setup project. I'd like to change Everyone / Just Me choice to the same as the user selected during previous installation.
...
I want to put a custom treeview inside a particular DIV on my aspx page, programatically in C#. Ideas?
...
I am working with a team on quite a few visual studio (2008) projects which share a lot of code. Some files are used by all projects, but some are only useful to 1 or 2.
I am looking for a way to extract all useful files for one particular project.
The principle we use is to share directories. Each project selects the shared directorie...