| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hi,
We are relying on some behaviors of the CLR which are apparently available
only with the REDBITS revisions of the 2.0 CLR. Will the revisions...
Rory Plaire
|
10-17-2007 04:10 PM
codekaizen | 2 | 6 |
|  | it seems we have encountered a problem in the Microsoft .NET Common Language
Runtime library for Windows Workstation, i.e. "mscorwks.dll". Our...
=?Utf-8?B?Sm9obi5LLkFtZXM=?=
|
10-15-2007 07:35 AM
SCM_Dude | 4 | 10 |
|  | The EventLog.CreateEventSource() call creates an event source in Event
Viewer if it does not exist. However, the defaults that it uses for the
Event...
Ken Varn
|
10-10-2007 04:01 PM
Nate Bolam | 2 | 27 |
|  | It is possible to declare and use/instantiate a class with a
uninitialized readonly field without even a compiler warning. Why don't
I get...
cody
|
10-08-2007 03:09 PM
cody | 4 | 10 |
|  | Hi
I have spent enough time and desperately need some help.
This is what I am trying to do-
We have 3 layers -
1. Unamanged - 3rd Party MFC...
Sri
|
10-08-2007 12:31 PM
Sri | 0 | 8 |
|  | Can I generate P/Invoke methods using CodeDom?
Thanks,
Ram Shriram
Ram Shriram
|
10-05-2007 10:40 PM
Ram Shriram | 2 | 16 |
|  | I have an issue on memory utilization in ASP.NET with C#.
When we open the application memory utilization will be around 20MB and if
traverse through...
Kumar.A.P.P
|
10-04-2007 03:16 PM
Chris Mullins [MVP - C#] | 2 | 12 |
|  | I'm trying to locate a memory leak..
I've a test app which creates an instance of a big class, null's the
reference, then calls GC.Collect() a few...
AJ
|
10-02-2007 05:22 PM
Chris Mullins [MVP - C#] | 2 | 12 |
|  | Hi all,
I have unmanaged code written in VC++ and i have to port it to VC.Net i.e to
make it compatible with .Net environment. Please suggest me how...
Dipesh_Sharma
|
10-02-2007 05:03 PM
Vadym Stetsiak | 1 | 8 |
|  | Is there any way to detect/count the number of application defined
foreground threads that are currently active?
Background: We have a library that...
Doug Semler
|
10-02-2007 05:00 PM
Vadym Stetsiak | 1 | 7 |
|  | Is there an existing means of starting a FileStream at a given offset
into a file? That is, can the origin be set somewhere other than the
beginning...
Lee Crabtree
|
09-28-2007 05:56 PM
Doug Semler | 9 | 10 |
|  | Hello,
I am extending a previously created code generator I built using CodeDom but
I have run into an issue. It seems as if it should be possible...
bthubbard
|
09-28-2007 01:58 PM
bthubbard | 0 | 8 |
|  | hi,
i've a requirement to scan the registry keys programatically in a console
application and read the data of the keys..
given a registry key,...
AVL
|
09-27-2007 04:53 AM
Günter Prossliner | 2 | 33 |
|  | Am having VS2005 on W2K3.
The definition of this "Bytes in All Heaps" is the sum of all the
heaps(Gen0+Gen1+Gen2+LOH). I could observe the value of...
doom
|
09-24-2007 07:35 AM
Willy Denoyette [MVP] | 2 | 53 |
|  | I'm looking for information to help debug the following message in the System
Event log:
..NET Runtime version 2.0.50727.42 - CLR 2.0 does not...
TonyB
|
09-19-2007 01:47 AM
Jon Skeet [C# MVP] | 3 | 38 |
|  | Hi.. I have Visual Studio Standard edition and I wish to develpment a CLR
store procedure but I don't find the database project template.
Is...
Font
|
09-18-2007 07:43 AM
Ben Schwehn | 1 | 5 |
|  | Hello everyone,
I have a little app the generates and saves assemblies on the fly, similarly
to xsd.exe. While xsd.exe creates you source code, my...
Edgile
|
09-13-2007 07:07 AM
Phill W. | 5 | 6 |
|  | I have only intermittent success with debugging CLR stored procs. Sometimes
it works, and sometimes it does not.
When debugging does not start, the...
Ron
|
09-11-2007 11:12 AM
Ron | 0 | 8 |
|  | As long as you have the exe in a local folder (ie, not in a folder in a
mapped network drive) your program should not have any problem in...
Nimesh
|
09-09-2007 08:56 AM
Nimesh | 0 | 7 |
|  | Hi
I was wandering if anyone knows what the effect of calling Assembly.Load()
mutiple times for the same assembly will be in regard to loading the...
=?Utf-8?B?QUw=?=
|
08-15-2007 05:34 AM
=?Utf-8?B?QUw=?= | 0 | 7 |
|  | This is probably a very basic question, but I cannot seem to find any
Microsoft documentation regarding the answer.
Is there a new version of the...
=?Utf-8?B?RGFuIEVkZ2Fy?=
|
08-13-2007 10:44 AM
coryplotts@gmail.com | 2 | 7 |
|  | Hello,
I am interested in calling managed code from an unmanaged app. I have been
able to do it using a C++ wrapper to call in to a C# dll...
Schemer
|
08-10-2007 10:34 PM
Jeffrey Tan[MSFT] | 4 | 11 |
|  | Any idea why I got like this...
Ken
|
08-10-2007 04:54 PM
Ken | 0 | 6 |
|  | Hi,
I have mdMethodDef and IMetaDataImport. I can use to to figure out
the name and class of the
method using GetMethodProps.
How do I find the...
jyoti.swarup@gmail.com
|
08-09-2007 02:30 AM
Günter Prossliner | 4 | 8 |
|  | Hello,
I have an ASP.Net app pulling a large XML stream (50 MB) and loading into an
XmlDocument object. Doing so seems to allocate several hundred...
=?Utf-8?B?TWlrZQ==?=
|
08-02-2007 12:39 PM
Ben Voigt [C++ MVP] | 4 | 7 |
|  | #include<iostream>
using namespace std;
class A
{
public:
void display()
{
cout<<"A display"<<endl;
}
srini4vasan@gmail.com
|
08-02-2007 12:36 PM
Ben Voigt [C++ MVP] | 2 | 7 |
|  | I have this strange problem with the CLR memory usage.
Now I have 2 .NET applications where the CLR at least wants a lot of memory,
they actually do...
=?Utf-8?B?ZXJpayBhdCBTdGFyY291bnRlcg==?=
|
08-01-2007 07:02 AM
=?Utf-8?B?ZXJpayBhdCBTdGFyY291bnRlcg==?= | 0 | 4 |
|  | Hi
i wanted to ask if somebody can tell me a method or a concept to load up an
assembly similar like with ICLRRuntimeHost->ExecuteInDefaultAppDomain...
Richard Grabner
|
08-01-2007 02:20 AM
Richard Grabner | 0 | 6 |
|  | what is the advantage of weaf referace?
basically CLR allocate the memory from short/long weak referance table base
and the memory will be collected...
=?Utf-8?B?QXJ0cmFsYXJhc3U=?=
|
07-30-2007 05:55 AM
=?UTF-8?B?R8O2cmFuIEFuZGVyc3Nvbg==?= | 1 | 5 |
|  | Is it possible to create a new code group based on path?
For example, the default gives full trust to local programs. Is it possible
to retain full...
dbuskirk
|
07-27-2007 12:56 PM
sam.j.moorhouse@gmail.com | 1 | 7 |
|  | #include<iostream>
using namespace std;
class A
{
public:
void display()
{
cout<<"A display"<<endl;
}
srini4vasan@gmail.com
|
07-26-2007 07:04 AM
srini4vasan@gmail.com | 0 | 7 |
|  | while performing JIT compialtion, The MSIL code will be converted to native
code but how the native code will modify the assembly?
is that exe/dll...
=?Utf-8?B?QXJ0cmFsYXJhc3U=?=
|
07-26-2007 05:51 AM
Phill W. | 3 | 7 |
|  | Hello,
I'm not able to figure out how to collect/ dispose classes based on
System.Windows.Forms.Control. Under Windows CE the memory will fill up...
=?Utf-8?B?QXJtaW4=?=
|
07-26-2007 12:22 AM
=?Utf-8?B?QXJtaW4=?= | 0 | 6 |
|  | I am having a problem with a deployed application that is throwing a
System.IO.PathTooLongException when using IsolatedStorage to read /...
=?Utf-8?B?Q3JhaWcgQWRhbXM=?=
|
07-25-2007 04:10 PM
=?Utf-8?B?Q3JhaWcgQWRhbXM=?= | 0 | 8 |
|  | Hi,
while surfing i got some blog about IronRuby from where i get to know
about DLR. I started reading it...
Muhammad Ali
|
07-24-2007 01:59 PM
Jon Skeet [C# MVP] | 1 | 9 |
|  | Hi All,
I guess Windows API calls are unmanaged. Then how does CLR manage when a
such a call is made in a safe code block?
Plz. throw some light on...
=?Utf-8?B?WmlhbmdpIEpvbmVz?=
|
07-22-2007 05:11 PM
Ben Voigt [C++ MVP] | 1 | 4 |
|  | Hi Göran,
I really appreciate your help. I learn a new way to deal with DateTime
which is (Int32 CurHour = System::DateTime::Now.Hour), but now I...
Allen Maki
|
07-22-2007 12:23 AM
Allen Maki | 1 | 6 |
|  | Hi,
I am working on a program that has a kind of plugin architecture, and I am
having a problem that I hope someone here can help me with.
The main...
=?Utf-8?B?RG91ZyBTYWxvbW9u?=
|
07-18-2007 09:42 AM
=?Utf-8?B?RG91ZyBTYWxvbW9u?= | 1 | 10 |
|  | I build what I believe to be an MSIL assembly named ingdnp.dll. It
installs with no reported installation errors on a test machine
(ultimately,...
toduro
|
07-18-2007 12:05 AM
toduro | 0 | 18 |
|  | I read the book "Customizing the MS .NET Framework CLR" By Steven
Pratschner. It describes how to host the CLR in an application for example
the way...
Todor Todorov
|
07-15-2007 08:29 PM
Steven Cheng[MSFT] | 7 | 8 |
|  | Hi Goran,
I tried to find a release mode, but could not find it. I am using V C++
..NET 2003.
Thanks.
"Göran Andersson" <guffa (AT) guffa (DOT)...
Allen Maki
|
07-12-2007 08:28 PM
Allen Maki | 2 | 3 |
|  | Hi,
I have an application running on windows XP,
I'm getting, quite frequently, an wmi error.
WHen I looked in the wmi log i saw it was error...
=?Utf-8?B?cmVuaWw=?=
|
07-11-2007 07:06 AM
=?Utf-8?B?cmVuaWw=?= | 0 | 10 |
|  | We are having re-entrancy problems with Monitor.Wait on Vista. Whenever you
do managed blocking in an STA, there is some potential message pumping...
=?Utf-8?B?c3B1cmRvZw==?=
|
07-10-2007 01:20 PM
=?Utf-8?B?UGV0ZXIgUml0Y2hpZSBbQyMgTVZQXQ==?= | 1 | 8 |
|  | That's why I asked if you can pass stop flag to another thread. Then you can
Sleep on this flag.
If you can't change coding for threads to pause,...
AlexS
|
07-10-2007 01:20 PM
=?Utf-8?B?UGV0ZXIgUml0Y2hpZSBbQyMgTVZQXQ==?= | 2 | 8 |
|  | Hi,
I would like to enforce loading all referenced assemblies at start up in
order to investigate them via Reflection. However, those...
=?Utf-8?B?RWRnaWxl?=
|
07-08-2007 02:38 AM
Marc Gravell | 6 | 8 |
|  | Why not?
Is it not possible that the GC will be triggered before I exit the method?
(Which means all unused objects, defined within the scope of the...
Amir Shitrit
|
07-06-2007 07:26 PM
=?UTF-8?B?R8O2cmFuIEFuZGVyc3Nvbg==?= | 11 | 192 |
|  | Hi,
Why actually to use language-specific keywords for common CTS datatypes -
like 'string' for 'String'?
Thx
yapann
|
07-03-2007 09:03 AM
yapann | 0 | 9 |
|  | Hello , i have developed an asp.net application that uses too many nested
loops.
Unfortunately .net realizes this as System.StackOverflow exception....
=?Utf-8?B?V29vZGVuU1dvcmQ=?=
|
07-03-2007 08:14 AM
=?Utf-8?B?V29vZGVuU1dvcmQ=?= | 0 | 7 |
|  | Is it possible to expose an event as a property? I want to be able to
bubble up events from a class that my class references as a member...
Ken Varn
|
07-02-2007 03:00 PM
Jon Skeet [C# MVP] | 1 | 8 |
|  | Hi,
I've installed a number of assemblies into the GAC (using gacutil) and then
used nGen on them (nGen install) but can see no change in the memory...
Nick John
|
07-01-2007 06:35 PM
Nick John | 2 | 7 |