Questions tagged as 'visual-studio-2013'

1
answer

How to make Visual Studio recognize the 'use strict' directive?

Apparently Visual Studio does not recognize the 'use strict' directive, because I typed the code below that assigns a value to a variable that was not declared (something prohibited in strict mode ) and there was no part of IntelliSense....
asked by 04.01.2014 / 18:10
3
answers

How to add Directory to the Windows Path variable during installation?

I developed a Console application in C # with Visual Studio 2013 and wanted the installer to add the solution directory to the Windows Path variable during installation. It is possible? What is the procedure to perform this change in th...
asked by 22.05.2015 / 21:24
1
answer

Is it recommended to use C # 6 in Visual Studio 2013?

In Visual Studio 2015 I see that it is possible to define the C # version: Source: link However, in% w / o%, it is necessary to install a Visual Studio 2013 package via nuget with a "help" of Microsoft.Net.Compilers 1.0....
asked by 15.08.2015 / 23:28
1
answer

What is Browser Link?

When I use Visual Studio (I am using the 2013 version, I do not know if the previous ones have) with Browser Link enabled, there is always a GET request in the browser (F12) console. What would this request be? XHR finished loading: GET "htt...
asked by 10.11.2015 / 14:48
3
answers

Visual Studio 2013 does not install on windows 7

I can not install Visual Studio 2013 on Windows 7, I know it's possible because in college we have Visual Studio installed on Windows 7. So I do not know why it complains about the Windows version.     
asked by 30.11.2015 / 00:22
1
answer

Change the project from .NET 4.5 to 4.5.2, how to do it?

I installed .NET 4.5.2 on the machine, I rebooted Windows 7 and, after opening the project, I went in Debug > Projeto.Properties > Application and tried to change the version with the Target Framework combo, but there is no v...
asked by 27.08.2014 / 19:20
1
answer

Why does Visual Studio 2013 not let me use version 4 of the Entity Framework?

I do not know why, but whenever I try to update the Object Model of an old project we have, Visual Studio 2013 asks if we want to keep version 4 of EF, but even marking the right version it updates and includes references to version 5. With t...
asked by 10.02.2014 / 21:11
1
answer

Developing in Python with Visual Studio 2013

I'm trying to develop in Python using Visual Studio 2013 or 2015 because I'm already used to IDE, but I have no experience with the language. In the English SO there is an issue that lists Visual Studio as IDE but many resources are like 'con...
asked by 19.11.2015 / 17:05
1
answer

Copy DLL to directory with .nuspec without referencing it in the project

I created a local NuGet. It worked well, until we found a problem that I can not resolve immediately. The following: There is a reference in the project, which calls another reference. Well, it turns out that this reference can not be added as a...
asked by 21.12.2015 / 19:01
2
answers

Hide different actions for different user profiles

I am in a project where I have 3 different levels of profiles: Administrator , Teacher and Coordinator . I already have the login module, registers and such. What happens is that I wanted for each profile type to appear only what is allowe...
asked by 25.05.2014 / 03:15