• http://support.microsoft.com/kb/949080

    Workaround 1

    To work around scenario 1 in the "Symptoms" section, you must manually update the .NET Framework assemblies in SQL Server. To do this, use the ALTER ASSEMBLY statement to point to the new version of the .NET Framework assembly in the following folder:

    %Windir%\Microsoft.NET\Framework\Version

    Note Version represents the version of the .NET Framework that you installed or updated.

    Workaround 2

    To work around scenario 2 in the "Symptoms" section, use the ALTER ASSEMBLY statement to update the assembly in the database.

    If the problem still exists after you do this, drop the assembly from the database, and then register the new version of the assembly in the database.

    The SQL Guy @ blogspot[/url]

    @SeanPearceSQL

    About Me[/url]