| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hi,
We have a c# dll that is being referenced by a web
project (client) which is being referenced by another web
project (portal). After building the...
Augustin Prasanna. J
|
01-20-2004 12:37 PM
AT | 2 | 25 |
|  | I'm developing a utility using Visual C++.NET standard 2003.
When I try to compile a sample code, I got the below error
Fatal Error C1190:Managed...
AT
|
01-20-2004 12:23 PM
Ken Varn | 1 | 34 |
|  | Some clients get this error. Not reproduceable....i understand that it
Windows runs out of resources...fine. All I want to know is where...
decrypted
|
01-20-2004 12:11 PM
AT | 1 | 24 |
|  | Hi Gang,
My question is directed more towards the MS JSctip.NET
dev team. I understand that you guys are planning to
implement events in the newer...
Rashad Rivera
|
01-20-2004 11:43 AM
Peter Torr \(MS\) | 1 | 17 |
|  | Is it possible to create instances at runtime. i.e the type of the variable will be known at runtime.
for example,see this simple sample code
class...
reiks
|
01-19-2004 08:52 PM
news.microsoft.com | 2 | 13 |
|  | How do the watch window and auto window work then?
"Gabriele G. Ponti" <ggponti.at.hotmail.com> wrote
Sankar Nemani
|
01-19-2004 04:04 PM
Fabian Schmied | 3 | 18 |
|  | Hi everybody,
I'm a Java-developer and I tried to compare Java-Bytecode
and IL-Bytecode. There are a lot of differences between those
two...
Andy Schmitt
|
01-19-2004 03:19 AM
Frank Lesser [LSW] | 9 | 18 |
|  | In my c#-app I want to use a 3party Com-Server.
I made the following architecture:
1) App-c# project
2) a managed component "MyComp" in c++, using...
Frank Gobert
|
01-18-2004 12:39 PM
Frank Gobert | 0 | 19 |
|  | I'm writing a program to Host the CLR. As part of this I would like to run my managed code in an AppDomain other than the DefaultDomain. My...
Bob Elward
|
01-17-2004 08:36 PM
Bob Elward | 4 | 27 |
|  | Hi All
has anyone tried deploying publisher policy? when CLR resolving publisher
policy and application policy, which one has the final say? My...
Dan
|
01-17-2004 03:56 AM
Conrad Zhang | 1 | 18 |
|  | Hi,
Does anybody know WHY an assembly can't be unloaded individually?
In Java the Classloader provides this option, i.e. you can unload one
single...
Sascha
|
01-17-2004 03:46 AM
Conrad Zhang | 10 | 37 |
|  | I got a multi-processor machine. How do I know whether workstation version
(mscorwks.dll) or server version (mscorsvr.dll) is being used on...
Raghu
|
01-16-2004 12:19 PM
Nick Wienholt | 6 | 26 |
|  | Thread.Suspend lets a thread run "until it has reached a before
actually suspending the thread."
I'd expect the CLR's internal malloc/free routines...
Jon Shemitz
|
01-15-2004 02:52 PM
Jon Shemitz | 4 | 13 |
|  | From a previous posting, I learnt that the Application class's Run method
starts a message loop(pump) on the current thread. But the...
Sankar Nemani
|
01-15-2004 11:36 AM
AT | 1 | 11 |
|  | Hi,
I have a general doubt. It may sound stupid. Please help me clear this doubt.
When a C# program is compiled, it will generate the Intermediate...
rb
|
01-15-2004 09:44 AM
Michael Giagnocavo [MVP] | 3 | 20 |
|  | It seems that Environment.CurrentDirectory is changed by
the cdo.dll. Why does cdo.dll need to change the
currentdirectory? why does the framework...
brian (AT) nospam (DOT) net
|
01-15-2004 08:27 AM
Jay B. Harlow [MVP - Outlook] | 2 | 20 |
|  | Hi all
I found some inconsistency in the presentation of the public key, need your
clarification...
1) I generated a public/private keypair using...
Dan
|
01-15-2004 04:21 AM
Dan | 0 | 21 |
|  | Now, that's sort of nifty. How did you run into that one?
--
programmer, author http://www.midnightbeach.com
and father ...
Jon Shemitz
|
01-14-2004 04:34 PM
Philip Rieck | 8 | 19 |
|  | Hello there,
Is there anyone here who has experience with 32-bit unmanaged up hosting the
CLR on WOW64? We have a 32-bit app that runs fine on...
Albert Szilvasy
|
01-14-2004 12:51 PM
AT | 2 | 23 |
|  | Kathleen Dollard <Kathleen (AT) mvps (DOT) org> wrote:
No it doesn't. a and b always had different memory locations. The value
in each location is a...
rb
|
01-14-2004 12:38 PM
Sankar Nemani | 8 | 21 |
|  | Hi,
can anyone tell me what steps the compiler performs during compilation of
the code? A rough step-by-step listing would be more than enough...or...
rp
|
01-14-2004 07:54 AM
Gabriele G. Ponti | 1 | 17 |
|  | Hi all,
If there is an exception inside the finally part of the try block, then
the original exception will be lost. Other than making sure the...
Sankar Nemani
|
01-14-2004 06:44 AM
Branimir Giurov | 1 | 17 |
|  | Hello,
What is the easiest way to ensure that all new installations of the .NET
framework have the Local Intranet Zone set to "Full Trust"? I...
solex
|
01-14-2004 04:18 AM
Branimir Giurov | 3 | 20 |
|  | I have a webservice on a Windows Server 2003 with .NET Framework 1.1
installed.
Once in a while it stops responding and I have no idea how to debug...
Casper Hornstrup
|
01-14-2004 01:18 AM
Conrad Zhang | 5 | 21 |
|  | Hi,
I am trying to understand how exceptions behave in a
message loop scenario. I have a try-catch block around a
message loop and one of the event...
Sankar Nemani
|
01-13-2004 05:37 PM
AT | 1 | 15 |
|  | Actually there should be a big in GC.
It was fixed as a QFE and should be in Everett SP1.
Gang Peng
Niall
|
01-13-2004 04:00 PM
AT | 1 | 14 |
|  | Why do you want to do this? I'm not sure it's even possible, and there's
probably an easier way to achieve what you...
AT
|
01-13-2004 02:12 PM
AT | 0 | 16 |
|  | One other note on this issue all: If you're working in VB, kepp an eye for
an upcoming feature along theselines, which will allow...
szabeli
|
01-13-2004 12:54 PM
AT | 6 | 18 |
|  | I keep getting the message "Cannot access c:\myfolder\myfile.cs" even though
I can check out the file then manually replace it. Everytime I use...
Zeng
|
01-13-2004 12:48 PM
AT | 3 | 17 |
|  | Hi!
I'm in the process of developing an application for downloading files
from a webserver. This is done in a threaded manner, but how hard I...
Fredrik Arenhag
|
01-13-2004 05:43 AM
Fredrik Arenhag | 5 | 21 |
|  | "Sankar Nemani" <snemani (AT) nospamlumedx (DOT) com> wrote
You can
override this to use you own handler (look...
Sankar Nemani
|
01-12-2004 03:49 PM
Willy Denoyette [MVP] | 3 | 13 |
|  | I'm writing an app that does real time data acquisition, and needs to
respond to DMA-complete events that get signalled every 10mS...
Steve Terepin
|
01-12-2004 02:45 PM
Simon Hall [MSFT] | 2 | 17 |
|  | Peter,
I had tried this once before, per the suggestion of the documentation and
was not able to get it to work, and discovered it was because of...
aiax
|
01-12-2004 11:53 AM
aiax | 2 | 21 |
|  | Hi all,
I have to make a call to an ActiveX component from C#. The ActiveX
call expects a VARIANT *. I keep getting an exception...
AT
|
01-11-2004 11:26 AM
Hiroaki SHIBUKI | 2 | 19 |
|  | I want to place my own Unhandled Exception Handler application in as part of the DbgManagedDebugger registry entry.
It is my understanding that you...
Ken Varn
|
01-09-2004 03:52 PM
Ken Varn | 0 | 15 |
|  | Hello,
Could someone tell me under what conditions the following exception occurs
with async sockets:
"System.ArgumentException: The IAsyncResult...
Tester
|
01-09-2004 07:34 AM
Tester | 2 | 12 |
|  | Does anyone know the correct naming conventions for CLS compliant code ? The
doc points to a really obscure and difficult to digest document on the...
Edward Diener
|
01-08-2004 12:12 PM
Brad Abrams [MSFT] | 1 | 22 |
|  | To avoid the possible hang of a DLL compiled with /clr it
should be compiled with /NOENTRY and an initialization
function should be added which is to...
klincky
|
01-08-2004 05:05 AM
klincky | 0 | 20 |
|  | Hi all,
hopefully this posted mail will be read by a microsoft
developer.
I'm writing a monitor application (native Win32), which
uses the...
hanno lewandowski
|
01-07-2004 03:31 PM
AT | 4 | 19 |
|  | Hi,
the app I'm working on uses some native code which I have MC++ wrappers for,
and major part is written in C#. When the app is shutting down,...
Ales Pour
|
01-07-2004 11:34 AM
Ales Pour | 2 | 19 |
|  | I want to extend the context menu item for a project in solution explorer of
VS IDE. Which object to use...?
-seeni
seeni
|
01-05-2004 09:23 PM
AT | 1 | 28 |
|  | Hello all,
Is there a way to take a user entered string and Compile it into a module or
function that I can use from within my program.
I want to...
Don Stewart
|
01-02-2004 11:07 AM
Jan Tielens | 1 | 44 |
|  | Hello,
i'm using the next code to read all properties and values
of the object :
System.Reflection.PropertyInfo PropertyInfo =...
Sérgio Formigo
|
01-01-2004 09:46 PM
Sérgio Formigo | 0 | 18 |
|  | Dear all:
I´m a bit confused after reading about exception handling in the ECMA
standard.
In Partition I, section 12.4.2, Exception handling, it...
AT
|
12-29-2003 09:36 PM
Dave | 1 | 18 |
|  | The nprof 0.5 alpha release is now available.
nprof is designed to be not only a fully-fledged profiler for .NET
applications, but also a complete...
Matthew Mastracci
|
12-29-2003 04:28 PM
Matthew Mastracci | 3 | 17 |
|  | hi,
I am a bit confused about .NET framework. Does the functions avaiable in
..NET call the underlying Win 32 APIs or the fuctions are implemented...
neo
|
12-29-2003 02:14 PM
Willy Denoyette [MVP] | 2 | 24 |
|  | I am using anakrino, but it is insufficient in some cases. I want another
decompiler that converts *.dll file to *.cs files with attributes in...
Umut Tezduyar
|
12-29-2003 01:20 PM
Mark Motherway | 4 | 16 |
|  | Powered by Microsoft .NET® Framework, SysPerf Framework is designed to be a low-cost and high-performance application monitoring solution....
SysPerf Team
|
12-28-2003 01:16 AM
SysPerf Team | 0 | 22 |
|  | I have a thread that sits in an infinite loop making a blocking socket
listen call. When incoming connections arrive they're fed into the
program,...
AT
|
12-27-2003 06:21 AM
Socket | 4 | 26 |
|  | I hope that this the appropriate newsgroup for this
posting.
I have a problem with a C# program that accesses eventlogs
on various servers (read...
Bryan Hunt
|
12-25-2003 11:34 AM
Bryan Hunt | 2 | 31 |