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

learn more… | top users | synonyms (2)

0
votes
0answers
3 views

the shelveset associated with teh gated check-in ticket does not exist or does not match the value proided int he request

Our gated check-in with tfspreview.com/visualstudio.com hosted version control was working great until a few days ago when we started getting the following error: "the shelveset associated with the ...
0
votes
0answers
8 views

Any way configure to configure visual studio mvc build views release mode

Is there any way to configure visual studio to compile views when compiling for release mode only. It seems that its all or nothing and for my project which has lots of different views it just bogs ...
-1
votes
0answers
9 views

How to create a C++ MSI Custom Action DLL using Visual Studio 2010?

If I want to abort an installation in a C# custom action, it will have to display an unwanted "1001 Error" message box. To avoid this I once used a C++ project which can abort the installation ...
0
votes
1answer
17 views

QT 5 64-bit for Windows and VS2010

Trying to download QT 5 for Windows from this web page, I noted that the 64-bit version is available only for VS2012, not for VS2010. It seems that they use VS2010 for 32-bit, and VS2012 for ...
0
votes
0answers
15 views

.pfx File Preventing the Project From Compiling

I inherited an old VS 2008 project which I was able to convert to VS 2012. The only issue I am running into is that when I run the project in 2008 or 2012, I receive the below error: Error 1 ...
0
votes
1answer
6 views

VS2010 Debug attach to process / cannot find or open the PDB file

I'm trying to debug some of the examples provided in the Maya API SDK. Building the DLL with Visual Studio 2010 in debug mode worked fine, and the plugin, once loaded into Maya, worked fine. However ...
0
votes
0answers
15 views

Populate DataGrid from ComboBox selection (Linq to SQL)

Developing a WPF app here. I have a Linq to SQL class holding several tables in the designer. I have a combo box which is populated on InitializeComponent with the 'Table_Name' column of a meta data ...
0
votes
0answers
4 views

Debugging a VC++ 6 Project in Visual Studio 10

I am new to Visual Studio. I have Visual Studio 2010 and Windows 7. I recently checked out a Visual C++ Project. The project was originally a VC++ 6 Project, but a general VC++ Project is available to ...
0
votes
0answers
6 views

download html using Curl Lib in korean language

I am using Curl LIB to download html of a Korean website but the issue is i do not see the website characters properly an example is listed below : Example i want to get price which is : 42,000원 ...
0
votes
2answers
26 views

visual basic asp.net dropDownList not populating with values

I have an asp.net Visual Basic web site, and I am using a stored procedure to get values to populate a drop-down list. However, I have two issues. If I put the method to fill the drop-down list ...
1
vote
1answer
11 views

Closing just one expander within another expander in WPF/ VB.NET

First post here so sorry if I mess something up/forget something. I'm working in Visual Studio 2010 with a WPF application and am using VB.NET. So I have a parent expander that contains a grid with ...
0
votes
1answer
8 views

Updating EDMX from SQlite-file fails in VS2012

In our project we use a sqlite and EF4. Updating the edmx was no propblem under VS2010. Since using VS2012 there seems to be some kind of namespace called "None", which not appeared before. (see ...
0
votes
0answers
23 views

Custom back button clicked and items disappear?

I have a custom back button and when clicked it goes to the previous page but then a button is missing and the size and font of item change. Any ideas why this is happening? <a ...
0
votes
1answer
29 views

ProcessStartInfo .WaitForExit() is not working properly

So, I have this code to call a batch file. If System.IO.File.Exists(FSourceFile) Then Dim psi As New ProcessStartInfo(batchFileLoc + batchFileName) ...
0
votes
1answer
18 views

Linq, OData and WCF : “the method join is not supported”

I'm trying to recover and display data from multiple table. o i've done a mutliple join like that : var prod = from product in context.PRODUCT join islocated in ...

1 2 3 4 5 2322
15 30 50 per page