Visual Studio 2012 is the latest version in Microsoft's Visual Studio product line
1
vote
0answers
34 views
Conversion from string “” to type 'Double' is not valid begginer class
I'm having a problem with the following when I try to 'Clear' the textboxes in my program. It's a beginner's class so I should be able to answer fix the error with what I've learned so far. The ...
1
vote
0answers
28 views
VS 12 Site.Master Template not applying to new pages
I'm in the process of creating a new website through Visual Studio 2012 that will be updated by co-workers who are not programmers/developers by trade. This is pretty simple in that all I want to do ...
1
vote
0answers
76 views
How to get the content of mf.dll
I think this is a simple question, but still I am too inexperienced to answer it myself.
I searched a way to use Windows Mediafoundation inside of .NET i.e. C# and found some kind of wrapper, what ...
1
vote
0answers
81 views
Assignment of the vector::iterator fails on vs 2012 while in vs 6.0 it succeed
I am migrating my code from vs 6.0 to vs 2012
The code compiles and run in vs 6.0 but....
in vs 2012 it crushes.
In my code i define some typedefs a vector of my class and an iterator
typedef ...
1
vote
0answers
34 views
LinkButton control lifecycle, when do I declare the button?
If I have a LinkButton in an ItemTemplate of a GridView, and I want that LinkButton to fire it's events (having given up on the row event), when should I declare the button?
<ItemTemplate>
...
1
vote
0answers
139 views
How to get immediate Visual Studio 2012 javascript debugging when attaching to IE10?
When I start a web application with VS2012 in debug mode, and the javascript in the page raises an exception this happens:
VS - debug (F5)
IE10 opens and the source file with the error line is ...
1
vote
0answers
78 views
Debugging website in VS 2012 and IIS Express 8.0 - keep losing session
I recently installed VS2012 and my IIS Express automatically upgraded from 7.5 to 8.0.
Now whenever I debug a website application, I lose my session as if application is restarting every 2-3 pages. ...
1
vote
0answers
92 views
Unnecessary wrapping of text in crystal report
I am facing a very strange problem while working with crystal report in vs 2012. I am using a formula field to create a string and displaying that field in my report.
But the problem is that while ...
1
vote
0answers
64 views
Why are changes made in my .NET MVC-4 solution not showing in the browser preview?
So I'm running Visual Studio 2012 (Win7) on VMWare Fusion. About 50% of the time a change to a view would not render in the browser preview. This would drive me crazy. The solution I found would be to ...
1
vote
0answers
69 views
No mapping data was returned from the server in Visual Studio Page Inspector
To debug my web app, I need to run it on a specific domain. To do this I've created domain mappings in my hosts file, all mapping to 127.0.0.1. My site runs in my local IIS 8.
But when I try to run ...
1
vote
0answers
73 views
Dump Values of All Variables in Visual Studio
My program does a funky thing where it works only sometimes, mostly after running it a few times. What I want to do is copy the values of all the variables of when it doesn't work and do the same for ...
1
vote
0answers
313 views
Visual Studio 2012 IntelliSense with Visual Assist X and Doxygen
I used to write simple comments into my header files in the style of
// Returns a new string in which all occurrences of a specified string in the
// current instance are replaced with another ...
1
vote
0answers
403 views
error MSB6006: “cmd.exe” exited with code 1 running QT application
i compiled QT 5.0.1 with visual stdio 2012 command prompt. when i create console application every thing is good and works but when i create QT Application it throw this error:
Error 1 error MSB6006: ...
1
vote
0answers
36 views
Map domain name in visual studio 2012
Is there a way to map a domain name to a local project instead of use localhost?
i need to resolve a live url locally for development purpose
1
vote
0answers
35 views
Visual Studio popping up database diagramming dialog all the time
I have recently switched source control for a solution I am working on from SVN to git (using the TFS git tools for VS found here VS Tools for Git). Since doing that, when I now right click on my ...
1
vote
0answers
121 views
HttpModule not called in .NET 4.5
Just spent a lot of time sifting through contradictory advice on this problem, and thought I'd post my solution.
My environment is .NET 4.5, Visual Studio 2012, working on an MVC 4 application. I ...
1
vote
0answers
104 views
Generic test deployment items generated during build?
How can I specify a generic test's deployment items to be files that are generated by the build process? My current understanding of the default build process template is that automated tests (edit ...
1
vote
0answers
53 views
Specifying MSBuild tasks in Visual Studio 2010 (2012?)
I am trying to figure out how to specify values to MSBuild Tasks from within Visual Studio 2010.
For instance, I have a build task called "BuildMergeModule" defined, and this build task takes an ...
1
vote
0answers
111 views
How to use StyleCop checkin policy with VS2012 TFS2010
I am using Visual Studio 2012 with TFS 2010, I want to use StyleCop checkin policy but it doesn't work. I have installed StyleCop, StyleCop Check-In Policy for TFS 2010 and Team Foundation Power ...
1
vote
0answers
68 views
MPI debugging with VS2012
The cluster debugging option is removed from Visual studio 2012.
So is there any way to debug MPI apps in VS2012 ?
1
vote
0answers
37 views
C2660: Function does not take X arguments & C2061 syntax error
main.cpp
#include "g_inc.h"
#include "Core/window.h"
#include "Core/keyboard.h"
#include "Core/mouse.h"
#include "Core/event.h"
int main(int argc, char *argv[])
{
Window game_window;
FPS ...
1
vote
0answers
62 views
Version Number in Assembly, GIT and TFService
Until now we used version numbers like 2.4.1 for our VB.NET products. We set them manualy.
Now we start to use GIT with Team Foundation Service and want to improve the version number handling. The ...
1
vote
0answers
56 views
Visual Studio 2012: run executable (or addon) on save
so I've just begun using Visual Studio 2012 as a new programmer, and I'd like to find a way to have VS2012 automatically save (or at least automatically convert) files to UNIX line endings.
I found ...
1
vote
0answers
244 views
Change C++ application icon in Visual Studio 2012
I've been searching for an answer for an hour with no luck. I'm using the Express edition of Visual Studio 2012 and I want to add an icon to my C++ application. How can I do this? Also how do I change ...
1
vote
0answers
87 views
System.Xml Version 4 conflict with version 2.0.5.0
I have been fighting with this issue for a couple hours, and reading just about everything I can find on it. I have a WP7 xna game that references System.XML version 2.0.5.0. This references the ...
1
vote
0answers
83 views
Is there any free Windows debugger allowing backwards stepping with C++
By backwards stepping i do not mean the average call stack features. But i refer to what is also called "replay debugging", "reverse debugging", "time-machine debugging","historical debugging" and ...
1
vote
0answers
44 views
What specifies Visual studio 2012 intenseness symbols & colours
I am very new to C# and Visual studio 2012 IDM. My question is when using the VS2012 the intenseness showing many things Symbols like Properties, Settings, Functions, Briefcases, Braces. I am working ...
1
vote
0answers
104 views
Visual Studio 2012 Memory Spike and Hanging
If this is the wrong place for this question, please move it kindly.
Recently, Visual Studio 2012 has been acting up. As I'm developing ASP .NET applications I routinely tab between the browser ...
1
vote
0answers
181 views
Proxy authentication error when connecting to Codeplex with Team Explorer
Similarly to this question I have a project on Codeplex and when I attempt to connect to the Codeplex TFS server in Visual Studio 2012 (on windows 8) I get a 407 'proxy authentication' server error.
...
1
vote
0answers
25 views
Getting intelisense to pick up intermediate cs file
I have an XSD file (a DTD) which I run the XSD tool on to produce a C# file. I have modified my csproj's msbuild file in the following two places:
Added a special type for the item group:
...
1
vote
0answers
50 views
Buffer overrun; VS Code analysis
When enabling static code analysis in VS 2012, the following code fails with a buffer over run.
SimulationData result = rri->getSimulationResult();
//Extract the data and return struct..
...
1
vote
0answers
2k views
How to Fix Visual Studio 2012 error LNK2019: unresolved external symbol "__declspec(dllimport) public: class std::basic_string?
How to fix a Visual Studio 2012 error LNK2019: unresolved external symbol "__declspec(dllimport) public: class std::basic_string?
I've been compiling a solution containing one exe and several static ...
1
vote
0answers
42 views
How to Validate a SecurityToken XML String issued by LocalSTS
Can someone point me to an example that validates tokens issued by the LocalSTS (The STS provider that comes with Identity and Access Tool for VS 2012)
thanks,
1
vote
0answers
36 views
VS 2012 ArgumentNullException in designer
I have recently upgraded to VS 2012 after creating my WPF project in VS 2010, now I receive the following error in design mode:
This error does not stop me from compiling and debugging my project ...
1
vote
0answers
60 views
Capture VS Static variables while debugging in EnvDTE
The DTE object provides a way to capture all the variables that are in scope: dte.Debugger.CurrentStackFrame.Locals.
What method can I use to list all the static variables?
1
vote
0answers
131 views
VS 2012 Lightswitch and MySQL
I'm currently experiencing a problem which I'm not 100% certain about the part which is making the trouble, so I'm just gonna tell you guys what I'm trying to do and actually doing.
Its about trying ...
1
vote
0answers
40 views
Build is failing with Visual Studio 2012
I am facing a problem in an attempt to debug the code in Visual Studio 2012. I have series of the class files and the Asp.Net pages in a single solution file. The Asp.Net pages call functions in the ...
1
vote
0answers
138 views
VS2012 Custom Build Step - Treat Output As Content
I am currently migrating a reasonably large solution from VS2008 to VS2012. To date, this solution has been dependent on a command line build for several build steps, and I want to use the project ...
1
vote
0answers
85 views
Viewing Load Test Results in Web Browser/SSRS
Is there a way to view the Load test results (i.e. Load Test Summary) from Visual Studio in a web browser or generate it with the Reporting Services?
I am wondering also if there is a nice way to ...
1
vote
0answers
94 views
Duplicate Data Inserted in UserProfile when creating an extended profile
I have managed to create an ExtendedProfile of UserProfile after UserProfile has been created and logged in. But every time i create an ExtendedProfile, Data of the User in UserProfile is duplicated ...
1
vote
0answers
124 views
Do VS Database projects and Entity Framework work together?
I've always been intrigued by Visual Studio Database Projects, and while they seem to be quite capable, I've never used them to any great degree outside of simplistic proof-of-concept work. I want to ...
1
vote
0answers
111 views
Visual Studio 2012 Unit Test client and service debug
Dumb question but for some reason I just can't seem to figure out how to debug a unit test, hit a breakpoint on the client and step into a web service. In VS 2010 I just set my solution to be a ...
1
vote
0answers
763 views
node.js Code completion / intellisense
I have problem with node.js code completion in webmatrix2/visual studio2012
I have read all of the howtos that I could find I couldn't find a proper solution.
The code completion and intellisense ...
1
vote
0answers
51 views
Two Project Visual Studio Solution MVC and Web
Is it possible to have a visual studio solution arranged such that there is a:
x.sln
x.Web.csproj -pure html/js/css
x.MVC.csproj -routes and standard webapi
Where the MVC site runs and ...
1
vote
0answers
71 views
Multiple Versions of .NET 4.5 - Two computers treat .NET 4.5 differently?
I am developing on two machines, one desktop, one laptop. The desktop is running windows 7, and the laptop is running windows 8. Both have .NET 4.5 installed, and I am using Visual Studio 2012.
Most ...
1
vote
0answers
52 views
VS 2012 P4SCC automatic check out doesn't work
Has anyone used the old P4SCC plugin with VS 2012, and stumbled upon automatic check out not working? If so, have you resolved it?
I've made sure that the source control is up and running and that in ...
1
vote
0answers
101 views
VS 2012 project load error, incompatible .Net version
I'm getting an error when I try to load a project in VS 2012. This project was created on the same machine and it was working fine but now it has started to complain about project target framework.
...
1
vote
0answers
219 views
Installing PlatformToolset v110 without installing Visual Studio 2012
We have a Visual Studio solution that contains some VC++ projects, and we've currently upgraded to Visual Studio 2012 from VS2010. In the process we also lifted the VC++ projects to PlatformToolset ...
1
vote
0answers
132 views
How to setup Assembla Subversion for private project - new to source control
I've used source control in the past to commit code, in 2009 when I was working with .NET framework 2.0. I have been away from programming for around 3 years. Now I am trying to do some Win 8 ...
1
vote
0answers
41 views
VS2012 crash when user control attempts to access file
I am building a windows forms application (C#). I have created a reasonably complex custom user control, works great. Problem is, when I add this control to my main form it crashes VS some time ...










