Visual Studio 2012 is the latest version in Microsoft's Visual Studio product line
0
votes
0answers
4 views
Number of code blocks different between VS and TFS in Code Coverage
I'm setting up a TFS 2012 build server with VS2012 installed, both are on update 2 and all patches installed.
I created a build definition with Code Coverage Enabled, created a custom .runsettings ...
1
vote
0answers
21 views
WCF throwing exception when trying to access library
I'm a student trying to set up a WCF service. I got the host and client running with a servicelibrary, and it works fine until my client tries to call upon a service that accesses a library (Gamez) ...
0
votes
0answers
11 views
“a data source instance has not been created for dataset” no databindings and datasources found C#
I have created a report using Visual Studio report wizard and using business objects as Data Source. I created my class first and added objects to it. Then I used the report wizard to create a report. ...
1
vote
1answer
12 views
Entity Framework model is not displaying table with composite key
I've created an Entity Framework model from an existing database with no issues or warnings. I came across a table that did not generate in the code and does not appear in the model.
This table, and ...
0
votes
2answers
9 views
MSVC 2012: linker not using the dependency DLL
I have two projects in the same solution (MSVC 2012): one exe and the other is dll.
The exe project depends one the dll. However when linking the exe I get 'unresolved' errors for the functions ...
0
votes
0answers
3 views
User.config file for Window service not being created
I wrote an Windows service that is up and running in Debug mode. However when I compiled it in Release mode and try to run it. The service throws an exception at where it is trying to load ...
0
votes
0answers
12 views
Allow for users to change sheet names, VSTO
This is similar to my question here, but my workaround dosn't help for these instances and the cause is more defined. I have a workbook level customization that will add sheets from a folder where it ...
1
vote
1answer
20 views
Creating a Database Project without Local SQL installed
I might be completely off on this, but is there a way to have a database project point to a remote server? My reason for asking is that we have a shared DEV Database for development use, and it seems ...
0
votes
1answer
11 views
Reference to System.net on PCL and MVVMCross
I'm builind my PCL Core library using MVVMCross and Mono with VisualStudio 2012 and Stable version of Xamarin.
I have following compile error.
Error 3 'System.Net.WebHeaderCollection' does not ...
0
votes
0answers
4 views
ReportViewer not working on Visual Studio 2012
I just adquired the VS 2012 and I tryed to open my projects I made using VS 2010.
But now, the ReportViewer is not working, it shows up but with NO DATA.
my code are OK, my querys are OK, everything ...
0
votes
1answer
10 views
Is there a way to indicate to the xaml designer to ignore a specific tag only during design-time?
sometimes the VS/blend designer can't render the xaml because of some parsing error. but it compiles and run just fine. and i could just comment the problem tag/line and the xaml renders fine again. I ...
0
votes
0answers
4 views
What is CommandId and GroupGuid of insert command at OleCommand?
I use IOleCommandTarget. I want to hook text pasted event. I tried use VSConstants.VSStd2K and VSConstants.VSStd2KCmdID.INSERT, VSConstants.VSStd2KCmdID.PASTE at Exec, but they didn't work.
1
vote
1answer
11 views
Method not found: 'Void System.Web.UI.ScriptResourceDefinition
I've built a fairly simple website in using Visual Studio 2012 using .net 4.5 version.
When I uploaded the website to my server I get the following error:
Method not found: 'Void ...
0
votes
1answer
18 views
How do I correct html4 4.01 in asp.net using vs2012
In vs 2012 asp.net empty site I am using html4.01 for table desgin
I have a <div> (a couple actually) and i keep getting a warning that reads:
</div>
<div ...
2
votes
1answer
30 views
Go to declaration does not work in resharper on vs2012?
I have a User class which I created.
However when i CTRL+left mouse click on it's instances , it suppose to go to the class "User" itself :
But it doesn't. ( it should. in vs2010 it works).
But ...
2
votes
4answers
37 views
Visual Studio 2012 - “Show Table Data” missing
My "Show Table Data" has disappeared from Server Explorer in Visual Studio 2012.
I ran an update of Visual Studio, and the button disappeared after that. I've tried to uninstall the program, and do ...
1
vote
1answer
7 views
Unable to run a SpecFlow scenario from Visual Studio 2012 Ultimate Edition
I have installed Visual Studio 2012 Ultimate Edition and configured SpecFlow. I have used the following configuration to run the tests in config.xml file:
<specFlow>
<unitTestProvider ...
0
votes
2answers
13 views
Parameter as Column Name in Reporting Service Project
I'm having trouble passing a parameter as a field name in a visual studio reporting service project. Here is my SQL Statement:
SELECT cast(SUM(@Month) as numeric(36,2))
FROM v_financials
WHERE ...
4
votes
1answer
89 views
strange behavior in for loop - a bug?
I'm working with Visual Studio 2012 on a Windows 7 machine and when trying to run the following code snippet (compiled with the default VC11 C++ compiler in x64 mode) the assertion fails, which means, ...
0
votes
0answers
12 views
Layout of an edmx diagram in VS2012
I have an entity framework diagram that has been generated from my database and updated several times. Upon adding new tables the placement of them seems to be a bit random and it has led to a pretty ...
2
votes
2answers
21 views
minify javascript file at runtime in .net Web forms
I was at a microsoft meeting 6 months ago and I remember a speaker demonstrating in
Visualstudio 2012 a way to minify your JavaScript code easily at run time.
eg: you can see the full javascript ...
0
votes
0answers
22 views
VS 2012 C++ - Project-to-project references that may not be a part of the same solution
Note: applies to C++ only.
Background: While porting a huge solution of projects from VS 2008 to 2012 we face the challenge of adjusting the project references to the new VS 2010+ style. In VS 2008 ...
0
votes
3answers
45 views
Attach to IIS on F5
I have a library project in Visual Studio which is deployed as part of web site.
Now I debug it attaching every time to IIS process, but it is really irritating.
Is there a way to configure C# ...
0
votes
0answers
9 views
visual studio 2012 : list modified files before build
I'd like to list the modified files at before-build time, in order to increment various build numbers.
For example, if a javascript has been modified, I increment the client-code version number,
if a ...
1
vote
1answer
29 views
MSBuild Item Include (wildcard) not expanding
This is very weird. We've been trying to figure it out for a while, but it really doesn't make any sense.
Our web project imports a targets file that has a target similar to this:
<Target ...
0
votes
0answers
14 views
TFS publish csproj after build
I am developing a VSTO Addin, which we publish to network share via the csproj settings dialog below.
For instance, to publish we just click 'Publish Now' and it creates an installer for the VSTO ...
0
votes
1answer
10 views
VS2012 Test explorer locks native .dll, making rebuilds fail
I am using Visual Studio 2012 for a solution with a C# and a C++/CLI .dll, with the C++/CLI dll referencing native .dlls such as boost. The C++ code is compiled as x64.
When I open VS, I can clean ...
0
votes
1answer
15 views
Put a text editor into a Visual Studio Pane?
I know there is a clipboard cycle in Visual Studio, but I need a "longer" lasting clipboard for code-parts I cut from one file and paste it into another part days later.
I just could use another ...
1
vote
0answers
8 views
How to associate visual studio 2012 with SQL files in Windows 8?
I'm using Windows 8 and I'm trying to make Visual Studio 2012 the default program with which to open my .sql files.
I have right-clicked on a .sql file and chosen: Open with... > Choose default ...
0
votes
0answers
22 views
Executing coded UI test from a target machine's mstest(standalone). Dll's/Files needed!! :(
i set up mstest on target machine as standalone program without installing visual studio. So i copied the files(*.exe's,dll's) mstest needed to the target machine and register all dlls in gac which ...
0
votes
0answers
8 views
The command xcopy … exited with code 9009 in Visual Studio
When I build my solution with 10 Projects I get Build failures for 7 projects. All 10 Projects have post-build events. Even those who build use an xcopy command. I say this because my colleague was ...
0
votes
0answers
7 views
Code coverage with Visual studio 2012 With Nunit Adapter
I am using Nunit and VS2012 Code coverage runner for code Coverage . Code coverage Window displays all the TestDLL but not the implementation dll .
For Eg If i have MyCompany.presentation.Unit and ...
0
votes
0answers
19 views
Visual Studio 2012 Fatal error 0x80131c39
I am going bloody insane, I have installed a different type of Windows 8 (pro) at work, and now VS12 gives me this error. At home I have home edition W8 and everything works fine. I found ONLY ONE ...
0
votes
1answer
18 views
How do I provide multiple vsFindOptions in TextDocument.ReplacePattern?
I hope you guys might help me become smarter. I am making a simple VS2012 Addin. The Addin is a more extensive search/replace functionality specific to a task regularly performed at our company. I ...
0
votes
0answers
13 views
Find functionality within call stack
Recently when working on a legacy application I've often found the need to search for specific text within (what would be) the callstack at runtime.
For example:
int age;
void Method A() //Search ...
0
votes
2answers
49 views
Persisting a control property to the Designer.cs file
I have a custom control which contains a property of type PointF. When this control is added to a form and is saved, the designer.cs file doesn't say something like:
...
...
2
votes
3answers
25 views
Creating a list of all directory
I'm trying to create a list of all directories and their sub-directories in a given path in visual studio 2012.
It's a very long time since I've been in touch with visual basic. I hope somebody can ...
0
votes
1answer
27 views
Compiling 32-bit Qt application using 64-bit package
I'm using Windows 8 64-bit, Qt 5.0.2 for Windows 64-bit and Visual Studio 2012.
I have no trouble compiling and running my application on 64-bit OS, but apparently it doesn't work on 32-bit OS. Is ...
0
votes
0answers
14 views
Change formatting of Doxygen comment-blocks in VS2012
I use Doxygen to document my code. I like the JavaDoc style and I use it even in my C++ projects.
/**
* @file bitmap.h
* @brief Header file for the Bitmap class.
*/
Now the default ...
2
votes
1answer
31 views
How to delete object without retrieving it in EF
We have a table that has a couple of nText columns so looking to delete a rows without retrieving it if possible
Another twist is that we don't know the IDentity value but a couple of other values ...
0
votes
2answers
20 views
MVC4 in visual studio 2010 and visual studio 2012
What is the difference between using mvc4 in visual studio 2010 and mvc4 in visual studio 2012.
I have a project created in mvc3 using visual studio 2010, now I need to move it to mvc4.So much ...
0
votes
0answers
25 views
Strange errors on installing boost with vs 2012
I'm getting three strange errors when i include <boost/asio.hpp>. (as an example, <boost/bind.hpp> works fine).
error LNK2019: unresolved external symbol "class
...
0
votes
1answer
13 views
TFS revert the current change
I changed several files in my project and I haven't checked those files in and I want to get the last version of the project from TFS. Right now all the local files have been changed (that broke the ...
4
votes
1answer
88 views
Lambda returning lambda incorrectly infers return type?
This question is a continuation of a recent question of mine:
What is this compiler error when using a lambda as a template parameter?
This code fails to compile using the VS2012 (Update 2):
int ...
0
votes
0answers
16 views
Relative file paths versus explicit file paths causing tests to fail
I have some unit tests that I wrote using NUnit and to get things going, I had originally used my local file paths for the files I load in for the tests, written out explicitly. All the tests passed ...
0
votes
0answers
4 views
Cannot start Concurrency Visualizer in Visual Studio 2012. Got error “Unable to start the ETW collection”
When I tried to profile a WPF application with Concurrency Visualzer (tried both launch and attach to process), I got the following error pop up - "Unable to start the ETW collection"
ETW clearly ...
0
votes
1answer
38 views
Trouble with drawing a simple rectangle
I have been unable to draw just a simple rectangle (programatically) in Visual Studio Express 2012 - programming in Visual Basic.
I have no problem however doing the same thing in Visual Basic ...
0
votes
0answers
8 views
Make visual studio stop running dev web server when I attach
Why the heck does visual studio (2012 I'm using, I think previous versions did this too) load the WebDevServer for all web projects in my solution when I tell my solution to attach to another process?
...
-4
votes
0answers
53 views
Mac equivalent for Visual Studio, C++ [closed]
I am a student doing work-study. I have created a program in C++ with Visual Studio 2012 which obviously runs on PC only. I was searching for equivalent of that for MAC, as I need to create a MAC ...
1
vote
1answer
19 views
Azure SDK 2.0 Upgrade button not available
I installed the latest Azure SDK 2.0 on my development machine, but can't find the "Upgrade" button to upgrade my current project to the latest SDK. Googling how to upgrade show that previous upgrades ...




