Visual Studio is an integrated development environment (IDE) from Microsoft.
0
votes
2answers
55 views
How to make a generic map using template in C++
I am trying to create a generic map which will takeany datatype as its 2nd elelment.
But when I am trying create an object I am getting error as argument list for class template is missing
...
-3
votes
1answer
20 views
All the errors are coming when I am trying to call this customized macro [closed]
define ERROR_CHECK_SERVER(x)\
({\
if (globalError)
{\
MM_MSG_PRIO(MM_GENERAL, MM_PRIO_ERROR, x);\
stop = true;\
break;\
}\
})
code @ line no.
131 status = ...
-5
votes
0answers
18 views
How to enable energy economy of the interface wifi using c# [closed]
How to enable energy economy of the interface wifi using c#. the api no make. I saw that driver development is complex
Operation System windows 7.
0
votes
0answers
16 views
Compatibility Error in Visual Studio 2010 installation [migrated]
I'm having problem installing Visual Studio 2010 in my computer. I've tried adjusting the compatibility mode but the same error appears. The error appears:
Visual Studio Setup cannot run in ...
-4
votes
0answers
74 views
VB.net textboxes only send “null” to database table. How to make it send the text?
In my vb.net program, I have several textboxes bound to a table.
A button submits that, but it seems to only send "null" or no data, or it just doesn't work right.
This is the button code that seems ...
2
votes
0answers
41 views
Attach a second process to VS2010 programmatically with .NET
I have a solution in visual studio 2010 that contains 2 projects, one is a C# console application, which I will refer to as Foo, and the other is a CLR C++ console application, which I will refer to ...
-2
votes
0answers
35 views
What is the best way to go back to IE9 from IE10 [closed]
A client installed IE10 the other day - which created some issues on a site of mine. So I installed IE10 so I could see the issues for myself. I develop using VS 2010. Since installing IE10, every ...
0
votes
0answers
32 views
Why would a process terminate unexpectly after attaching the Visual Studio 2010 Debugger [closed]
What would cause a process to terminate unexpectedly when I try attaching the Visual Studio 2010 debugger to it? I thought it might have something to do with the code I'm attempting to debug, so I ...
2
votes
0answers
43 views
Visual Studio 2012 Emacs key bindings
Could someone describe the instructions to setup emacs key bindings in Visual Studio 2012 environment? I saw a couple of thread, but they didn't really cut it for me.
It'd be great to have someone ...
-4
votes
1answer
44 views
Read File with structur, show it and write it [closed]
I have the following two files (those are language files from a ruby on rails project):
en:
calendar:
check:
invalid_date: 'Date is invalid'
wrong_input_format: "The date should ...
-1
votes
1answer
40 views
Json data extraction is not workinggood
h experts,
i have a .netservice which returs json data and i extracted the json data using the code
success: function (r) {
var doclist = $.parseJSON(r.d);
console.log(doclist);
i ...
1
vote
1answer
45 views
Extend Visual studio Solution Right Click menu with new button
I want to add a new button to the menu when you right click on a solution. I want to add a button to to custom things with TFS and building and would like for it to be available when you right click ...
0
votes
1answer
28 views
How can you make the file get added to the recent projects MRU list when programatically opening a solution in VS?
When a solution is programmatically opened in an add-in/extension (VS2012 in my case) using Solution.Open, the solution file is not added to the projects MRU (i.e. File->Recent Projects and Solutions ...
0
votes
2answers
38 views
ToolBox, Windows Form Application
I've created Windows Form Application for Visual Studio 2010 with C# so that I can make the form execute SQL statements from my Database. I've looked through several tutorials and examples and many of ...
0
votes
1answer
52 views
In WPF how do I bind a combobox to TabControl Items?
I am learning WPF and I have a question about binding a ComboBox
I have a simple WPF window with the following controls: a ComboBox at the top, and a TabControl under it.
I populate the tabcontrol ...
0
votes
1answer
28 views
Way to track all funtions in Visual Studio / Nice debugger for VS
1)There is call stack provided in VS but isn't always show the sequence of functions called by user's code.It just shows functions from windows & directly the function you put break point on & ...
3
votes
5answers
78 views
How to return SqlDataReader in C# WCF?
In my C# WCF service I have a SqlDataReader that holds rows of data that I would like to return to the client.
How to return everything in the SqlDataReader?
Right now I have
if (sqlReader != null)
...
1
vote
1answer
60 views
NullReferenceException error C# [duplicate]
QueryClass Query;
string UserName = "";
int UserId = 0;
string email = txtEmail.Text;
string name = txtUserName.Text;
string phone = txtPhone.Text;
...
0
votes
1answer
54 views
How can I change the Visual Studio default Form font? [closed]
I had some problems with my Windows fonts, because of that, VS changed the default Form font to Arial. How can I go back to Microsoft Sans Serif ?
I know that I can change the Font at the Form ...
0
votes
0answers
18 views
WPF Toolkit Datavisualization error
I get this error when I try to run my VS2012-project in release mode:
{"Could not load file or assembly
'System.Windows.Controls.DataVisualization.Toolkit,
Version=3.5.40128.1, ...
0
votes
1answer
19 views
Rdlc Report Grouping without repeating data
I'm replicating a report from a legacy system
the report does grouping like this
Name Number Vocation
Bob 1 Farmer
Dave 2 Farmer
Banker
...
0
votes
0answers
21 views
Why timer control makes the application very slow
The program in windows form application is working well until i use timer control where i choose the interval of it (1 ms) to get 1000 values, visually i should get these 1000 values in a period of ...
0
votes
2answers
64 views
std::greater not defined in MSVC2012
How come that std::greater is no more part of the std namespace in Visual Studio 2012? I now need to include <functional>
I thought STL libraries remained the same across toolsets
1
vote
1answer
45 views
Debugging a fortran dll called by a C++ program in Visual Studio 2010
I'm having problems debugging a C++ program which uses a Fortran DLL. I'd like to step through the C++ code until I hit the call to the Fortran DLL and then step into the fortran code. Is this ...
0
votes
0answers
15 views
Azure Publish giving “The Type or Namespace {x} cannot be resolved” error
I have a MVC 4 web project that I have been working on for about a year. It is currently published and running on azure in production, and has been working there for about a year. My dev machine ...
0
votes
0answers
29 views
the error of building postgresql
My os is win7 64 bits, and I use visual studio 2010 to build the project of postgresql(9.2.2). I succeeded when I built it at the first time, but I got some errors and failed when I rebuilt this ...
0
votes
1answer
31 views
Is Visual Studio 2012 faster than 2010 in design view?
I currently use Visual studio 2010 and it is very slow in design view when a page has a lot of controls. For example changing a property on a control in a big page can show the spin wheel (hourglass) ...
-1
votes
0answers
54 views
Locals and Quickwatch windows show different values for the same variable
Please refer screenshot,
Here, Quick watch window is showing different value and locals windows showing different value for variable 'c' is different. Execution is at int vv = std::isdigit(c);
I am ...
0
votes
1answer
29 views
Disable Windows Visual Effects through SystemParametersInfo
I am trying to disable all visual effects programmatically in a Windows Forms App. Other than an extense list of registry values to be changed, i found this option, but I cant seem to get it to work.
...
0
votes
0answers
9 views
setting VCCLCompilerTool.TreatWChar_tAsBuiltInType property on MSBuild command line
I need to build Visual Studio 2010 projects with wchar_t not being native type. The IDE setting should be equal to the value of VCCLCompilerTool.TreatWChar_tAsBuiltInType property. However trying to ...
0
votes
2answers
64 views
How to show more than 50 push buttons on a window?
I have created a Window and then, created 50 buttons on this Window but I can only see 10 buttons on my window. Rest are out of view since I am not able to scroll the window down.
I have added auto ...
0
votes
1answer
51 views
Managed Debugging Assistant(MDA) jitCompilationStart usage
I'm trying to optimize cold startup time of some WinForms application.I've NGen'ed all assemblies but still see that JIT is invoked. I've enabled MDA's jitCompilationStart and see runtime exceptions ...
1
vote
2answers
31 views
Two situations regarding Declaring / Releasing IplImages
I do care a lot about the memory in my project. It has crashed before due to memory leak.
I'm thinking of two approaches:
Declaring the different IplImages just once in the main project part.
...
0
votes
1answer
12 views
MS VS 2010 - Web one click publish toolbar is disabled when code file is viewed
I use VS 2010 and the deploy function and to get quick access to the functionality I showed Web One Click Publish toolbar. But the toolbar is only activated when I open Web.config files or when I open ...
0
votes
1answer
21 views
How to troubleshoot deployment issues when running tests with visual studio?
In VisualStudio (2010 and 2012) :
is there an efficient way to troubleshoot deployment issues when using DeploymentItem attribute?
I currently must wait for test execution to realize that the items ...
1
vote
0answers
20 views
Windows Forms: form resized after changing screen resolution
After I changed screen resolution to 125% on my new development machine with Windows 7, Visual Studio changes a whole bunch of lines in auto-generated files, such as MainForm.designer.cs. The changes ...
0
votes
0answers
36 views
How to undo a “Get Latest Version” on TFS
I'm using TFS with VS2008 and VS2010 and in the TFS collection I have several projects.
I've mapped the TFS root to a local drive to preserve the TFS folder structure and I've done a Get Latests of ...
-2
votes
0answers
19 views
Installing VS2010 [closed]
I just have a trial version of VS2010 which is expired now. And I bought a full version. But it doesn't contain an online key. I should uninstall the free version that I was using and then, install ...
1
vote
1answer
35 views
Authentication & Authorization not working properly
I am first time dealing with authentication and authorization.
In my web.config i have following code for authentication & authorization:
<authentication mode="Forms">
<forms ...
0
votes
0answers
26 views
Abnormal speech result
I am trying to use MS TTS technology in C#. I am using MS visual studio 2010 professional, and I am in Windows 7 ultimate 32 bit.
Following is my code
SpeechSynthesizer s = new SpeechSynthesizer();
...
0
votes
1answer
71 views
error LNK2019: unresolved external symbol referenced in function _main
i know this problem was there before, but i didn't find any solution for me. So - i'm getting this error in Visual Studio 2010.:
error LNK2001: unresolved external symbol "class Czas __cdecl ...
0
votes
0answers
27 views
Error while creating sql database in visual studio
I got error each time I add new item - data - service based database in my project on visual studio 2010
it said
"login failed for user /My Computer Name"
Here is the screenshot :
Do anyone ...
0
votes
0answers
50 views
Issues with loading solution (.sln) file using c#
I am trying to load solution file using c#. I am doing this using DTE object. Following is the code snippet to achieve this.
DTE DteObject = new DTE();
DteObject.Solution.Open(@SolutionFilePath);
...
2
votes
0answers
92 views
How to use async with Visual Studio 2010 and .NET 4.0?
I want to add async support to current VS 2010 .NET 4.0 C# project
I have found:
Visual Studio Async CTP - http://www.microsoft.com/en-us/download/details.aspx?id=9983
Microsoft.Bcl.Async - ...
1
vote
4answers
110 views
Comment and Uncomment Code
im working on contextmenu that shows on rightclick using a mousedown event and 2of my list for contextmenu are comment and uncomment with this code:
private void CommentMenuItemClick(object sender, ...
-6
votes
0answers
36 views
c# visual studio 2010 item price listing suggestion? [closed]
If I have thousands of items and each item have its own price list and each price will be having lots of name of people in it, what kind of user interface may be user-friendly and looks nicer?
no ...
0
votes
0answers
8 views
How to debug with continue and breakpoint in MFC CView::OnActivateView in VIsual Studio 2010?
I am encountering a problem trying to use the debugger in Visual Studio 2010. I want to watch what happens each time my CView object calls OnActivateView so I set a breakpoint in OnActivateView then ...
0
votes
1answer
19 views
Issue with overlapping batch file runs
I am having an issue in my script with things running sequentially. I have an initial script to decompile an swf. A second that searches for one string in one of the decompiled files and a third for ...
-2
votes
0answers
11 views
iphone App crash when zoom map With Following Error [closed]
VectorKit`-[VKCamera updateIfNeeded]:
0x9e91e3c: pushl %ebp
0x9e91e3d: movl %esp, %ebp
0x9e91e3f: pushl %ebx
0x9e91e40: pushl %edi
0x9e91e41: pushl %esi
0x9e91e42: subl $1788, %esp
...
0
votes
0answers
38 views
Deleting ToolStripContainer from .Designer.cs file, EVERYTHING dissapears
I accidently added a ToolStripContainer in Visual Studio 2010 to my winform project. I could not delete it! So I went into the designer file to manually remove it. Now my main form turned completely ...







