.NET assemblies question | SQL Server Performance Forums

SQL Server Performance Forum – Threads Archive

.NET assemblies question

Maybe this is a dumb question, or maybe the dumb is just me <img src=’/community/emoticons/emotion-5.gif’ alt=’;-)’ /><br />Anyway, here it goes.<br /><br />I’m trying to compile a test assembly to ba called from T-SQL.<br /><br />As i declare the imports at the beggining <br /><br />Imports System.Data.Sql<br />Imports System.Data.SqlServer<br /><br />Of course they don’t exist ( I’m using Visual Studio 2003 ).<br /><br />I have no way to add a project reference to the Framework 2.0 ( I’ve tried to do so ).<br />I guess these namespaces exist only in the new framework.<br /><br />The question is, Do I need to install Visual Studio 2005 Beta to compile an assembly targeted to yukon or is there a way to add a reference in my project to these new namespaces?<br /><br /><br /><br />
I believe you need to install VS 2k5 in order to declare those variables to work.
http://www.codeproject.com/dotnet/clryukon.asp for reference. HTH Satya SKJ
Moderator
http://www.SQL-Server-Performance.Com/forum
This posting is provided “AS IS” with no rights for the sake of knowledge sharing.
]]>