Questions tagged as 'visual-studio-2013'

1
answer

My project does not open anymore

My project was working perfectly. I opened it now and it gives me this error: When I got my grandson I was with my notebook, but I do not think he (3 years) would damage it. It is more certain to be a virus, but I scanned it and did not g...
asked by 21.05.2015 / 21:22
2
answers

Delete all references that are not in use in Visual Studio?

I want to delete all references (I'm not talking about using in class files) that are not being used. For this, of course, I need at least an effective way to find out which references are not in use. Understand "references" as the Pro...
asked by 24.01.2017 / 00:57
2
answers

How to join lists in C #?

I have two classes: public class Produto { public int ProCodigo { get; set; } public string ProNome { get; set; } public int DepCodigo { get; set; } public virtual Departamento Departamento { get; set; } } public class Depa...
asked by 11.11.2015 / 18:54
1
answer

Back debug line

In the old Visual Basic if you were in debug step-by-step and without wanting to go beyond a line you wanted to check, there was the option to go with the cursor up the line above and press the key combination: Crtl + F9 so that deb...
asked by 22.05.2015 / 16:01
1
answer

Reading of infinite loop tokens

I have a code that reads tokens from a text. I'm using Visual Studio 2013 in an extensibility project. When reading the text through the scanner and collecting the tokens , the program goes into an infinite loop: public class TestScanne...
asked by 16.06.2014 / 17:00
1
answer

How do I get the sql that linq generates for the VS2013 debug

How do I get the sql that linq generates for the VS2013 debug? How do I do this? I did it and it did not work public static List<MontaArvoreAcao> CriarListaArvoreUn(string _uf, string _cidade, string _un) { Ruptura...
asked by 02.10.2014 / 18:18
1
answer

How to return to the default settings of the Visual Studio editor?

I was using ReSharper in evaluation period and after testing time I did not want to purchase and then uninstalled by Control Panel Visual Studio But the default settings of the Visual Studio editor did not return, such as the re...
asked by 15.08.2014 / 14:34
1
answer

Set a default comment for every new project

I need to set a default comment, so that in every project that is created it appears, without typing it every time. Ex: \ Author: Peter H.     
asked by 27.08.2016 / 23:27
1
answer

I can not remove a reference installed by NuGet

I installed DLL Log4net with nuget . As it is in a different version of ours and a colleague gave me the usual one, I deleted it from the folder and put the current one. When I validate the solution / project, the version that wa...
asked by 01.12.2015 / 17:54
2
answers

Could not load file or assembly 'WebGrease, Version = 1.3.0.0, Culture = neutral

I'm just opening a new project based on MVC 5, framework 4.0, C #, and after opening the project for the first time and compiling, the error occurs Não foi possível carregar arquivo ou assembly 'WebGrease, Version=1.3.0.0, Culture=neutral, Pub...
asked by 31.07.2015 / 16:00