Visual Studio 2012 is the latest version in Microsoft's Visual Studio product line

learn more… | top users | synonyms (4)

0
votes
0answers
26 views

Deploying native c++ project for debugging in vs 2012

It seems to be a new feature for visual studio 2012 remote debugging. Whole procedure is described here: http://msdn.microsoft.com/en-us/library/8x6by8d2.aspx I have small single exe output projects ...
-4
votes
1answer
24 views

Windows 8 resources c# [closed]

Is there any good version in visual studio 2012 for this excellent package http://bltoolkit.net/Source/Properties/Resources.Designer.cs.htm If there is something like that i'm very happy :)
0
votes
0answers
17 views

First cell in DataGrid doesn't get selected in the DataGridRow

When the user presses "Search" (Sök) the list is populated. When the search is finished the first row is selected via the Trigger "IsEnabled", the problem is that the first cell isn't (see pic). ...
0
votes
0answers
10 views

Can we deploy windows phone app on android or iOS platform using VS 2012 or any other tools

I have made a windows phone app, and wish to deploy my app on android and iOS platform too. Can we use VS 2012 or any other tools for achieving the same. I found the below link for reference: ...
0
votes
0answers
3 views

Unit tests appear in xUnit GUI (xunit.gui.clr4.exe) but not VS 2012 Test Explorer

I have an F# Class Library with the "xUnit.net" and "xUnit.net Runners" packages installed using NuGet. I have the following code: module XUnitTest open Xunit [<Fact>] let Test () = do ...
0
votes
0answers
8 views

Could not copy “obj\Debug\hello.exe” to “bin\Debug\hello.exe”. Exceeded retry count of 10. Failed

i new a console project and then not to create WCF library project because i want to make all in one project and run as window service after copy the app.config from WCF library project to this ...
1
vote
1answer
8 views

VS 2012 - Can't add MySQL.Data libraries to my WP7 C# project

