From: Frank Uray on 27 May 2010 16:07 Hi all I am having some trouble with threading in a CLR procedure. Here is the scenario: On a SQL Server 2008 instance I have build a CLR procedure written in C#. The procedure works fine. Now I have added multithreading functionality and there are some problems: - As longest there are no exception, all works fine (also the threads). - But, I am unable to catch a exception and I have no plan why ... Also debugging does not work (only for the no threading part), cannot break within another thread. What am I doing wrong ?? Thanks and best regards Frank Uray
|
Pages: 1 Prev: C# startup project Next: determine how C#.net 2008 .sln works |