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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|