Visual Studio is an integrated development environment (IDE) from Microsoft.

learn more… | top users | synonyms (2)

0
votes
0answers
11 views

The name 'Properties' does not exist in the current context , with app.config

I use in a project this to save a string connection in the app.config : <?xml version="1.0" encoding="utf-8" ?> <configuration> <configSections> <sectionGroup ...
0
votes
0answers
6 views

Connecting MVS 2010 with oracle server

I am trying to connect to a database and I am getting this error Ora-12504:TNS:listener was not given the SERVICE_NAME in CONNECT_DATA I am using visual studio 2010 and Oracle 11g
0
votes
0answers
5 views

What .NET library would I use to create a Visio-like tool?

I am planning to build an interactive 2D-graphical design tool in .NET with functionality similar to Visio, or Visual Studio's Class Designer (or the various Vis Studio UML diagrams or the TFS Layer ...
0
votes
0answers
6 views

Are my Visual Studio 2010 User Control Project Templates Missing?

Am I missing something here? I could have sworn I've created User Control projects before by simply selecting the template from this screen.
0
votes
0answers
11 views

Dependent DropDownList in FormView

I am trying to create two drop down lists in a form view where the values that are displayed in the second drop down are dependent upon the first drop down.The first list contains the class numbers ...
0
votes
1answer
17 views

Visual Studio solution with different projects with functions of the identical name

I have a VS10 solution that contains 2 projects that have functions of the identical name. The linker complains (throws warnings) about second definitions (of two functions of the same name) getting ...
1
vote
2answers
25 views

Is there a script or methodology to turn C# code into a graph representation?

Since Visual Studio only supports modeling of software (reverse engineering of a current design) does any one know or can anyone suggest of a way to take C# code and transform it into a graph ...
0
votes
1answer
14 views

Command line error D8003 : missing source filename When linking

I'm using Autotools to compile Matlab modules. Originally, we used Libtool to accomplish, but it really does a terrible job dealing with Microsoft's compilers. As such, we are removing Libtool for ...
0
votes
0answers
22 views

How to step into store proc using VS2010

I'm trying to use VS2010 to step through a SQL Server 2008 stored procedure. I have added my DB through the Server Explorer and I marked the DB for Allow SQL/CLR debugging. But when I select a SP ...
0
votes
0answers
12 views

QCustomPlot sometimes fails to start for Release build

I have a strange problem with QCustomPlot. In my code, I need 3 plots, so in mainwindow.h, under private: I declared QCustomPlot *plot1, *plot2, *plot3; However, when trying to run the program in ...
0
votes
0answers
22 views

visual studio debug error unable to start program no more files

System info: Win 7 x64 SP 1, IE 10, Visual Studio 2010 I've been researching this error all over. visual studio debug error: "unable to start program (File path) no more files" This started with ...
0
votes
0answers
12 views

Automatically build UML class diagram for unmaged C++ code in Visual Studio 2010

So, I tried Visio UML reverse engineering, but it worked about 20 minutes, put Visual Studio in non responding state and showed some warnings like "Couldn't reverse engineer a namespace". So, is there ...
0
votes
1answer
14 views

Problems with Post-Build Event in Visual Studio 2010

I am running into an issue with my Post Build Event in VS 2010, I am recieving the following errors on my projects, but I don't know what ths means and I cannot seem to even edit the original ...
1
vote
6answers
45 views

Custom icon that opens URL

I've only used Visual Studio a handful of times. Can I make an executable with a custom icon that strictly opens a URL in a web browser? I am assuming Visual Studio will be the best tool to help ...
-1
votes
0answers
5 views

How can I debug using transformed config

Quick Question: Can I debug using Release.config? I have applied Transform plugin for VS2010
1
vote
1answer
21 views

Finding hard-coded IP addresses using Visual Studio 2010 'Find in Files' utility (Ctrl+Shift+F)

I need to find all hard-coded IP addresses in some of our Visual Studio 2010 solutions. How would I do this using the standard 'Find' utility (Ctrl+Shift+F) from Visual Studio 2010?
0
votes
2answers
25 views

value member in textbox and display member in combobox

