Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 .NET Inside SQL Server (2005)
 How to write sp into .Net 2005?

Author  Topic 

hornet
Yak Posting Veteran

96 Posts

Posted - 2007-06-05 : 13:36:10
Hi, all!

I need to write sql procs into .net for debugging. When i create SQL DataProject in C# reference i catch a message "SQL server specefied this connection doesn't support managed objects. choose different server". Why? I have sql 2005 standard edition, indeed. But I dare say one remark i have 2 SQL instances on machine (2000 and 2005). so i see trouble in this. does anybode know how to sort out this trouble?
thanks in advance!

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2007-06-05 : 15:16:05
you want to write your stored procedures in .net so you can debug them?
or you want to debug your CLR stored procedures that you'll integrate in to SS2k5?

_______________________________________________
Causing trouble since 1980
blog: http://weblogs.sqlteam.com/mladenp
Go to Top of Page

hornet
Yak Posting Veteran

96 Posts

Posted - 2007-06-05 : 15:36:08
for the most part i wanna debug procedures have written in sql but will pleased to see how is possible the second?
Go to Top of Page
   

- Advertisement -