Visual Studio 2012 is the latest version in Microsoft's Visual Studio product line
2
votes
2answers
213 views
What are the most recent instructions on setting up a Windows 8 Monogame Project?
I'm having trouble following all of the "tutorials" and "documentation" MonoGame is providing for building a Windows 8 App. The setup is outdated because the directories don't match anymore. I ...
-1
votes
2answers
208 views
Using cURL in c# / windows phone [closed]
I have some curl scripts some thing like like: curl -X POST http://xxxxx.com/users/sign_in.json -d "user[email]=xx@xx.com&user[password]=xxxx"
I want that script to execute when there is a button ...
0
votes
1answer
138 views
VS2012 update1 breaks roslyn CTP3 (September CTP)
After installing VS2012 CTP1, the C# interactive throws an error like below:
Value cannot be null.
Parameter name pSrcNativeVariant
I tried uninstall and reinstall Roslyn CTP but with no success. ...
2
votes
1answer
56 views
How can I determine what changeset was rolled back in TFS 2012?
In TFS 2012, when I rollback a changeset, a new changeset is created for the corresponding "undo" changes. However, if I look at the history, there is no indication of what changeset was rolled back ...
1
vote
0answers
81 views
FTP in to server from Visual Studio 2012 to Webhostingpad
In Visual Studio I click File > Open Web Site... > FTP Site
While entering all of the credentials I do notice that at the bottom of the form it says "Passwords are sent across the network in ...
1
vote
2answers
2k views
Installing Visual Studio 2012 from .iso? [closed]
I'm running Windows 7 and recently downloaded Visual Studio 2012 Professional off Microsoft's DreamSpark website for students. After the secure download completed and such, I got the roughly 1.5 GB ...
0
votes
1answer
358 views
Keyboard shortcuts for Compare with Latest Version / Compare with Workspace version in Visual Studio 2012
This was easy in VS 2010, but I can't find the right items in VS 2012.
I'd like to set keyboard shortcuts for the Compare With Latest/Workspace Version context menu items in the TFS Pending Changes ...
0
votes
1answer
96 views
Assert throws ObjectDisposedException even though TextWriter is not used
I have a unit test that is throwing an ObjectDisposedException for a method that used to be using a TextWriter, but no longer is. I've tried cleaning the solution and rebuilding, but can't seem to ...
3
votes
2answers
298 views
No System.Runtime.Caching available?
output type of 'Class Library', and a target framework of '.NET Framework 4'.
According to everything I've read, I should have it available, but all I'm seeing in the System.Runtime namespace is the ...
0
votes
1answer
403 views
Visual Studio 2012 Update 1 problems - System.Error [closed]
After installing Visual Studio 2012 Update 1 today, I recieve a dialog box that simply says "System.Error" when trying to build and debug my projects. Has anyone else experienced this, and if you ...
5
votes
4answers
788 views
Visual Studio 2012 adds reference to wrong DLL
I was having trouble getting Visual Studio to build my project in release mode... it gives me errors about assemblies being the wrong format. Turns out some x86 assemblies were being referenced ...
1
vote
0answers
98 views
32 bit inline assembler in visual studio only allows one c function call, the rest are ignored?
Writing a project with flat c headers and using inline assembly in visual studio 2012, only one of these subroutines works at a time but both work independently when i change the order they are called ...
3
votes
1answer
112 views
How to avoid multiple Publish Profiles in Visual Studio 2012 project files?
What is the best way to avoid having different users on our team contribute changes to .csproj files that include references to their local Publish Profiles?
We recently migrated to 2012 and our ...
3
votes
1answer
114 views
wchar and stdout in VC11
I've found a weird issue with outputting wide chars in Visual Studio 2012 which I've narrowed down to the following code.
#include <cstdio>
int main()
{
fputws(L"Hello World\n", stdout); // ...
3
votes
0answers
60 views
Disable search selection in Visual Studio
Does anyone know if its possible to disable the search in "Selection" option when searching in Visual Studio?
I find the search selection really confusing and I never want to search in a selection. ...
5
votes
1answer
439 views
VS2012 Express Web Can't Create MVC4 Apps
I have VS2012 Express Web installed on my machine and can create all different kinds of Projects with exception of MVC3/MVC4 apps. When I click OK on the New Project dialog I get the Select A Template ...
0
votes
1answer
378 views
The designer encountered an error while loading the table definition?
I've problem with Visual Studio 2012 Ultimate.
I inserted a "Sql Server Database", and when I try to "Add new table" after a while I get this problem
The designer encountered an error while ...
0
votes
0answers
57 views
Visual Studio Python Debuger closes right after run
I have a python project. I click on a .py file and hit run with out debugger and the console comes up and the program runs. if I use run with debugger the console flashes and close. there are words on ...
1
vote
4answers
73 views
Problems with entity framework
I'm having problems working with EntityFramework. While below peace of code works fine on my PC, when it's transported to a VPS (with everything properly preinstalled), it gives me a Unhandled ...
0
votes
0answers
54 views
Timestamp on snippets of vs 2012
im using the code snippet manager on vs2012, and wonder do create a snippet that incluces a code line with a timatstamp is there possible?
Is there possible to "execute" somecode on the snippets to ...
0
votes
0answers
179 views
Web Deploy 3 Automatic Backups
I am having some difficulty trying to get the Automatic Backups working when I use Web Deploy to deploy my application from Visual Studio 2012 to IIS7.
I have used the information at ...
0
votes
1answer
171 views
System.Exception when trying to run converted VS 2010-project
I've installed the latest version of Visual Studio 2012, with the latest hotfix.
I have a perfect working project, made in VS 2010, that I converted (automatically) to a VS 2012 project.
It builds, ...
0
votes
1answer
122 views
How to install libcurl in Visual Studio C++ 2012? [closed]
How to install libcurl in Visual C++ 2012?
0
votes
1answer
2k views
Implementing Windows Identity Foundation with MVC 4
I have a set of applications which access the same database to authenticate the user. The idea is to have a portal where a user can login once and then be able to access applications he has access to ...
0
votes
4answers
97 views
Displaying information into a grid
I've got a button where if I click it, it retrieves player information on a game server.
I need to figure out a way to display this in a grid.
When I do a Console.Write(sendRConCommand("players"))
...
20
votes
3answers
17k views
Visual Studio 2012 64 bit?
I know that in visual studio 2010 there wasn't 64 bit version. Is there 64 bit versio for vs2012?
1
vote
1answer
210 views
Clickonce Deployment after add a report with visual studio 2012
I have a c# application that publishes to a server using click-once, so our company clients can run it. I upgrade my visual studio from 2010 to 2012. every thing is great so far and clients can run ...
1
vote
1answer
68 views
minimum requirements to use connect to TFS 2012
Is it possible to connect over http to the server where TFS is installed?
What are the minimum tools that are required to use tfs? Team web access? team explorer?
Does he need to upgrade to vs.net ...
0
votes
3answers
246 views
where to defind DEBUG symbol for Debug build in VS2012?
I've Win32 DLL application. Debug build is selected. I wrote such code:
#if DEBUG
fflush(logFile);
#endif
But fflush(logFile); is grayed out so I assume it will not be executed.
But i want it to be ...
0
votes
1answer
171 views
The debugger menu “set next statement ” can't work in VS2012 Unit test project?
I am face the weird issue, the debugger menu "set next statement " can't work in VS2012 Unit test project? it always pop up the alert dialog says "Unable to set the next statement to this location". ...
1
vote
1answer
685 views
windows phone 8 emulator and Visual studio 2012 issues
I recently installed Windows 8 on my machine (i3 processor), also enabled the BIOS setting for virtualization during windows 8 installation.
Created sample app on Visual express trial version, and ...
0
votes
2answers
383 views
TypeScript VS 2012 plugin is not generating JavaScript for this specific code
I'm writing this code in the editor
///<reference path='../node/express3.d.ts' />
///<reference path='../node/node.d.ts' />
import http = module('http');
var reqRecieved = function ...
13
votes
2answers
744 views
Disable solution save dialog
When I open my solution by double click on solution file in a file manager, Visual Studio 2012 asks me whether I want to save devenv.sln:
How can I avoid this annoying thing? (except of opening vs ...
0
votes
1answer
253 views
Wix templates not showing up in project list
I downloaded and installed WiX 3.5 and, from what I understood, the set up projects/ windows installer templates should be available when I try to make a new project.
Did I miss a step somewhere?
2
votes
2answers
1k views
Visual Studio 2012 XAML UI Designer throws exception when adding Pivot and other Microsoft.Phone controls
Whenever I add any control to my Windows Phone 8 App that is in the Microsoft.Phone namespace (Pivot, Panorama, etc.), the XAML Designer throws:
Error HRESULT E_FAIL has been returned from a call ...
0
votes
1answer
154 views
NuGet does not copy dependencies with higher version than the one specified
I have a Web project (W) which has a reference to a Class Library project (C):
W --> C
C references N1:
C --> N1
N1 is a custom NuGet Package that has two dependencies (both are also ...
0
votes
2answers
275 views
Register components on the visual studio 2012 toolbox [closed]
I need to automatically register component on the Visual Studio 2012 Toolbox. I have used regpkg.exe in the previous version of Visual Studio. But it seems don't work in the 2012.
0
votes
1answer
72 views
VS2012 copies .xml and .pdf to Release from NuGet
I've just started working with Visual Studio 2012 and NuGet and I really like it. A couple of the packages I'm using - AutoFac and CommonServiceLocator, for example - have .xml and maybe .pdb files in ...
0
votes
0answers
114 views
Visual Studio 2012 rename existing website
I can't seem to find an answer that works with what I thought would have a basic answer.
If I have an existing website on my Z:\ drive and add it to my Visual Studio solution, it shows up as "Z:" ...
1
vote
1answer
157 views
Build Machine Unit Tests
What are the requirements to run automated builds through TFS, where the solution contains unit tests that use the Microsoft Fakes framework?
I have a build machine working now with VS 2010 and .NET ...
0
votes
1answer
219 views
SQL Server 2012 connection issues in Visual Studio 2012 Server Explorer
I am trying to connect to SQL Server 2012 installed on Windows Server 2012 through Visual Studio 2012 but keep getting an error 25 connection string is not valid message when trying to connect through ...
0
votes
4answers
180 views
Selecting all items in listview from ViewModel
I have a ListView on my WPF window, and I have a button that is suppose to select all. First how do you get the button to do select all the items in the listview.
Secondly, I need my ViewModel to ...
2
votes
0answers
245 views
Visual studio Copy Local on reference doesnt work
I have two Unmanaged C++ DLLs in a solution, called A and B, and A has a reference to B. I want to copy B.dll to the application directory for A. When I click "Copy Local" on the reference in A's ...
0
votes
1answer
193 views
Binding ObservableCollection contained in ViewModel to ListView
I've searched and searched but can't obtain a proper, helpful answer.
I have a MainWindow wpf window. Its DataContext is set to its ViewModel.
I have a ListView which is binded to an ...
0
votes
1answer
75 views
how to tell VS to copy native dll to “final destination folder”
In my project I have
native c++ dll project (output to x64/)
c++/cli wrapper (output to x64/)
several c# projects (output to projectName\bin\x64)
While building first dll is copied to "x64/"
Then ...
4
votes
2answers
430 views
Link Errors in Unmodified Visual Studio 2012 MFC Template when Statically Linking MFC
When creating a new MFC application of the simplest kind in Visual Studio 2012, and setting it to link statically to MFC, linking fails.
Here's a gallery of 7 screenshots starting from the creation ...
0
votes
0answers
42 views
The debugger breaks 2 lines below where he should have break
I work on Visual Studio 2012 with ASP.NET MVC4. Today I placed a breakpoint in my code (see below). At runtime the breakpoint is not hit. So I decided to place the debugger; statement in my code to ...
1
vote
1answer
471 views
NLog nlogger snippet not working Visual Studio 2012
Does anyone know how to get Nlog's nlogger snippet to work in Visual Studio 2012 like it did in 2010? I don't see anything on their forum or on the internet when googing around. Seems like something ...
0
votes
1answer
164 views
Using the same database for data and membership
I have an MVC 4 application that uses Entity-Framework and SQL Express 2008, and i want to use the same database also for membership and roles. my connection string is:
<add ...
0
votes
0answers
84 views
MS JS Runtime Error…Include AJAX libraries in Web.Config
Here is image of the error and the code segment where it is erroring out.
Project was originally developed in VS2010 but was "upgraded" to VS2012 cause client has that dev environment. Not sure if ...

