Symptoms
A compiler error message “Compiler Error Message: BC30002: Type ‘UsernameTokenManager’ is not defined” is shown after setting up WSI
Cause
This is caused by an absence of the Microsoft Web Services 3.0 settings code in the web.config file.
Solution
Enter the following line in the
section of your web.config file:
<add assembly=”Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35” />