June 3, 2009 at 9:43 am
Hi folks!
Are there any requirements to third-party .NET DLL library (it performs financial calculations) to be used with CLR integration interoperability model?
June 3, 2009 at 10:37 am
Yes, CLR has a substantial number of limitations and it is very hard to tell if a custom or 3rd party DLL will work with SQLCLR, unless it has been specifically tested against it.
[font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
Proactive Performance Solutions, Inc. [/font][font="Verdana"] "Performance is our middle name."[/font]
June 5, 2009 at 6:20 am
Hm.. The trouble is appeared when I have tried to add reference to that library. In fact I can't add any library 'cause I able to choose something from predefined set of libraries either from Projects within a solution or a namespace from SQL Server. That's all.
Is it possible somehow to use external DLL from CLR server object?
June 5, 2009 at 6:28 am
I've figure the issue out....
http://www.sqlservercentral.com/Forums/Topic704616-386-1.aspx
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply