| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | I try the following code:
public delegate Int32 capErrorCallback(IntPtr hWnd, Int32 nID,
String lpsz);
public static Boolean...
LiuHuaJun
|
03-16-2006 02:43 AM
LiuHuaJun | 0 | 18 |
|  | I call GetStaticFieldInfo(), GetAppDomainStaticAddress(),
GetThreadStaticAddress(), GetContextStaticAddress() methods...
Mikhail Pilin
|
03-15-2006 05:39 AM
Mikhail Pilin | 0 | 21 |
|  | Hi all!
Is there a possibility to statically link used .NET components into my
programm... (to enable it runs on machines that do not have .NET...
Ilya Dyoshin
|
03-14-2006 02:34 PM
Huihong | 6 | 35 |
|  | I am getting an error at the line where my VB.Net program calls the
InitializeComponent() method. During debug, I cannot even step into it....
Dursun
|
03-14-2006 01:41 PM
Dursun | 0 | 16 |
|  | Hi,
I have the following configuration:
Server side:
Apache 2.x with deflate module configured for cotet-stream.
Client Side:
IE 6.0.2 SP2
dot net...
Google Groups
|
03-14-2006 11:40 AM
Google Groups | 0 | 32 |
|  | I'm using the GAC API in C# to install assemblies into the GAC. The code
works fine, if I'm running with Administrator privileges. But, if I run...
Sandman
|
03-14-2006 10:10 AM
Sandman | 0 | 31 |
|  | I've been chasing this frustrating problem for a while, and have
finally got some handle on whats going on.
We've got a C# service that needs to...
gauravl (AT) gmail (DOT) com
|
03-10-2006 07:52 PM
gauravl (AT) gmail (DOT) com | 2 | 37 |
|  | I've wrestled with the BeginInvoke callback parameter in asynchronous
delegate invocation for a while. I've had a hard time figuring out
what it was...
Jon Shemitz
|
03-09-2006 11:52 PM
Jon Shemitz | 0 | 18 |
|  | I want to reference an assembly that resides on another machine on our
network.
The dll is in a shared directory
I go to References -> Add...
dickster
|
03-09-2006 04:42 AM
dickster | 0 | 22 |
|  | I want to reference an assembly that resides on another machine on our
network.
The dll is in a shared directory
I go to References -> Add...
dickster
|
03-09-2006 04:42 AM
dickster | 0 | 16 |
|  | Hi all,
This thing came up while discussing on the practices for Exception
Handling. One of my freinds has strong feeling to not to do...
NB
|
03-07-2006 07:19 AM
NB | 9 | 28 |
|  | Is it possible to run two versions of the CLR in the same application? The
framework of our application was developed in 2003 under CLR 1.1 and some...
Brian R.
|
03-07-2006 03:44 AM
AT | 1 | 40 |
|  | I am tyring to get inhertied members of a type using relfection, but i am
not able to do it.
What bindingflags do I need to use to get inhertied...
source
|
03-06-2006 02:08 PM
source | 0 | 16 |
|  | Hi.
Not too long I had to use Reflection.Emit to dynamically generate some
classes that were only to be dynamically generated based on...
Peter Rilling
|
03-05-2006 02:38 AM
Christoph Nahr | 2 | 28 |
|  | I would highly appreciate you guys if you help me with
this:
I have the "Avalon CTP v6.0.4093.41006" installed on
my laptop since the days i was...
Mr. Morad Jamal
|
03-03-2006 01:28 PM
Mr. Morad Jamal | 0 | 30 |
|  | is there any way to make Animal.Foo() being called ??
//==============================
namespace ConsoleApplication1
{
class Program
{
static void...
MichaĆ Januszczyk
|
03-03-2006 06:31 AM
Joanna Carter [TeamB] | 1 | 60 |
|  | Hello,
How do I profile com+ dlls using CLR Profiler?
Do I need to attach profiler to COM+ server? Or is there any better
way of doing it.
Thanks...
Aks
|
03-02-2006 09:47 PM
Aks | 0 | 39 |
|  | Hi all, I'm inquiring about the mechanism that is used to implement
event handlers in .NET (not really relevant, but I'm using C#).
Anyway, I've...
AT
|
03-02-2006 05:52 PM
AT | 2 | 24 |
|  | Hi,
I am trying to use CLR Debugger, but i am unable to open up
'Disassembly' window. Now here is what i do. First off, i open up my
exe using...
AT
|
03-02-2006 05:15 PM
DWS | 1 | 35 |
|  | Hi,
I need some help regarding the mecanism to put in place to be able to
dynamically update a remote object when the assembly where it is
defined...
Nick
|
03-02-2006 11:18 AM
Nick | 0 | 32 |
|  | I had a question about some of the basic concepts and needed help.
When one runs a managed app then the CLR compiles the managed IL code into
native...
Manoj Agarwal
|
03-01-2006 02:20 PM
Jon Skeet [C# MVP] | 4 | 22 |
|  | Hi,
I have a site that works fine with v1.1. but when I run with v2.0 I
get the following HTTPException when trying to browse a page "There is
no...
Mutley
|
03-01-2006 09:21 AM
Mutley | 0 | 39 |
|  | I had read that the CLR is actually implemented as a COM server in the files
MSCorWks.dll (or MSCorSvr.dll). But when I get a list of exported...
Manoj Agarwal
|
03-01-2006 08:47 AM
Manoj Agarwal | 6 | 30 |
|  | Does anyone know if .NET 2 retains distinct server and workstation clr hosts
?
-Robert
Robert Ginsburg
|
02-28-2006 01:07 PM
Willy Denoyette [MVP] | 3 | 45 |
|  | I'm a newbie to regular expressions. I've a requirement where in I need to
search a string and replace a pattern within it....
I want to replace the...
AVL
|
02-28-2006 07:08 AM
AT | 1 | 20 |
|  | I've developped a small Windows service in C# with Framework 2.0.
The service is running fine on several Windows 2003 servers except when a
server...
ngiraud
|
02-28-2006 04:40 AM
AT | 2 | 62 |
|  | I have an application developed by .net framework 1.0 , the application
works fine on my development machine , but on the non-development
machine...
AT
|
02-27-2006 07:24 AM
AT | 0 | 20 |
|  | I am starting experimenting with IL code generation for a Forth-like
stack-based language that uses the CLR evaluation stack as the
Parameter stack...
paul.at.gmail
|
02-24-2006 05:09 AM
paul.at.gmail | 0 | 35 |
|  | I am trying to NGEN (v1.1 ) my application and still most of the
methods arent prejitted. I looke at the perfmon methods jitted counter
and it is...
Naveen
|
02-23-2006 07:05 PM
Naveen | 2 | 29 |
|  | I've been trying to get my hands around the version of SOS that ships with
framework 2.0. I wrote a sample app to create the classic...
David Douglass
|
02-23-2006 03:01 AM
Vadym Stetsyak | 1 | 29 |
|  | Hi all,
I managed to use the Profiling API to log the method calls that I'm
interested, but it seems like it can only retrieve the method
signatures...
AT
|
02-18-2006 01:22 PM
AT | 0 | 26 |
|  | I get the following error when i try to have a client run my windows forms
application from a web page:
I think the key line is down at the third...
Chris Thunell
|
02-16-2006 06:41 PM
Chris Thunell | 0 | 57 |
|  | We are migrating a project from 1.1 to 2.0 that includes some c++.
We are seeing some binding failure (investigated with the fusion logs).
It's quite...
Carlo Folini
|
02-16-2006 04:33 AM
AT | 12 | 77 |
|  | First let me say that this isn't a big problem or anything, just something
I've been pondering for a while.
I want to know which of these are...
preport
|
02-16-2006 01:25 AM
AT | 2 | 19 |
|  | I am basically new to .net. I created a windows form version of Visual
basic.net 1.1 executable that I
installed on very "extra" workstations in my...
Wendy Elizabeth
|
02-15-2006 04:27 PM
Wendy Elizabeth | 0 | 25 |
|  | I'm busy implementing a TFTP server as part of a .Net application.
While testing, I noticed that it runs much slower than I expected.
The cycle...
Lucvdv
|
02-15-2006 07:34 AM
Lucvdv | 6 | 24 |
|  | hi,
i'm struggling to believe what my computer systems lecturer said about
every recursive implementation having an iterative equivalent.
the very...
Tim_Mac
|
02-14-2006 01:45 PM
Tim_Mac | 2 | 33 |
|  | Hi:
I have become interested in dynamic classes, as it could fit a code need
that I have very nicely. I would like to be able to define a Component...
Brent Billups
|
02-14-2006 02:18 AM
AT | 3 | 35 |
|  | I am trying to configure a large existing VC6.0 project to compile in mixed
mode. The compiler properties allow setting the 'Use /CLR' for...
ClydeL
|
02-13-2006 03:39 PM
Arjun Bijanki [MS] | 1 | 19 |
|  | I was wondering if it is possible to get a reference to a managed object
using profiler API. What i want to do is to create a small profiler for...
ilya
|
02-13-2006 03:37 PM
ilya | 0 | 20 |
|  | My .NET application (1.1) terminates unexpectedly. I have found some pattern.
that is, it happens when you try to retrieve a huge chunk of records...
Arulvendan
|
02-13-2006 10:47 AM
Vadym Stetsyak | 3 | 20 |
|  | Hopefully someone can clarify some of this for me.
I am confused on what classes I should implement if I want to utilize the
List<>.BinarySearch()...
preport
|
02-13-2006 02:46 AM
AT | 1 | 29 |
|  | www.childao.com
Download Microsoft Visual Studio 2005 Professional...
maxwellkey12
|
02-11-2006 02:33 PM
maxwellkey12 | 0 | 27 |
|  | Hey, I have a question which should be easy to figure out, but
can't...
I built an application using VB.NET is VS .NET 2003.
I created a Setup...
SubKamran
|
02-09-2006 04:44 PM
Phil Wilson | 1 | 29 |
|  | Hi,
does the Linq CTP work with the VS 2K5 RTM 90 day evaluation version. I
tried to compile but couldn't get through. Any inputs?
Kaustav.
|
02-09-2006 09:41 AM
Kaustav. | 0 | 38 |
|  | My quick question is does the SendTimeout property of the TcpClient affect
connection timeouts? The following is a more detailed account of why...
Tim Coker
|
02-09-2006 07:02 AM
Tim Coker | 2 | 23 |
|  | I have few binaries (dll) that I use within my project.
I also have sourcecode for those dlls.
What I am trying to achieve is when I want to step...
source
|
02-09-2006 06:54 AM
AT | 2 | 31 |
|  | We have just released C5, a library of generic collection classes for
C# and other CLI languages, as found in Microsoft .Net version 2.0.
C5...
Peter Sestoft
|
02-08-2006 06:24 PM
Shawn B. | 1 | 22 |
|  | How do I enumerate the running AppDomains in another process, given the
PID of that process?
AT
|
02-07-2006 09:53 PM
Gaurav Khanna | 3 | 24 |
|  | nvarchar(max) is handy in sql 2005, when I create clr function with
sqlstring, I want it be registered with nvarchar(max), but it always...
davidw
|
02-07-2006 08:12 PM
davidw | 0 | 33 |