all groups > dotnet clr > january 2008
Internal working CLR when referencing a 1.1 lib from a 2.0 (or higher) asp.net application?
Posted by Martijn B at 1/31/2008 3:34:24 AM
Hi there,
I have a question about the internal working of the CLR when it comes
to a 2.0 (or higher) asp.net app referencing a library written in 1.1.
How does the CLR handles this? Does is start CLR 2.X.X and CLR 1.1.X.X
(if so what kind of performance problemes gives this, is there any
in... more >>
When a clr has the input type of SqlString it causes nvarchar(4000) to be the parameter type of the function in sql server. how to modify my CLR funct
Posted by DR at 1/24/2008 2:10:42 PM
When a clr has the input type of SqlString it causes nvarchar(4000) to be
the parameter type of the function in sql server. how to modify my CLR
function to use nvarchar(max) ?
... more >>
Single file or separate files
Posted by Chris Leffer at 1/20/2008 12:59:03 PM
Hi.
What is the recommended way to organize the classes inside a VB.Net
project? For classes that are logically related, I tend to put them on
the same file and I read an article stating that when classes form an
atomic unit of functionality they should be put on the same file. Is
there any p... more >>
Doing real time managed software
Posted by obiwanjacobi at 1/17/2008 11:17:17 PM
Is it possible? What would be the biggest problem to solve?
My guess is the Garabage Collector. You'd kind of want to be able to
tell it to stop collecting while you're in a piece of critical code.
Are there techniques to manage you're own object instances in such a
way the the GC 'never' runs. ... more >>
!threadpool SOS command output
Posted by Günter Prossliner at 1/16/2008 11:13:22 AM
Hello!
I have the following SOS output:
0:000> !threadpool
CPU utilization 100%
Worker Thread: Total: 2 Running: 0 Idle: 2 MaxLimit: 25 MinLimit: 2
Work Request in Queue: 0
--------------------------------------
Number of Timers: 3
--------------------------------------
Completion Port ... more >>
PInvokeStackImbalance and GetWindowModuleFileName
Posted by btysgtmajor@gmail.com at 1/9/2008 10:58:38 AM
Hi all,
I'm not quite sure what's going on, but, here goes: I have a project
in VB.NET 2005 going. I make a call to an unmanaged function. I'm
using the declaration below:
Private Declare Function GetWindowModuleFileName Lib "user32.dll"
Alias "GetWindowModuleFileNameA" (ByVal hwnd As I... more >>
Error Message in ASP.NET 2.0
Posted by Techeek at 1/6/2008 7:40:01 AM
I am getting this error on click of a link button. If anbody has
got the same error and have a solution for it plese respond.
System.ArgumentException: Invalid postback or callback argument. Event
validation is enabled using <pages enableEventValidation="true"/> in
configuration or <%@ Pa... more >>
|