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!
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?