i have a textbox and combobox and a datatable (fill from database) datatable has two columns one is id and other is name the combobox is bind with this datatable like Form1.ComboBox1.DataSource = dt ...
0
votes
0answers
12 views

Deploying a .mdf database file to SQL Server automatically

I want to write an installer that automatically deploys a SQL Server database (.mdf & .ldf file). The target PCs are presumed to have SQL Server 2008 OR SQL Server 2008 Express already installed ...
0
votes
1answer
23 views

how to correctly sign an executable

So i made a little tool, a console application, that when running on Win7 brings the security box (UAC). i tried to sign this EXE file in VS 2010 using the following steps: 1- project properties 2- ...
0
votes
0answers
10 views

How do I setup new compilation symbols in a MVC application?

Here's my setup for compilation for Release and debug. What if I want to create a compilation build for client called "clientX" and "ClientY". So I need a setup for ClientX.Debug, ClientX.Release and ...
0
votes
0answers
11 views

visual studio 2010 crystal report viewer font

i have created a crystal report using Crystal Report Pro Ver 10 and have used the high speed draft 10cpi font but when i import the .rpt file in VS2010 n view it in crystal report viewer the fonts ...
0
votes
0answers
6 views

Using Login Page of Other Project Withing Same Web Solution

I have created a solution and it contains two different project: Web Solution - Project A - Project B I have added reference of Project B to Project A. Now, is there a way that I can pass ...
0
votes
0answers
32 views

regex.h causes exception in VisualStudio 2010

I wanted to show my students how to use regular expresions. As they are learn programming in C, I thought it would be the best to use regex.h from GnuWin32 ...
0
votes
0answers
9 views

How to set HLSL compiler tags with Visual Studio 2010 and XNA

Referring to the answer here, how do I set the tag [branch] for the HLSL compiler in Visual Studio 2010 compiling fx files in an XNA project?
0
votes
1answer
25 views

DataGridViw ComboBox Column Event SelectedindexChanged

in tha datagridview there are five columns as 1 -Product ID 2- Product Name 3-Description 4-Price and the fifth one is select-country which is comboboxcolumn ...
0
votes
2answers
25 views

how i can use a string that have the same structure how a xml file for a treeview?

hi how i can use a string that have the same structure how a xml file for a treeview. For Example here is a part of the string coontent.. <?xml version="1.0" encoding="UTF-8"?> <LM-X ...
0
votes
1answer
24 views

Does using MediaLibrary class pose portability problems?

In my Windows Phone project for SDK 7.1 (maybe I need to update it to use WP8 later) I want to add a test image into Windows Phone Emulator using this code. The latter uses MediaLibrary class and so I ...
0
votes
1answer
24 views

C++/CLI “could not import member” warning when using shared_ptr as argument

I have the following interface in C++/CLI: public interface class ISharedPtrInterface { void PrintSharedPtr(std::shared_ptr<std::wstring> ptr); }; Which is implemented as follows: public ...
0
votes
0answers
15 views

How do I know the project is targeted for Windows Phone Emulator when it is being built?

In my Windows Phone project for SDK 7.1 I want to conditionally include a file: <Content Include="MyFile.jpg" Condition="'$(Configuration)' == 'Debug'" /> all good, but the condition is not ...
0
votes
0answers
11 views

generate bar and pie chart to a map with vb.net

I'm working a web application using Arcgis Server 10 coding with vb.net, and i'm trying to show a statistic data for example urban and rural population of the province. the statistics will be shown in ...
0
votes
1answer
10 views

Alternate solution of Microsoft.Jet.OLEDB.4.0 provider for x64 bit version

I am currently saving values to access database and i used Microsoft.Jet.OLEDB.4.0 provider for this and i have configure platform mode from any cpu to x86 in my project in visual studio and it works ...
0
votes
0answers
5 views

Calling Code Analyzer through C# Code

I have a requirement to build a plugin that calls code analyzer of visual studio passing it the dll, ruleset and get the output of the code analyzer in an XML. Are there any API's of Code Analyzer ...
1
vote
1answer
32 views

How do I have a sample image available in WP7 emulator when my project runs?

I have a Windows Phone project compiled with 7.1 SDK. The application processes image files and I'd like to have a sample image file with the project so that when the project runs in the emulator and ...
0
votes
1answer
16 views

