Click here to Skip to main content
15,886,055 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
In one page in my web project, the map displays well on IE but not does not on Firefox. The MS VS warning message is below:
HTML
Unable to edit 'http://js.arcgis.com/3.8/js/esri/css/esri.css'. The stylesheet must be part of the current project and the project must be a Web Site or Web Application.

I use VS 2010. I also tried to load the css locally rather than through internet, but the warning is still the same. How can this problem be solved? Thanks in advance if you can share your experience.
Referring http://forums.asp.net/t/1586914.aspx[^], which points out to make the link like that (adding ?parameter=1):
HTML
http://js.arcgis.com/3.8/js/dojo/dijit/themes/claro/claro.css?parameter=1</a>]

But the result is the same.
Posted
Updated 21-Feb-14 5:20am
v2
Comments
Sergey Alexandrovich Kryukov 21-Feb-14 11:07am    
It does not look like a browser message...
—SA
[no name] 21-Feb-14 14:57pm    
SA: You are right. The message is from MS VS. I will search for it. Thanks.
joshrduncan2012 21-Feb-14 14:55pm    
Please reply to SA instead of creating a new comment, otherwise, he won't get notified that you replied to him.
Sergey Alexandrovich Kryukov 21-Feb-14 15:26pm    
She/he did so. Thank you for your help.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900