I have an enum SortFilter, which looks like following:
public enum SortFilter
{
FirstName,
LastName,
Age,
Experience
}
Now, let’s say I want to display the string value of enum in some control. For that, I will have to convert Enum value to string. [...]
Hi!
I got following exception twice in last 30 days.
“The components required to enumerate web references are not installed on this computer. Please re-install Visual studio“
This exception occurs when I change existing web reference Url and point to a new asmx. Why is it asking to re-install visual studio? I would like to avoid [...]