How to fix the Microsoft.Web.Administration.dll problem
The Problem: While coding away on the Stronico signup process I came across a problem with creating a reference to the Microsoft.Web.Administration dll, namely it was not present as a reference. No problem, I added the dll manually via Visual Studio (it is in the %WinDir%\System32\InetSrv directory), yet once that was done I could not reference the dll.
The Cause: The dll must be marked as “Copy Local – True” and “Specific Version – True”.
The Solution: Mark the two options as true in the properties and the problem will go away. It’s always the stupid errors that cause the most problems. One of the purposes of blogging these errors is to reduce their frequency.
Popularity: 10% [?]