Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet clr > november 2007 > threads for november 15 - 21, 2007

Filter by week: 1 2 3 4 5

How to tell sql server the maximum size my temp table will grow so that it does at most 1 memory allocation?
Posted by DR at 11/21/2007 1:43:17 PM
How to tell sql server the maximum size my temp table will grow so that it does at most 1 memory allocation? ...more >>


Not matching signatures
Posted by Arne Garvander at 11/21/2007 11:48:02 AM
The error below doesn't make sense to me: Method 'Private Sub ResultCallback(Status As Boolean, cbCICSBuffer As CclECILib.CclOBuf, cbMFReason As String)' does not have the same signature as delegate 'Delegate Sub MFCallback(Status As Boolean, MFcicsbuf As CclECILib.CclOBuf, MFReason As String...more >>

NET CLR Networking?
Posted by doom at 11/20/2007 4:52:37 PM
Hi All, Am dealing with some .net socket applications. My 1st query is when should we see this "NET CLR Networking" performance object available on a system, i mean after installing which component of .net., for both 32x and 64x systems. If I ran one c# socket application(server client),...more >>

C# 3.0 Automatic Properties and CodeDom
Posted by Ed at 11/20/2007 2:14:00 PM
Anyone know how to generate an automatic property using CodeDom and VS2008? ...more >>

IL .override question
Posted by AJ at 11/20/2007 10:35:21 AM
I'm trying to resolve an issue where my application doesn't run after obsfucation using dotfuscator. I'm looking at the IL output from dotfuscator using reflector, and have a query.. I've a class that implements a generic interface.. ..class public abstract auto ansi beforefieldinit Fac...more >>

I have a CLR function thet returns IEnumberable (a table) and it has a FillRow function. I am returning 10,000 integers from this function. Is there a
Posted by DR at 11/19/2007 7:41:06 PM
I have a CLR function thet returns IEnumberable (a table) and it has a FillRow function. I am returning 10,000 integers from this function. Is there any way that I can preallocate the resulting table or give SQL server hint as to how many rows my function will return? It makes me cringe to t...more >>

VS 2005 and Terminal Services Detection
Posted by GAZ at 11/19/2007 5:22:48 PM
Is it possible to detect whether an application is started on a regular computer (xp, vista, etc.) or through terminal services? Basically, we would like to prevent users from starting our application through terminal services. Thanks for any answers and/or ideas. BR, GAZ ...more >>

Experience hosting the CLR from native c++ ?
Posted by Dave Farquharson at 11/19/2007 10:23:30 AM
Hello, I am trying to find good information on hosting the CLR from my native c++ program. I'm successfully using CorBindToRuntimeEx to host the CLR and executing functions in a test CLR assembly using ExecuteInDefaultAppDomain. That's all great, but my problem is that the execute function ...more >>



Query permissions for System.Net
Posted by Gene Chang at 11/15/2007 8:52:12 AM
I am writing an application where I obtain the IP address of the local adapter. When the user is logged in as Guest, this call fails with an exception: Access to the path 'Global\.net clr networking' is denied I think this is because the guest user is not allowed to access System.Net. How ...more >>


DevelopmentNow Blog