Visual Studio is an integrated development environment (IDE) from Microsoft.
0
votes
0answers
2 views
Intellisense error / including additional libraries with environment variables
I'm working on a C++ project (VS 2010) using CPLEX.
I have included the required cplex libraries in the project settings as follows:
added the "additional include directories" under C/C++ > general
...
3
votes
0answers
14 views
Building project succeed with Access database, can search the data but cannot delete the record
I just learn Visual Studio C# for 2 months. Recently, I write the code that can connect with Microsoft Access 2007 and it run smoothly (it can show data and can delete record as I expect) However, ...
0
votes
0answers
20 views
FileSystemWatcher OnChanged Isn't raised for files updated live
My FileSystemWatcher works fine for other files in the set directory but for files that are updated roughly every second by another program, the OnChanged event is only raised if I click a button on ...
0
votes
1answer
12 views
Install Visual Studio Express 2012 for Web parallel to Visual Studio Professional 2010
Can I install Visual Studio Express 2012 for Web parallel to my installed Visual Studio Professional 2010?
0
votes
0answers
5 views
Create SharePoint Project without install SharePoint Server - are instructions still valid?
These instructions for creating a SharePoint Project without installing SharePoint Server date from 2010. Does anyone know if they are still relevant for SharePoint 2010 and Visual Studio 2010? I'm ...
0
votes
1answer
15 views
Load Testing with async calls to WCF
I'm new when it comes to using VS2010's unit tests. I tried making a unit test that makes a call to the WCF hosted. The code looks like this:
...
[TestMethod]
public void TestMethod1()
{
...
0
votes
1answer
25 views
Make Non-GUI server application in Visual Studio
I did a project of Server Socket in Visual studio in C++ MFC based. Now, after debugging the project, server GUI opens, then after clicking on the CONNECT button on server GUI, you can connect the ...
0
votes
0answers
29 views
JScript runtime error with asp.net
I have a web application under asp.net 4.0, using C# and Visual Studio 2010
My web application works fine if my laptop is offline.
But If I connect my laptop with the Internet and try to run my ...
0
votes
2answers
23 views
Running event x from event y
(Newbie VB.NET question)
Here's the specific code behind my simple winforms that I don't fully understand:
Private Sub okButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) ...
0
votes
0answers
10 views
Find/replace, get string content
I want to replace CiroJS.Timer.CheckFunction("CiroJS.Autosave.CheckActiveTimers();");
with CiroJS.Autosave.CheckActiveTimers();
I've tried to find the string by this syntax: ...
1
vote
0answers
12 views
Commited files are not added on update
We are using VS 2010 for SharePoint development. We are using SVN with AnkhSVN plugin.
One of the developers created new feature and commited solution. I updated solution to latest version, and I can ...
2
votes
2answers
19 views
What will be Solution for fatal: bad config value for 'color.diff' in .gitconfig?
My actual problem is that i have made git repository in my VS2010 project and when ever i want to commit solution then this error happened " bad config value for 'color.diff' "
i have checked ...
0
votes
2answers
20 views
Create empty asp.net web application, add a web api controller class… now what?
This is my first attempt at using the asp.net web api.
I've tried running it in debug mode but I'm not sure what to browse to. Can I just drop a url in my browser or do I have to create a special ...
0
votes
1answer
11 views
What to do for giving permission to NT AUTHORITY\SYSTEM
I am doing a website after publishing the website it becomes NT AUTHORITY\SYSTEM account.
in my website i am accessing the database. since my published network became NT AUTHORITY\SYSTEM account, it ...
1
vote
1answer
21 views
Serial Ports in a .DLL file
I am creating a .dll file in Visual C++.
It includes a function which takes two arguments and send data through serial port. Next i wanted to include this .dll in my application and call these ...
1
vote
2answers
41 views
Possible to autogenerate to code using WSDL in Visual Studio
Hi I wish to use test the following function:
http://msrmaps.com/terraservice2.asmx?op=ConvertLonLatPtToNearestPlace
Is there some faster way I can test it out using Visual Studio 2010? I use C# ...
0
votes
0answers
15 views
cannot open #include <stdio.h> after re-install vs 2010
I hava re-installed vs 2010 in different place from the old one. And my old project shows"cannot open #include stdio.h".
But I can run the project and if I make a new project it would not show the ...
4
votes
1answer
49 views
How to copy non-code files with the compiled project when referenced by another project in C#
I have a project that acts as wrapper for a 3rd party .exe (it has static methods to create the command line and run the executable). I want to use it in at least a couple of projects in my solution. ...
0
votes
1answer
13 views
Managed types Mixed types unsupported Visual C++
So what im doing is creating a form that bitmaps move around and when they collide they "fight". The bitmaps are saved a VBot and inherited into child bots which to keep track of the bots i built an ...
0
votes
0answers
11 views
Linkage errors when integrating Casablanca with my Visual Studio C++ Project (2010)
I have created a visual studio project, and I am trying to integrate Casablanca SDK with it. To add the SDK, I went to project properties and added the casablanca paths. Like
Like Properties -> VC++ ...
0
votes
1answer
37 views
Lnk2020 error for C++ program
So what im trying to do is use an array of pointers to keep track of spawning bots and let them do battle by colliding. This is done by using methods in an array of pointers but i keep getting a ...
1
vote
0answers
21 views
Receiving and Processing HEX data from Serial
I'm new to this forum so I'm not sure if this is really the place to put this - feel free to move to a more appropriate forum if required.
Okay so I'm writing a simple application in VB 2010 that ...
-1
votes
0answers
19 views
Finding MDI Parent Scrollbar Events
C# VS2010 MDI App
I am trying to find the events that fire for the default vertical scrollbar in my MDI Parent window. I have somewhat enjoyed the last four hours of Google searching trying to figure ...
0
votes
1answer
13 views
How do I make Warning messages stop printing in Visual Studio 2010
Visual studio 2010 output window is constantly printing out "Warning:" message on output window. I would like to make it not print out those messages. How should I accomplish this?
Thanks. (of course ...
0
votes
1answer
44 views
Why won't my generated .sln file open in Visual Studio 2010?
I'm dealing with a fairly large C++ code base. The code base is normally intended to be compiled under Linux, using custom build scripts and makefiles. I'm porting the code into Visual Studio, which ...
2
votes
2answers
19 views
Can not instantiate Abstract class i think Im screwing up my Constructors C++
So im a beginner at C++ and i'm working with an abstract class called VBot in which i inherit to other bot classes. Now I know i need to override the pure virtual code in the VBot class which i do so ...
0
votes
0answers
21 views
Site not working in IIS but working in visual studio debugging mode Asp.Net
I have a website under development, it is located at: C:\inetpub\wwwroot\site\
It works fine when I use visual studio's debugging mode, I can login and do whatever I intend to. However, When I access ...
2
votes
1answer
18 views
Why WinDBG is not loading modules?
I'm new to driver development and now i try to run debugger on Virtual machine using VisualDDK. But VisualDDK cannot load any module while starting debug session with pack of messages .Unable to add ...
0
votes
2answers
51 views
Implementing an interface that is not yet compilated, .cpp include?
i'm using VS2010, and i am designing a MVC application.
Say i have "Project 1" and "Project 2" in a solution. The need to be compiled in that order, P1 compiles to a DLL, P2 to an Exe file that ...
0
votes
1answer
22 views
RadioButtonList fixed width issue
I searched for this issue but can't find it... my problem is with this radiobuttonlist that I am trying to align along with its label, but keep getting this.
as you can see the buttonlist has ...