I have the problem described in question title. I doesn't understand for what exactly reason(s) Nuget can't add libraries of MySQL.Data framework to my project (Silverlight v4.0 / C# target Windows ...
0
votes
0answers
4 views

opening .ccproj file in VS 2012 Express for web

how can i open solution which is being developed using trial version of Visual Studio 2012 Professional in Visual Studio 2012 Express for web? When i try to do so, i get an error stating the solution ...
-1
votes
2answers
24 views

Software Risk Analysis [closed]

I have written a software application in Visual Basic.NET and have been asked to do a Risk Analysis. I have the following: Can I please have some more examples to add to my Risk Analysis. Thanks ...
-4
votes
3answers
38 views

creating a .exe for a windows app in visual studio 2012 using c#

please specify the steps to create a .exe that can be used anywhere in visual studio 2012 for c# windows application I have an .exe ,if i send that to my friend's machine that is not ...
0
votes
2answers
32 views

How to get the comboBox to display a portion of the binded data

I currently have a comboBox which is bound to DataSet from a database. The problem with it is that when i want to display the dataSet using the comboBox, it takes about 8 seconds for it to load the ...
0
votes
0answers
16 views

creating exe for another computers in visual studio 2012

I created a small windows form app in visual studio 2012 using c#, build it in release mode,the exe is not working on another computers
-1
votes
0answers
18 views

Test Conditions in a VB.net application

I have written an application in Visual Basic.NET and have been asked to "Set Test Conditions". Can I have a quick description of what actually a test condition is? I have had a look online, with no ...
1
vote
1answer
13 views

DX11 Unresolved Externals

1>------ Build started: Project: Setup, Configuration: Debug Win32 ------ 1>BoxDemo.obj : error LNK2019: unresolved external symbol _D3DX11CreateEffectFromMemory@24 referenced in function ...
0
votes
0answers
8 views

Metadata file dll not found

when i build one of project in solution, TestLivefeedWcfServiceLibrary1 got error Metadata file '\helloserver\share2\Phase2\LivefeedRevamp\testLivefeed\TestLivefeedWcfServiceLibrary1\bin\Debug\ ...
0
votes
2answers
42 views

error C2143:Syntax error: lack of “;” (in front of the “. ”)

I try to call HuffmanTree1.CreateHfmTree(char Str,int m,int n);in button function .when run it give me error C2143: Syntax error: lack of ";" (in front of the ". "). it's translation of 语法错误 : ...
-1
votes
0answers
19 views

Fill DataGrid with a custom query

I'm trying to fill my DataGrid with a custom query I have written which binds two tables. The query is stored in my dataset (dbPBDataset.xsd) under the table adapters (TransactionTableAdapter) and ...
0
votes
3answers
29 views

.ExecuteNonQuery() sql asp.net error

This is my first time working with sql and asp.net. I am working on a few examples to ensure I have all the basics I need. I was walking though a tutorial and where everything should be working just ...
0
votes
1answer
40 views

“C4430: missing type specifier - int assumed” in a template function

This code is so simple, shouldnt it compile? I am really lost with this one. #include <iostream> template<typename T> foo(T f) { std::cout << f << std::endl; } int ...
0
votes
0answers
12 views

Warning MSB3270 in Fakes projects

After migration to VS2012 (Update 2) and using Fakes, MSBuild began to show a new warning: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor ...
0
votes
0answers
32 views

How to encode external files that come with the .exe

So I made an application with visual 2012 that loades images and shaders (plain text). But really, I don't want people to open the images and shaders and mess around. How can I compress all this ...
0
votes
0answers
14 views

Relocating an entire source controlled Visual Studio solution

I've been building a large N-Tier application with many projects in the solution and has been kept under source control since day 1. I have the solution and all the project directories in TFS at ...
1
vote
1answer
50 views

Is there a better project pattern for a Winfoms app than the MDI Application?

It litters my app with nonsense like File Open and Save, Edit- Copy and Paste, etc. as if I'm trying to build a better notepad, that can have multiple confounded text files open at once. Most business ...
-2
votes
0answers
19 views

Keyboard listener visual studio 2012 add-in [closed]

I am writing a add-in for VS 2012, I want to register a callback for when a certain key is pressed. I am inheriting from IDTExtensibility2. I want to add a listener to a key pressed event in ...
-3
votes
1answer
47 views

ASP.NET gives me a hard time

I have a serious problem. I created a asp.net website and created a web form and the code behind for that page was an aspx.cs file. Which is correct. But now when I try to add a new form, it creates ...
1
vote
1answer
24 views

How do you exit from Edit Style in Visual Studio 2012

Once you enter into Edit Style.. Edit Current from the Format menu how do you return to the regular Designer mode where you can edit individual components? I've looked all over the program and ...
0
votes
0answers
22 views

Starting/using SQL Server Management Studio from Visual Studio

I have Visual Studio 2012 installed on a Win7 x64 machine. I know it has a SQL Server Management Express version installed on it. I am unsuccessfully trying to install SQL Server Management Studio ...
0
votes
0answers
24 views

How do I Create an Editor Classifier Project? [duplicate]

I am trying to learn to write extensions to Visual Studio 2012. I was reading this link from MSDN. In step 1 on how to create an MEF project it says to "create an Editor Classifier project". In the ...
0
votes
1answer
17 views

Website is already referencing the assembly System.Configuration

I am trying to add System.Configuration as a reference but get the message Website is already referencing the assembly System.Configuration I aneed this however to access ConfigurationManager. ...
0
votes
1answer
26 views

Invalid null pointer error when converting std::chrono::system_clock::time_point::min() to string

I am following an example in Nicolai M. Josuttis' "The C++ Standard Library (Second Edition)", page 152-153, which details an example to print the epoch, current time, minimum and maximum times of the ...
0
votes
1answer
32 views

Some Silverlight and Windows Phone generic questions of a beginner

I'm starting developing Windows Phone applications and even having a somewhat strong background in WPF is my first time with Silverlight. There are some things that I don't understand yet: Is ...
0
votes
1answer
16 views

Project dependencies not loading in Visual Studio 2012

I'm not sure if this is a add-on/extension issue but I'm having a heck of a time with Visual Studio 2012 on two computers. I believe it is DevExpress CodeRush causing the problems as it seems to work ...
0
votes
0answers
14 views

Tests connecting to WebAPI project when I “Debug”, but not when I “Run”

I have a WebAPI project in a Solution that includes a test that runs againt some WebAPI endpoints. If I open up my solution and run the test, it fails because the first request to my WebAPI times ...
0
votes
0answers
6 views

No 'Profile Test' context menu in Visual Studio 2012 Professional?

I have installed Visual Studio 2012 Professional, then update 2, and then update 3. In the unit test explorer, I still do not see a 'Profile Test' kind of context menu when right clicking on a test. ...
0
votes
1answer
23 views

WPF application very slow - Kinect SDK 1.7

I have one simple application for Kinect but it seems it consumes a lot of resources. It works normally for a 1-2 minutes and then lag becomes unbearable. This is my configuration: Intel Core i3 CPU ...
0
votes
0answers
7 views

How to see local and auto variables values on remote debugging

sAs I wrote in the subject I can't see that values of variables in remote debug mode. The window of auto and locals are empty during debug. Any ideas why? and how can I solve it? When I'm trying to ...
0
votes
0answers
18 views

VS 2012 debug where a vector is changing

Please look at the following code: (VISUAL STUDIO 2012) void Layer::Simulate( float dt ) { ... std::vector< T >::iterator = m_children.begin(); // Point A for (int i = 0; it != ...
0
votes
0answers
4 views

Cannot fix broken Help files in VS2010

The last time I uninstalled Visual Studio Express 2012 I also manually deleted the Help Viewer 2.0 files and folder (C:\Program Files\Microsoft Help Viewer\v2.0). Recently, after having reinstalled ...
0
votes
0answers
30 views

How do I fix Azure Websites to stop confusing .Net Framework 4.5 with 4?

I am using Visual Studio 2012 to publish a simple Asp.Net MVC 4 project using Continuous Publishing in TFS online and I am getting the error: 1 error(s), 0 warning(s) Exception Message: The ...
1
vote
1answer
11 views

VS 2012: Change color of selected text when context-menu is open

In Visual Studio 2012, I know that the color scheme for the Text Editor can be changed at TOOLS -> Options -> Environment -> Fonts and Colors. However, what I can't find is this: When selecting a ...
0
votes
0answers
18 views

Cocos2dx for Windows Phone : VS2012 raise bunch of errors

I am porting a game based on Cocos2dx from iOS to Windows Phone 8. The problem here is after I change the fix all the errors of differences of API, I got a bunch of syntax errors, undeclared variable ...
0
votes
4answers
45 views

Can I compile and debug (run) a single C++ file in Visual Studio 2012? (How to avoid creating too many projects)

I'm learning C++ out of a book and using Visual Studio 2012. In order to follow the book's exercises, I need to make multiple .cpp files with the main() function inside them. Is there any way I can ...
-1
votes
1answer
25 views

Multithread Windows Service [closed]

How and where do I multithread my code. I currently have a Windows service that collects events from the Windows System log. The service forwards collected events to a remote service. My code is in ...
0
votes
0answers
21 views

Visual Studio display mode error

I am trying to create windows store app using Visual Sudio 2012. Every time I try to run display mode I get this error: System.Runtime.InteropServices.COMException This app can't be activated by ...
0
votes
1answer
23 views

EF5, code first exception ONLY on first database access: “FK_x…x' is not a constraint. Could not drop constraint”

This has been driving me crazy for days. I am using vs2012, EF5 code first, sql server 2012. This is on my development machine and I get the below exception when, and ONLY when, I hit the database ...
0
votes
0answers
19 views

MVSC deletes lib and dll when building exe

I have a create a new solution in MVS with two project: an exe application and its dynamic library. For the Release configuration I made the linker create the exe, dll and lib inside the same folder. ...
2
votes
1answer
54 views
+100

Why Visual Studio doesn't like this XML schema? (Prefix '' cannot be mapped to namespace name reserved for “xml” or “xmlns”)

FictionBook (also known as FB2) is an XML-based format of electronic books. Its schema can be found here: http://gribuser.ru/xml/fictionbook/2.0/xsd/ However, when I downloaded this schema and ...
0
votes
0answers
18 views

How scaffold Durandal SPA app with VS 2012

I'm starting to develop an application based on Hot Towel project template. The question is how I can scaffold Durandal? Thanks for any suggestion!
0
votes
1answer
28 views

CUDA fmod - calling a __host__ function from a __global__ function is not allowed

I'm compiling a CUDA 5 project with VS2012 and I'm receiving this error: error : calling a __host__ function("fmod<float, int> ") from a __global__ function is not allowed The compiler is ...
-7
votes
1answer
43 views

Error c4430 ? visual studio 2012 [closed]

I am new to creating and i try to use visual studio 2012 #include #include main() { printf("MY NAME"); getch(); } Error 1 error C4430: missing type specifier - int assumed. ...

1 2 3 4 5 142