Questions tagged as 'visual-studio-2012'

1
answer

Move files between folders with C #

I have an application that checks and downloads a file as soon as it runs through Window_Loaded . Here is the method that accomplishes this task: XmlDocument doc = new XmlDocument(); doc.Load("http://www.meusite.com.br...
asked by 03.04.2014 / 18:35
1
answer

Migrate from VS 2005 to 2012 - Change framework version

I have a project compiled in the .Net Framework 2.0, using VS 2005. Now I'm migrating the same to VS 2012. The migration occurred successfully, but the project was not recompiled for .Net Framework 4.5. My need is to recompile it to .Net fram...
asked by 21.06.2017 / 18:46
1
answer

TFS Automatic Merge without Check Conflicts

We have recently installed TFS 2012 to control the versions of some local systems, but we are facing a problem. When you are asked to check in a file that has been changed, it is saved in TFS without verifying the version, ie it does not tell...
asked by 05.04.2017 / 00:54
1
answer

How to use the service based database item in Visual Studio 2015?

I'm doing an Entity Framework online course in which the course uses Visual Studio in the 2012 Express version, since I'm using Visual Studio Enterprise 2015. And during the course it asks to create a new data called " service based database "....
asked by 09.02.2016 / 15:31
3
answers

ViewData is not displaying a post

I'm trying to send a message from Controller to View, using ViewData, but it's not displaying the message. When I click on the "Check" button of the View it is to call the Verificar() method of the Controller, it is calling correctly,...
asked by 08.09.2015 / 21:58
1
answer

Improving bank connection problem with Visual Studio

Hello, does anyone know if I have any way to find problematic code in C # related to opening and closing database connections? I have an application that after a few hours processing a load while executing a select generates an idle time error (...
asked by 18.10.2016 / 22:02
1
answer

Program stopped responding - c # Windows Form

I'm doing a program in C # that basically does (large) queries to a MySql database. When I run the program via Visual Studio, everything happens perfectly. But when I do this by the executable, when the button that performs the queries and handl...
asked by 30.08.2015 / 00:50
1
answer

Visual Studio 2010 Outline Extension

I know there are extensions to Visual Studio 2010 that display outline specific to each environment: C #, css / javscritp, and HMTL? Are there any solutions in a single extension? Or do I have to set up and install multiple extensions for the...
asked by 24.11.2014 / 21:13
1
answer

Highlighting does not work in Razor MVC 5 views

I'm having a Razor ASP.NET MVC 5 project that was built on VS2013 on another computer. When loading it on my computer with VS2012 the highlighting and IntelliSense Views (cshtml) do not work. I noticed that my VS2012 did not have MVC 5, if I...
asked by 21.07.2016 / 15:53
1
answer

blocked by software restriction policies?

Has anyone ever encountered this message when opening Visual Sdudio ??    \ packages \ EntityFramework.5.0.0 \ tools \ init.ps1   can not be loaded because its operation is blocked by software restriction policies, such as those created by us...
asked by 09.10.2015 / 20:43