web-essentials Questions

2

We have an ASP.NET project using IIS Express while debugging. After starting VS2013, then loading the solution, building the solution and starting the web application in debug mode, the output wind...
Sulfonation asked 27/3, 2015 at 15:45

2

Solved

I'm using Visual Studio 2015 and Browser Link doesn't work with Firefox. IE and Chrome work perfectly with Browser Link. Just got a new machine, but that didn't help either. I tried the prerequi...
Sphygmo asked 8/9, 2016 at 7:40

3

Does anyone know how to enable browser link for use with visual studio 2019? Web Essentials doesn't seem to work with my .net mvc project. I have installed Web Essentials in visual studio 2019 an...
Diggings asked 19/6, 2019 at 15:10

3

I'm using visual studio 2013. I'm using the web essential tool for my less/css files. when I'm saving a less file it's add a line like the one below to the end css file,for example: /*# sourceMa...
Coulisse asked 9/6, 2014 at 7:48

2

Solved

With Visual Studio 2012 Update 2, Web Essentials 2.7. Suppose there is an error in LESS. When saving the file, a message is shown in the preview pane. It reads... /* Compile Error. See error li...
Polychasium asked 10/5, 2013 at 12:27

5

Solved

Until recently, my Chrome browser was loading CSS source map files correctly. Now, it is not. The setting is on: And the CSS files have a source mapping tag at the bottom: /*# sourceMappingURL...
Dartmouth asked 4/6, 2015 at 17:15

2

Is there a way how to force Visual Studio Web Essentials to insert single quotes instead of double quotes? For instance so that div.col-xs-1 TAB produces <div class='col-xs-1'></div> i...
Youngman asked 18/6, 2015 at 20:31

6

I have Web Essentials 2015.2 installed. When I, for instance, type "div" and then hit tab, it just selects the following block of html rather than adding a div tag. No zen coding features are work...

4

I am confused about what gets to compile TypeScript files for me and when: Visual Studio on save. Mads Kristensen's extensions. Gulp.js. Node.js. Something else. Where should TypeScript files b...
Available asked 20/9, 2016 at 11:28

1

Solved

I have a group of typescript files in my solution and I am compiling these to JS using typescript features directly within Visual Studio 2017. I am using tsconfig.json file. I am able to bundle th...

3

I've installed Web Essentials 2017. When I open Visual Studio Enterprise 2017, it shows as being an installed extension, and "Reset Web Essentials" shows on the tools menu, but there are no setting...
Charil asked 3/5, 2017 at 14:41

6

Solved

I've checked autohide and the bar disappeared but now how can I see it again?
Imbecile asked 31/1, 2014 at 16:18

1

I am pulling my hair off here... Why on earth is Start Recording button which is shown in every tutorial is not where it is supposed to be in Web Essentials 2015? Here is the picture of the availa...
Trejo asked 8/8, 2015 at 22:57

2

Just installed Web Essentials 2017 from the Visual Studio marketplace but the feature to create TypeScript definition from a C# class seems to be missing. In Web Essentials 2015, I would right mous...
Cazares asked 14/3, 2017 at 13:6

2

I have to use Web Essentials 2013 but it is not available for Visual studio 2013 update 5.I would have to have VS 2013 update 4 installed in order to install Web Essentials 2013. Is there is any wa...
Trapani asked 8/5, 2015 at 12:59

3

Solved

Installed Web Essentials in my new computer but I cannot get Browser Link working with ASP.NET 5 / MVC6 web Applications projects. Works Fine with ASP.NET 4.5 however. This is what I have tried so ...

1

Solved

I have no idea what changed, but either using Ctrl+. or right clicking to bring up the quick actions in VS2015 RC (14.0.22823.1) on a token that I haven't added the right using statement used to gi...

1

Solved

I'm a little new to jsdoc comments (attempting to convert some vsdoc comments to jsdoc so I can make use of doc generators that support jsdoc), so stop me if I'm doing something obviously incorrect...
Cuirbouilli asked 9/9, 2013 at 18:10

5

Solved

We are using Visual Studio + Web Essentials to compile LESS files to CSS. Whenever we change a LESS file Web Essentials insists on creating a *.css, *.min.css and a *.css.map file AND add them to t...
Lint asked 23/7, 2014 at 13:29

1

Solved

I am working on a large TypeScript application in VS 2013. I have ReSharper and WebEssentials installed. Time to time when I have an exported module level function, "something" underlines it and h...
Reenareenforce asked 27/11, 2015 at 9:52

5

Solved

I've just installed the Web Essentials(v 2.7) for MS Visual Studio 2012 and it's not working (i'm interested in the LESS part). I've restarted VS, the 'extension and updates' windows displays web...
Henrion asked 4/7, 2013 at 14:46

0

I would like to achieve the following: Show all TypeScript lint warnings as errors in the Error List. Have this set up by default for anyone who opens the project/solution. Break the build if the...
Mendelian asked 27/4, 2016 at 14:29

1

Solved

Visual Studio 2013 UP5 + Web Essential's (v. 2.6.36) generated css.map files are invalid in "Google Chrome", however it is valid in "Firefox". Due to this it became impossible to debug less files i...
Pinnatisect asked 21/3, 2016 at 14:28

2

Is it possible to bundle all javascript (or css) files in a directory using Web Essentials? Similar to how System.Web.Optimizations bundling can take a directory? I tried: <directories> &...
Metempirics asked 13/8, 2014 at 0:26

1

Solved

I've just rebuilt my machine with a fresh install of Visual Studio 2015. I've also installed the extensions for Web Essentials and Web Compiler but these seem to have caused a problem Say for exam...
Biconvex asked 4/9, 2015 at 7:48

© 2022 - 2025 — McMap. All rights reserved.