2

Most .aspx files in my Solution Explorer have a blue globe with a black paper sheet icon.

Some have a black globe with the "Online Team" icon modifier:

enter image description here

What does the black one mean? These files are both checked in without locks.

2
  • Could you add a screen shot with full suffix? Commented Jun 20, 2017 at 6:33
  • Yes, yes, yes. When I get back to work tomorrow. (I knew I was going to regret cropping it so much.) Commented Jun 20, 2017 at 19:51

1 Answer 1

1

Could not reproduce your issue, in my side all the .aspx file is the blue globe with a black paper sheet icon. However the .ascx is the black globe with the "Online Team" icon modifier.

enter image description here

.ASCX is Active Server Custom Control. It is used for creating custom controls in asp.net.

What Is .ascx control? And how to use this control In C#?

If it's another type of file, this is make sense for the mismatching icon. Maybe you just mix up the two files.

1
  • You were right! For some reason I assumed the ascx's would be in a different folder, but the black icons are indeed ascx files. Commented Jun 21, 2017 at 9:54

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