I am using Visual Studio 2010 (c++), and Intellisense has stopped working. I've read that an error in the code can cause this, but my code compiles fine, I only have some warnings about a deprecated function, can this cause intellisense to stop working?
I tried deleting the .ncb file, but is not being regenerated. Also I read here that ...
Hi there,
I have recently started to received this message.
Unable to start debugging on the web server.
The IIS worker process for the launched URL is not currently running
Does anyone know what this means?
I created my virtual directory via Properties on the project, and clicking Create Virtual Directory. ANd in IIS I can see it...
I have a project that when i compile it keeps crashing visual studio 2010. It's only that project in the solution, and it seems like it gets compiled, but it crashes.
It's a silverlight c# project
From the SDK command line tool I can run MSBuild, and the project will compile without problems, without crashing vs of course. When buildi...
I'm sorry if this is a dumb question, but I've been trying for hours with no luck , and maybe one of you can help.
I have a class/library project I made in Visual Studio, a Spreadsheet in the SS namespace. Next, I created a windows form application, I then added the DLL, and put it in my resources menu, and it builds just fine, however...
I need a tool for rapid code generation from
<DockPanel DockPanel.Dock="Top"><TextBlock Text=" " /><TextBox Style="{StaticResource TextBoxIsReadOnly}" Text="{Binding title}" Foreground="Chocolate" DockPanel.Dock="Left"/></DockPanel>
in:
<DockPanel DockPanel.Dock="Top">
<TextBlock Text=": " />
<TextBox Style="{StaticResource ...
What is the equivalent to __builtin_popcount as found in GCC and Clang, for MSVC-10?
...
I just started trying out MSVC-2010 seriously, and discovered 2 critical toolbar buttons I always used are missing: The back and forward navigation buttons, which were present in MSVC 2003 through 2008. These jump back (or forward) through the sequence of locations observed in the code recently. Can anyone tell me how to get these button...
I created a solution in Visual C# 2010 Express that contains two projects: one is the client, the other is the server. I would like to debug both at the same time, but I can only seem to run one of the projects during debugging.
Is there a way to run both at once?
...
I am having an issue solving Bracket Checker .
i cant seem to solve the problem if user input this sequence of bracket then my program must print its not a right sequence
Input:
({}[)
Output:
Not a Right Sequence
My code is below
Stack s = new Stack();
Queue q = new Queue();
bool isok = true;
st...
I am getting a bit overwhelmed with number of test result files and directories being produced by Microsoft's own test framework (which comes with VS2010).
Does anyone know where to tell the test project not to save the results files or at least not keep so many?
Cheers
...
I'm using Vs2010 and Wix 3.6.0917.0, for the record. I use the $(SolutionDir) property quite a bit in my .wixproj file, since I only ever build the installer as part of a solution build or as part of a team build, and never by itself. However, while building from the command line works just fine (both from cmd on the desktop and when bui...
How do I kill a windows form application other than clicking the x button. More specifically, I need to close the program from a menu option. I am coding this in c# 2010.
...
I need to present the output on the form in rows and columns. Is there a control to make that task easier? I am using visual studio 2010 and coding in C#.
...
Let's say we have the below code:
<Window
x:Class="Consus.Client.UI.Sandbox.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ribbon="clr-namespace:Microsoft.Windows.Controls.Ribbon;assembly=RibbonControlsLibrary"
x:Name="Ribbo...
What calls best emulate pread/pwrite in MSVC 10?
...
hello
i'm using VS to write JavaScript lately. before that i was using notepad++.
the auto-completion in np++ deals with every word in the current document. but the one in VS only deals with variables and functions and so.
what i'm looking for is every word completion. meaning that if i write
div.id ="anotherDiv";
and then later write
do...
What I am trying to achieve is the following. I would have "main" web worker on Azure the would have to create sub-workers (sub pages).
For example, main page would ask for a username. After entered pre-defined .asp page would have been "copied"/published to a new sub directory.
Ff there is www.foo.com and user enteres Joe the main wor...
VS2010. All projects in solution target .NET Framework version 3.5. For building on build server we use MSBuild with tools version 4.0. ProjName.Xmlserializers.dll assembly is generated after build, but:
on my machine it references System.Xml version 2.0;
on build server it references System.Xml version 4.0; as a result "This assembly ...
Hi,
I have copied the deepzoom data created folder "Generated Images" into
a folder named "temp" in my VS2010 web project, but I am unable to see
the "Build" property of this ("temp") folder.
While compilation, VS2010 shows an error "'Build Action' not set to 'Resource'"
...
Hello,
I wish to streamline and best practiceify the way that I setup websites for my clients.
General information:
-- ASP.NET Forms style of website i.e. not MVC
-- Web applications (not website)
-- I am using OneClick deploy
-- I wish to package the main web application
-- Ideally, I wish to package the sub applications also.
-- A...