Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS 2010 does not open CSS files [duplicate]

I am unable to open CSS files in Visual Studio 2010 after adding to a project.

It shows the following error:

The operation could not be completed.Unspecified error.

Even if I try to edit embedded CSS in a webpage directly, IntelliSense doesn't appear.

The screenshot of the error.

like image 612
Abhishek Ranjan Avatar asked Jul 18 '11 10:07

Abhishek Ranjan


2 Answers

I found the solution from here:

I was having the same issue and found that by going to the Tools -> Extension Manager -> Online Gallery and search for/install the "Web Standards Update for Microsoft Visual Studio 2010 sp1" I was able to open CSS files again.

And it worked for me.

like image 95
deerchao Avatar answered Nov 14 '22 05:11

deerchao


Probably it can happen after installing the Visual Studio LightSwitch beta

OR

Windows Azure tools installed

OR

SQL Server 2012 installed

Download this and install it if already installed then repair it and it'll fix the issue:

http://visualstudiogallery.msdn.microsoft.com/a15c3ce9-f58f-42b7-8668-53f6cdc2cd83

like image 31
dnxit Avatar answered Nov 14 '22 06:11

dnxit