| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | I've got third party library (unmanaged code) which creates objects.
Those objects have thread specific data.
If I create a wrapper for .net...
Ismo Salonen
|
08-31-2006 10:23 AM
Marcus Heege | 1 | 30 |
|  | I create multiple STA threads and start them. Once I have started all
the threads in my main thread I need to wait till all of them are done.
To wait...
Sandeep
|
08-30-2006 03:06 PM
Sandeep | 0 | 24 |
|  | I have a .net application migrated from 2003 to 2005.In the new version 2005
of .Net,a new parameter has been introduced for this method which is...
Balaji Narayanan
|
08-30-2006 07:29 AM
Balaji Narayanan | 0 | 23 |
|  | I have an app that i am writing, that references the assemblies of
microsofts powershells. I can compile and run against the versions that
microsoft...
klumsy@xtra.co.nz
|
08-30-2006 02:15 AM
klumsy@xtra.co.nz | 0 | 24 |
|  | In the SDK docs there is a GetDomainNeutralAssemblies method defined for the
IHostControl interface. However, in the SDK headers the method does not...
Jeremy
|
08-29-2006 10:53 PM
Jeremy | 0 | 21 |
|  | Hi!
Is there any way to stop crashing the default appdomain if there is an
unhandled exception in a secondary (child) appdomain? Writing unmanaged...
ultimA
|
08-28-2006 03:08 PM
Greg Young | 2 | 19 |
|  | Hi,
I have an issue on production box and I got a crash dump using ADPlus. I am
trying to analyze the exception and got an object dump for exception...
Hiten
|
08-28-2006 12:53 PM
Greg Young | 9 | 35 |
|  | I have to change nvarchar(4000)to nvarchar(max) every time, is there a way
so it can register string with nvarchar(max)?
thanks
davidw
|
08-28-2006 12:57 AM
davidw | 0 | 24 |
|  | Hallo,
I wrote a complex XSD-Schema for validating complex XML files. By
validating xs:int elements XmlValidatingReader does not validate...
nshala@gmx.de
|
08-25-2006 08:00 AM
nshala@gmx.de | 2 | 17 |
|  | I am getting OutOfMemory exception when using databound Combo Box control
with a dataset. Message is "Too many items in combo box". Its happening...
Hiten
|
08-23-2006 10:46 AM
Hiten | 0 | 27 |
|  | After creating my policy file assembly I find that I cannot install it into
the GAC without the corresponding xml configuration file. The...
Scott Holman
|
08-23-2006 12:02 AM
Raymond Yuen | 4 | 23 |
|  | I'd like to find a way to use the AssemblyResolve callback to resolve all
types, not just those that the loader cant find via probing. Is there a...
john conwell
|
08-22-2006 08:36 PM
Greg Young | 1 | 25 |
|  | Does anyone know the status of an updated version of sos.dll for .NET
2.0?
A new version of Debugging Tools for Windows was released on July...
KerryJenkins (AT) gmail (DOT) com
|
08-19-2006 05:30 AM
Willy Denoyette [MVP] | 1 | 32 |
|  | Hi,
I have two questions about managed/native thread affinity in applications
hosted by ASP.NET, running under version 2.0 of the .NET...
zhangrusi
|
08-19-2006 05:24 AM
Willy Denoyette [MVP] | 1 | 33 |
|  | We've got a nasty out-of-memory problem which is currently evading
capture. It occurs when there appears to be plenty of memory left. I've
been...
AJ
|
08-19-2006 05:11 AM
Willy Denoyette [MVP] | 3 | 33 |
|  | I am writing a debugging class that will drill into a class and dump
all the fields in the class. How can I determine if a field is an
object that...
Sam Carleton
|
08-18-2006 07:12 AM
radical@gmail.com | 3 | 26 |
|  | Hi All
i am getting an error in remoting proxies like the below :
Exception rethrown at :
at...
SenthilVel
|
08-18-2006 05:01 AM
SenthilVel | 0 | 20 |
|  | Hi.
I have posted this on the windbg newsgroup, but the guys there told me I
should post it here. So... I am having problems debugging an...
McLaurentiu
|
08-17-2006 04:25 AM
McLaurentiu | 0 | 32 |
|  | Does anyone kown how to convert Image to Icon and Icon to Image easily?
Thanks.
tokinka
|
08-16-2006 08:01 PM
tokinka | 1 | 27 |
|  | I tend to build high performance system, and when doing this stateless
programming is at a premium. This often means all of the public methods on...
Chris Mullins
|
08-16-2006 02:48 AM
Chris Nahr | 11 | 30 |
|  | Thank you very much for your code.
Of course.
--
Francois PIETTE
http://www.overbyte.be
"David Levine" <SnipHereDlevinenntp2AndHere (AT) wi (DOT)...
Francois PIETTE
|
08-16-2006 02:34 AM
Jeffrey Tan[MSFT] | 20 | 68 |
|  | Hi,
Wondering if anyone can make better sense of this app dump than I.
Working on app that perioldiclly hangs, with maxed out cpu. The app...
John Aldrin
|
08-16-2006 01:29 AM
Jeffrey Tan[MSFT] | 7 | 26 |
|  | Hello All,
I had a solution composed of managed/unmanaged C++ , C# projects. It builds
with no problem in VS2003 but after converting the solution...
Tammam
|
08-14-2006 10:21 AM
Tammam | 0 | 24 |
|  | Hello,
I need to be able to catch clr exceptions in unmanaged code. Anyone
know how to do that?
I'm able to catch native types, so there is...
Erlend
|
08-14-2006 02:54 AM
Erlend | 4 | 18 |
|  | Hi,
I have been working on dynamic method generation. My code has been
working fine for most cases however I don't seem to be able to execute
a...
behnazb@gmail.com
|
08-12-2006 06:31 PM
Barry Kelly | 1 | 23 |
|  | Hi Vadym,
Thanks for your answer, it really helped!
I personally find the second method (with the calculations) a bit more
elegant.
Thanks...
Yonatan
|
08-07-2006 06:00 AM
Yonatan | 1 | 20 |
|  | Hi,
Is there a way to load different versions of CLR into one process? We need
this in order to be able to use .Net 2 add-ins and .Net 1 add-ins in...
Ruslan Popov
|
08-06-2006 09:55 PM
AT | 11 | 49 |
|  | Hello guys,
Recently I've tried to load an assembly from a byte stream using the
method Load(Byte rawAssembly). The test assembly was a...
Graven
|
08-05-2006 08:16 AM
Graven | 3 | 30 |
|  | Hi everybody!
As we all know, die Garbage Collector minimizes the time needed for a
collection by using generations. When an object remains...
Günter Prossliner
|
08-03-2006 12:43 PM
Greg Young | 6 | 20 |
|  | Hi ,
I need some information / clarification wrt to above mentioned GC methods , which we can call in our program to halt the thread
execution till...
Mrinal
|
08-02-2006 12:35 PM
Phil Wilson | 3 | 25 |
|  | Copied from:
http://groups.google.com/group/microsoft.public.windbg/browse_thread/thread/2c5ad160dd22be7f?
In VS you can expand the collection and...
Loy
|
08-01-2006 10:56 AM
Loy | 2 | 24 |
|  | Hi,
I am developing an application that loads at runtime executable
code, investigates it and catalogs it (stores some information about
it).
When...
AT
|
07-31-2006 02:20 PM
AT | 2 | 30 |
|  | Is it possible to have a different value for Application.StartupPath in
child AppDomains?
Preferably, each AppDomain's startup path should be the...
AT
|
07-28-2006 10:18 AM
AT | 0 | 26 |
|  | Thought this was a better forum for this question:
I've got a simple console app which just assigns 6 to an int and prints out
the value. The IL...
Ben R.
|
07-27-2006 10:48 AM
Barry Kelly | 4 | 20 |
|  | 1) Could someone tell me what are the steps invloved when the CLR loads
private assemblies on application startup (The assemblies are added to...
Naveen
|
07-27-2006 09:10 AM
Frank Hileman | 4 | 21 |
|  | I create .NET usercontrol that runs under IE. In the usercontrol I need
create a object from a registered third-part component. The component...
davidw
|
07-26-2006 10:53 PM
davidw | 0 | 37 |
|  | Thought this was a better forum for this question:
Hi,
I'm referring...
Ben R.
|
07-26-2006 06:23 PM
Barry Kelly | 1 | 23 |
|  | Who knows, which .NET assembly/class has 'using' inside?
I've tried to check several classes with Reflector but found nothig.
I wonder whether .net...
Michael Nemtsev
|
07-23-2006 04:09 PM
Barry Kelly | 6 | 41 |
|  | Hello,
What is the best way to recycle threads (and/or increase the number
allotted threads) from the thread pool. I have c# chat service...
AT
|
07-21-2006 12:20 PM
Chris Mullins | 3 | 28 |
|  | The aim of my app is to auto-generate classes by System.Reflection.Emit.
Let's say that the targeted auto generated class should look like...
Edgile
|
07-21-2006 09:23 AM
Barry Kelly | 9 | 43 |
|  | Kader;
soru:madem,herşey bir kader defterinde yazılı ve herşey ona göre
oluyor.o halde insanlar niçin cehenneme gidiyor?
cevap:evet herşey bir kader...
faruk.nur
|
07-21-2006 06:11 AM
faruk.nur | 0 | 38 |
|  | Within a native C++ app , I need to be able to generate a hash for a given
string that matches the hash that the same string returns from the .NET...
ALV
|
07-19-2006 02:48 PM
Jon Skeet [C# MVP] | 7 | 25 |
|  | I filed a bug report and got the very unhelpful response that I should ask
here in the newsgroups for a workaround so here I am. If someone...
AndrewEames
|
07-17-2006 04:49 PM
David Browne | 7 | 35 |
|  | We have a .NET application which is obviously using nearly 500MB memory and
we can't understand why. I created a dump for a different issue and...
Matt Adamson
|
07-16-2006 07:07 PM
Chris Mullins | 21 | 91 |
|  | I have a MFC app that was developed with VC++ 2003 7.1 . I have now
upgraded to VC++ 2005 8.0. Eventually I plan on using a Windows Form
Control and...
Jacquie
|
07-15-2006 06:31 AM
Jochen Kalmbach [MVP] | 2 | 22 |
|  | Is there any way to examine a given thread's stack? As in, the list of
variables currently accessible by the executing code on a given thread,...
William Sullivan
|
07-14-2006 04:19 PM
Peter Ritchie [MVP] | 5 | 38 |
|  | Using VC++, has anyone been able to load images into the Resource file then
extract them to use on your form?
I can get this to work in C Sharp or...
poojo hackma
|
07-14-2006 01:40 PM
poojo hackma | 0 | 28 |
|  | I created a small application that does nothing other than bringing a
process up when ever it fails. It needs clr support. I compiled and
created the...
AT
|
07-14-2006 01:15 PM
Deepz | 2 | 41 |
|  | I created a small application that does nothing other than bringing a
process up when ever it fails. It needs clr support. I compiled and
created the...
AT
|
07-13-2006 03:33 PM
AT | 0 | 21 |
|  | The MSDN documentation, along with various articles online, such as this...
asanford
|
07-13-2006 03:35 AM
AT | 7 | 42 |