I have the following mssql2005 error when I try to connect to the object browser..
[C:\WINDOWS\assembly\GAC_MSIL\Microsoft.SqlServer.SmoEnum\9.0.242.0__89845dcd8080cc91\Microsoft.SqlServer.SmoEnum.dll] InternalsVisibleTo declarations cannot have a version, culture, public key token, or processor architecture specified. (ObjectExplorer)
Can anyone help me
Thank you....god bless you all..

Cannot connect to SYNDIOMSVR. InternalsVisibleTo declarations cannot have a version, culture, public key token, or processor arc
Mike D 543
SQL Server 2005 RTM only works with the RTM version of the .NET runtime. CTP versions of SQL Server 2005 only work with the version of the .NET runtime that was installed with the CTP.
Sushil Chordia - MSFT
Andy
Philip Alexander Hassialis
nss_2001
Liqun
The .NET framework version has to match what SQL Server was compiled to use. CTP versions of SQL Server require the corresponding CTP version of the .NET framework. The RTM version of SQL server requires the RTM version of the framework.