Visual Studios adding folder to release directory

I am trying to pull in a dependency, xulrunner to be exact. It is basically a folder of binaries and an executable called xulrunner.exe. The code initializes xulrunner for use by passing in the ...
0
votes
2answers
26 views

Qt+VS2010 - Unresolvable external symbol LNK2001

All I have is a main.cpp: #include "myclass.h" #include <QApplication> #include <QTextEdit> #include <QtGui> class Notepad : public QWidget { Q_OBJECT public: ...
-1
votes
1answer
22 views

working in visual studio 2010 on windows xp

I was working on my source files on windows 7. For some reasons I need to work on my source file in windows xp. I doubt if all the batch files will work or not? Will there be any problem if i change ...
0
votes
0answers
16 views

Running a Visual Studio macro from within a Unit Test

Is it possible to trigger a macro from within a unit test and get back it's returned value? The macro checks the integrity of certain solution files accessible from the DTE. Using the DTE from within ...
-2
votes
1answer
79 views

Why isn't the “!=” operator working for me in C++ VS2012

A simple example: #include <iostream> #include <cstring> int main(void) { using namespace std; string a="abc"; string b="abc"; if(a!=b) cout<<"abc"; } ...
0
votes
0answers
17 views

VS 2010 looking for wrong boost lib?

I'm trying to use #include "boost/date_time/gregorian/gregorian.hpp" but wind up with the error message LINK : fatal error LNK1104: cannot open file 'libboost_date_time-vc100-mt-gd-1_51.lib' VS is ...
0
votes
0answers
8 views

VS2010 Exclude File From Build As ContextMenu or Toolbar Command?

Having to right-click | Properties and select "Excluded from build" is painful - is there a way to toggle this using a command bar button, or by adding it to a context menu? I've browse through the ...
0
votes
0answers
16 views

System.BadImageFormatException:Could not load file or assembly … incorrect format when trying to install service with installutil.exe

I know i am going to ask duplicate question but my scenario is totally different i think so because when i go to do unit testing with nunit tool of my program then in NUnit this error happen ...
-2
votes
0answers
12 views

Generate UML Diagram for Solution in Visual Studio 2010 [closed]

How can I generate a UML Class Diagram for my solution which is made up of 4 projects in Visual Studio 2010?
1
vote
0answers
19 views

Customized Visual Studio HTML Colors Not Recognized

I have imported a color theme to Visual Studio. Most colors are what they should be, but there are a few that revert back to the default color several seconds after Visual Studio first launches. ...
0
votes
0answers
11 views

Please!!! how to fix access to the path 'C:\Windows\Microsoft.net\v4.0.30319\Microsoft.Service.Model.targets' is denied

This development machine has VS2008 and VS2010 on it for months. We installed VS2012 on it today and it did not go good. Had to actual end task the install due to many repeated error messages that ...
0
votes
0answers
6 views

NuGet single file per solution

I'm exploring NuGet possibilities in order to use it in my project. I have noticed that I can check option to let NuGet download any missing packages during build which is pretty handy. That way we ...
0
votes
0answers
5 views

Task scheduler not running

I am need of your help. I have a task scheduler that is not running for an ASP web app I have. It gives the error "The operation being requested was not performed because the user has not logged on to ...
0
votes
0answers
10 views

Using a referenced project's TargetPath in a post-build task

Using Visual Studio 2010, I need to have a C# project run a post-build event and reference the outputs of several assemblies built by other dependent projects. In WiX projects, I can use macros from ...
0
votes
1answer
72 views

Why can't I assign this int a value?

I have a class: class A { public: A(); ~A(); void IncrementNum(); private: int num; }; A::A() : num(0) { } A::~A() { } ...
0
votes
0answers
7 views

Getting error Could not load type 'RemoteTerminalSystem._Default'. when debuging

I am trying to debug an asp.net app in VS 2010 and when ever I hit f5 I get the error Server Error in '/' Application. Parser Error Description: An error occurred during the parsing of a ...
0
votes
2answers
29 views

windows piping to a c++ program

I have the following c++ program: #include <iostream> using namespace std; //will find the last dot and return it's location char * suffix_location(char *); int main(int argc, char* argv[]) { ...

1 2 3 4 5 679