I have a generic question, and specific example. This should be easy according to all the similar questions on SO regarding assemblies for namespaces. The most common answer is found in this question
How do I know what reference to include to import a specific .NET namespace?
"All MSDN doc pages mention namespace and assembly."
However on thisMSDN page there is no mention of the assembly. What obvious thing am I missing?
Microsoft.WindowsAzure.ServiceRuntime Namespace
Revised:
More specifically I'm looking for the dll to include for the Azure class RoleEnvironment. When I Hit F1 and look on it's MSDN page MSDN RoleEnvironment, it mentions the Microsoft.WindowsAzure.ServiceRuntime Namespace, but no assembly to include. I've run into things like this before, so I thought I would make it a generic question. Although I do want to know the specific dll to reference, I ALSO want to know the answer so I know what to do next time I face this situation.