HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Framework (CLR) microsoft.public.dotnet.framework.clr


Discuss in the Dotnet Framework (CLR) forum.



Post New Thread
Threads in Forum : Dotnet Framework (CLR) Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
In a certain app, I want to sort file and folder names in the exact same order that explorer would show them (assuming it's set to order by name...
Lucvdv
02-21-2007 10:05 AM
Ben Voigt Go to last post
1 38
I started work on a serializer that requires I access private fields. I wrote some IL to access these private fields, but the resulting code triggers...
Nick Darnell
02-18-2007 09:20 PM
Nick Darnell Go to last post
0 35
I have the first release of my software ready to release! I only need to add the spit polish, such as the registration/activation process. It is...
cartoper@gmail.com
02-16-2007 04:42 PM
Jon Skeet [C# MVP] Go to last post
3 39
SafeHandle derives from the CriticalFinalizerObject class, so its finalizer code is executed in a constrained execution region (CER). When I...
Can
02-16-2007 10:44 AM
Can Go to last post
0 36
I have a need to debug both managed & unmanaged code , I am able to set a breakpoint in C#, after the program reach the breakpoint, I would like to...
johnxhc@gmail.com
02-15-2007 07:45 PM
Chris Mullins [MVP] Go to last post
1 35
The full error is 'could not load file or assembly 'Microsoft.ReportViewer.WinForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f... or one...
kblau
02-15-2007 10:02 AM
Ciaran O''Donnell Go to last post
1 38
I'm having problems with some IL code I'm emitting from a compiler I'm working on. I've narrowed down the problem and have recreated it in the...
Dave.NET
02-15-2007 05:48 AM
Laura T. Go to last post
4 37
I'm trying to use AppDomain to launch different versions of the same app from within the same host app. Each version of the application sits in a...
d72e4d
02-14-2007 06:56 PM
d72e4d Go to last post
0 28
Greetings, I have an application that must load various modules. Each module must be able to execute concurrently, so I'm spawning a thread and...
Shawn B.
02-13-2007 08:26 PM
Shawn B. Go to last post
11 61
Hi all Can I make games program by C++ either Native or CLI ? ..... how? Where I go or what's book I read to learn? Thanks...
WELCOME ###
02-13-2007 02:28 PM
Nip Go to last post
2 42
I am having an issue where Assembly.Load fails, even after installing a signed assembly to the GAC via the fusion.dll API. I have supplied a link to...
jc
02-12-2007 04:09 PM
Ben Voigt Go to last post
1 27
Hi, I am trying to solve a tutorial problem of mine where I am using the HttpWebRequest and HttpWebResponse objects to call MSN Search to retrieve...
Per [Pedalen]
02-08-2007 05:01 PM
Per [Pedalen] Go to last post
2 23
From beginner ..... Both "Window Form" & MFC (microsoft foundation calsses) / both of them accept " Controls " on them. Can any person tell me...
WELCOME ###
02-07-2007 02:00 PM
Ben Voigt Go to last post
1 46
I haven't found a way to retrieve a parameter's value using a StackTrace and Reflection. Have I missed something? TIA, Tim
Tim Pulley
02-07-2007 09:36 AM
Ben Voigt Go to last post
2 29
In article <OKcQqCkSHHA.1016 (AT) TK2MSFTNGP04 (DOT) phx.gbl>, vcreb (AT) hotmail (DOT) com says... Looks like there's a problem in the format of...
Victor Reboucas
02-07-2007 01:10 AM
Victor Reboucas Go to last post
3 34
..NETTers, The .NET application that I am working on runs as a Windows service. A separate command line client program needs to communicate with...
Pradeep
02-05-2007 06:46 AM
Vaishali D Go to last post
3 36
I created a c++/cli mfc regular dll to use a .NET assembly with a c++/MFC application. Therefore I used the /clr compiler option. If I use also...
FriedhelmEichin
02-02-2007 05:19 AM
FriedhelmEichin Go to last post
2 31
Can you elaborate this point a bit more? Or can you demonstrate me the way to modify my code? I just get confused here. Byref Byte should already...
SteveYau
02-01-2007 01:44 AM
SteveYau Go to last post
1 32
I've seen a number of people ask about memory footprint differences between x86 and x64 over the last few months. In the course of some recent...
Chris Mullins
01-30-2007 11:46 AM
Oliver Sturm Go to last post
3 45
I am doing some work with a client API via COM interop. I have reached the situation where after this call to their API: object someObj =...
Philip Daniels
01-22-2007 06:27 PM
me@foo.com Go to last post
2 41
Hello I've come across a strange problem: * I have a native (MFC) ISAPI application that loads several dll's at startup, including a mixed mode...
erlend.rotvik@gmail.com
01-22-2007 09:26 AM
erlend.rotvik@gmail.com Go to last post
0 34
Hi, Can anyone tell me why VirtualCallStubManager::FindStubManager(TADDR stubAddress, StubKind* bStubKind) returns type unknown and NULL as stub...
Skochkar
01-22-2007 06:00 AM
Skochkar Go to last post
1 30
There is a readily available small C# class called StringEnum. Just search for it on Google. You can decorate your enum as in the following...
MD
01-18-2007 06:01 PM
MD Go to last post
0 42
"JaiPrakash Sharma" <JaiPrakashSharma (AT) discussions (DOT) microsoft.com> wrote in message news:84BF6E20-C4BB-428C-84D9-64E4BA48ED8B (AT) microsoft...
Ben Voigt
01-17-2007 09:54 AM
Ben Voigt Go to last post
0 35
I have a VB project, and am trying to find a way to prove that each build from one set of source is the same as every other build from the same...
mhsampson@alltel.net
01-15-2007 05:05 PM
mhsampson@alltel.net Go to last post
0 38
Hi all, I am facing one wired problem while sending bunch of web request using webrequest class. what i am doing is processsing bunch of url at a...
trialproduct2004@yahoo.com
01-12-2007 10:39 AM
Vadym Stetsyak Go to last post
1 29
Hi, When I init a DirectorySecurity class and call AddAccessRule to add some security rules to a directory which is on a FAT32 drive, it succeeded...
DAXU@HOTMAIL.COM
01-12-2007 07:37 AM
DAXU@HOTMAIL.COM Go to last post
0 33
Hi Mike, Thank you for sharing the result with the community! Yep, Suzanne Cook is our CLR team's loader developer, I also learned a lot from his...
Mike Livenspargar
01-11-2007 10:01 PM
Jeffrey Tan[MSFT] Go to last post
4 41
My question falls under the category "I have written an application that works fine on my developer machine, but throws a SecurityException on...
Gerke M. Preussner
01-11-2007 04:39 AM
aleem076@gmail.com Go to last post
4 39
Hello everyone, Would anyone happen to know how the CLR determines what types are on the stack? Specifically, if I have the following code : void...
Anthony Paul
01-10-2007 12:45 PM
Barry Kelly Go to last post
5 38
I have a library file (.lib) which was developed in c++, I need to use this lib file into .net Can I convert the lib file into dll or is there any...
Umeshnath
01-09-2007 06:32 PM
William DePalo [MVP VC++] Go to last post
4 45
With generics I would like to get some opnions on when recompilation is required. I have a class R<T> where T will be changing and I want T to...
Kevin Burton
01-08-2007 10:10 AM
Ben Voigt Go to last post
1 34
I'm attempting to migrate a predominately MFC application that I've just inherited from Visual Studio.NET 2003 to Visual Studio 2005. I've managed to...
phnimx
01-07-2007 10:19 PM
Jeffrey Tan[MSFT] Go to last post
3 46
Hi, I have two web apps (e.g. A and B) that works fine independently. Virtually, they are: http://A http://B
Kevin L
01-06-2007 04:07 AM
Kevin L Go to last post
0 36
Hi there, When I run the following on my app's primary thread: System.Type.GetType("System.Windows.Forms.Form") It works as expected. If I then...
Larry Smith
01-05-2007 04:35 PM
cody Go to last post
19 70
Hi Hanna! Do you meen Control.CheckForIllegalCrossThreadCalls? This is a static property. If you set it to false, no Exceptions will be thrown when...
Günter Prossliner
01-04-2007 04:39 AM
Günter Prossliner Go to last post
0 38
* Windows Form * Language C++ Please who can tell me a good book dealing with the above elements ? Thank all. ================================
WELCOME ###
01-04-2007 02:01 AM
WELCOME ### Go to last post
0 28
Hanna <jebbushell (AT) yahoo (DOT) com> wrote: What do you think the difference in threading model between 1.1 and 2.0 is? -- Jon Skeet - <skeet...
Jon Skeet [C# MVP]
01-03-2007 04:39 PM
Jon Skeet [C# MVP] Go to last post
0 35
NOTE : DO NOT EMAIL ON FORUMS, EMAIL ME DIRECTLY ON MY EMAIL ADDRESS FROM THIS LIST ! EMAIL : william2428656 (AT) yahoo (DOT) com No Date...
WILLIAMS
01-02-2007 11:04 PM
WILLIAMS Go to last post
0 46
NOTE : DO NOT EMAIL ON FORUMS, EMAIL ME DIRECTLY ON MY EMAIL ADDRESS FROM THIS LIST ! EMAIL : william2428656 (AT) yahoo (DOT) com No Date...
WILLIAMS
01-02-2007 11:04 PM
WILLIAMS Go to last post
0 42
I guess I am just uneasy with the use of "ownership" here. Which means something very specific in terms of objects like mutex or monitor which...
Loy
12-28-2006 04:43 PM
William Stacey [C# MVP] Go to last post
12 77
"Olav" <Olav (AT) discussions (DOT) microsoft.com> wrote That is prohibited in standard C++, string literals are stored in constant memory and you...
Ben Voigt
12-27-2006 06:07 PM
Ben Voigt Go to last post
0 44
I can't reproduce anything like that. Have you overloaded operator= somewhere that's causing the stack overflow? -- Browse...
Peter Ritchie [C# MVP]
12-26-2006 09:33 PM
Peter Ritchie [C# MVP] Go to last post
0 35
I'm instantiating with a new. This command line app throws the exception: using System; using System.Runtime.InteropServices; namespace...
dpirkle
12-21-2006 10:41 PM
dpirkle Go to last post
0 37
Please comment on the following code fragment. Note the "WHY"? Particularly, (1) why does referencing and dereferencing a pointer give the same...
raylopez99
12-19-2006 06:02 AM
raylopez99 Go to last post
4 57
Gabriel Lozano-Morán wrote: I looked at task manager after double clicking a test.exe created in VS ..Net 2003, i could not find MSCoree.exe. ...
Deepabh
12-13-2006 09:56 AM
Willy Denoyette [MVP] Go to last post
6 44
ANYOTHER NEEDS ALSO CONTACT ME.I WILL HELP YOU TO GET THAT TEKLA XSTEEL V 12 DOWNLOAD LINK. http://www.sendspace.com/file/zem32r
kain razial
12-12-2006 05:23 PM
kain razial Go to last post
0 34
Hello All, Is it only a best practice to use "AS" or "IS" or are there any performance benefits to using these over explicit casting? Thanks for...
Diffident
12-11-2006 01:13 PM
Ben Voigt Go to last post
3 36
What's good source that I can read about " "Controls" ,usage and designing? Thanks. =========================
WELCOME ###
12-08-2006 11:42 AM
RobinS Go to last post
2 60
I have a persistence class with one dababase connection and no other member objects that need management. For reasons that are not necessary to...
Brad Wood
12-07-2006 04:46 PM
Brad Wood Go to last post
3 34
Post New Thread

Display Options
Showing threads 201 to 250 of 2241
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.