I am unable to open css file in visual studio 2010 after adding in project.

It shows error. "The operation could not be completed.Unspecified error".

Even if i try to css in webpage directly, there also css intellisense doesn't appear.The screenshot of the error.

link|improve this question

46% accept rate
feedback

1 Answer

I found the solution from http://social.msdn.microsoft.com/Forums/en/vseditor/thread/25f9016c-c790-4b8a-b333-5cfdafe45e2d

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.

link|improve this answer
26  
In my case, I had a corrupt install of the Web Standards Update extension. I couldn't install it from Extension Manager, so I had to go to the website and download it manually. Once I ran the installer (it defaults to "repair") and restarted Visual Studio, I could edit CSS files again. – CBono Sep 16 '11 at 5:39
9  
This worked for me too. My VS was working fine all day until it suddenly stopped opening CSS. This was a quick fix and everything is good now. – hacker Sep 20 '11 at 19:00
5  
I already had this installed, but it was apparently corrupted. Re-installing fixed the problem for me. This answer should be marked at the proper answer to this question. – josh Oct 31 '11 at 17:51
+1 This worked for me - thanks! – Dan Diplo Nov 13 '11 at 16:10
+1 - This fixed the problem for me as well. – Mark Ewer Nov 24 '11 at 0:01
show 9 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.