Home All Groups Group Topic Archive Search About
Author
2 Dec 2005 5:03 PM
RSH
I have Visual Studio .Net 2003...I am assuming that since it can't find
System.Data.SQLServer that I need Visual Studio 2005 to develop CLR apps for
SQL?

Author
2 Dec 2005 5:13 PM
Kent Tegels
Hello RSH,

> I have Visual Studio .Net 2003...I am assuming that since it can't
> find System.Data.SQLServer that I need Visual Studio 2005 to develop
> CLR apps for SQL?

Correct

Thank you,
Kent Tegels
DevelopMentor
http://staff.develop.com/ktegels/
Author
2 Dec 2005 5:16 PM
Tibor Karaszi
There's no System.Data.SQLServer anymore. You use the regular connection objects, reader etc. For
SQLCLR specific things (like context and pipe), you use the Microsoft.SqlServer.Server namespace.
You do need Framework 2.0 (as the things you need are in the System.Data.dll file that comes with
Framework 2.0). You can download Framework 2.0 and write your CLR objects using Notepad and
command-line compile them. If you want to use VS to write SQLCLR objects you need VS 2005.

Show quote
"RSH" <way_beyond_o***@yahoo.com> wrote in message news:ejDCfJ29FHA.160@TK2MSFTNGP12.phx.gbl...
>I have Visual Studio .Net 2003...I am assuming that since it can't find System.Data.SQLServer that
>I need Visual Studio 2005 to develop CLR apps for SQL?
>
Author
2 Dec 2005 5:18 PM
Adam Machanic
You don't really need Visual Studio at all.  You can download the .NET 2.0
SDK and use the command-line tools.  But if you want the IDE experience,
yes, VS2005 is necessary.


--
Adam Machanic
Pro SQL Server 2005, available now
http://www.apress.com/book/bookDisplay.html?bID=457
--


Show quote
"RSH" <way_beyond_o***@yahoo.com> wrote in message
news:ejDCfJ29FHA.160@TK2MSFTNGP12.phx.gbl...
>I have Visual Studio .Net 2003...I am assuming that since it can't find
>System.Data.SQLServer that I need Visual Studio 2005 to develop CLR apps
>for SQL?
>

AddThis Social Bookmark Button