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     
Hello, we have written a VB.NET windows service application for reading OLEDB data sources on x64 machines. The service EXE itself is compiled...
MJ
06-29-2007 01:51 PM
MJ Go to last post
2 8
Greetings, Why is lock-free programming more efficient than using monitors or mutex? What is it that makes lock-free programming more efficient? ...
Shawn B.
06-29-2007 12:38 PM
Jon Skeet [C# MVP] Go to last post
7 10
A Windows Service can be set to take a couple of different actions when there is a failure - Take No Action, Restart the service, Run a program, or...
=?Utf-8?B?SmltIFNwaW5r?=
06-28-2007 11:00 AM
=?Utf-8?B?SmltIFNwaW5r?= Go to last post
0 11
Hi, We are having a problem when trying to run AppVerifier on our software. The problem occurs when we...
=?Utf-8?B?RGFyb24gV2lsbGlmb3Jk?=
06-27-2007 12:14 PM
=?Utf-8?B?RGFyb24gV2lsbGlmb3Jk?= Go to last post
0 11
Hello, I am automating Internet Explorer in order to do some simple automated testing of a web application. How do I invoke Javascript functions...
Matthew Lock
06-26-2007 11:42 PM
Matthew Lock Go to last post
3 7
Hello there. I'll try to describe shortly my problem, hoping you can help me to find a solution to it. I have a C function like this: static...
antuantuan
06-26-2007 09:30 AM
antuantuan Go to last post
0 8
I created web application using ASP.NET 2.0. that application located in three different servers. only one application in a certain server does work...
Ken
06-25-2007 11:01 AM
Ken Go to last post
0 9
The windows service is ComVisible and has the ClassInterfaceType.AutoDual set. Code: <Assembly: ComVisible(True)> <ComVisible(True)>...
=?Utf-8?B?R2VydCBVbnRlcmhvZmVy?=
06-25-2007 07:51 AM
=?Utf-8?B?R2VydCBVbnRlcmhvZmVy?= Go to last post
2 8
Hi All, I'm new at using AppDomain and had a few questions. I was trying to put together a sample project. The gist of it is as follows. There...
bormesh@gmail.com
06-22-2007 04:50 PM
bormesh@gmail.com Go to last post
0 7
I'm trying to use the IThumbnailCache COM interface to query Vista's system thumbnail cache. Unfortunately there's no type library for it. Here's...
Tim Haughton
06-20-2007 10:07 AM
Nicholas Paldino [.NET/C# MVP] Go to last post
1 11
Is there a way of finding out how many exceptions are "still in the air" - that is, have not yet been handled. I have several pieces of library code...
trevors_decoy@hotmail.com
06-20-2007 03:14 AM
trevors_decoy@hotmail.com Go to last post
0 9
We have a remote server application called from a client application. The server application is a .NET application but built with COM supportability...
=?Utf-8?B?VmVyYQ==?=
06-18-2007 09:50 PM
Rick Strahl [MVP] Go to last post
1 13
Hello all. I'm currently building a memory manager supporting the feature that should memory be needed by a certain unmanaged component and the...
=?Utf-8?B?ZXJpayBhdCBTdGFyY291bnRlcg==?=
06-14-2007 10:42 AM
=?Utf-8?B?ZXJpayBhdCBTdGFyY291bnRlcg==?= Go to last post
0 11
Hi, How to resolve this problem? when i am debugging my application i got the following error. Unable to fix the problem. Need your...
=?Utf-8?B?U3JpbWFu?=
06-14-2007 08:56 AM
Brian Gideon Go to last post
1 12
Hi, I have a question. I have a DLL created in C that does some file conversion. I have gone through the code to ensure that it is thread-safe, i.e....
=?Utf-8?B?SkE=?=
06-12-2007 10:18 AM
arbingersys@gmail.com Go to last post
8 9
Posted an issue I got on Boost user mailing list a few days ago and Boost.Program_Options maintainer suggested to ask a VC++/CLR expert: Hi, When I...
jean.daniel.michaud@gmail.com
06-05-2007 01:07 PM
jean.daniel.michaud@gmail.com Go to last post
2 11
We have a project in .NET 1.1 , some of the .NET methods take COM interface reference pointer as a parameter, somehow we have to...
johnxhc@gmail.com
06-04-2007 12:36 PM
Ben Voigt [C++ MVP] Go to last post
2 37
/* Console::WriteLine() I am trying to use message box instead of Console::WriteLine() to upgrade my code from just using the console to...
Allen Maki
06-04-2007 12:30 PM
Ben Voigt [C++ MVP] Go to last post
4 10
Hi all, I have a big problem. I have a console applciation that has a thread inside. No Console.xx is done inside the thread. Sometime (once every...
=?Utf-8?B?TW9yaUNyaXN0aWFu?=
06-04-2007 04:20 AM
Jeffrey Tan[MSFT] Go to last post
11 20
Hi, I'm looking for a free ildasm.exe. meaning: - command line - produce IL that can be compiled back using ilasm.exe - free to...
gilad
06-03-2007 01:04 PM
Barry Kelly Go to last post
1 12
Hi, Anybody has ever needed to copy a very long array (more than Int32.MaxValue elements) on x64? I found this solution private static void...
=?Utf-8?B?THVjYSBNYXJ0aW5ldHRpIC0gUGhhdHNvZnQ=?=
06-01-2007 05:28 PM
Marc Gravell Go to last post
12 18
From the MSDN topic on DynamicMethod I've been able to create a very simple dynamic method. Following the sample code for DynamicMethod, my method...
Mark_Parker
05-26-2007 03:26 AM
Smartkid Go to last post
4 40
Hi, I have a class that should create some methods at runtime. This method only must call another method, already implemented, passing...
Vinícius Strasser
05-24-2007 04:19 PM
Jesse Houwing Go to last post
5 42
I'm very pleased to announce that Foundations of F#, the first book to be published on the F# programming, will finish its first printing run,...
robert@strangelights.com
05-24-2007 12:24 PM
robert@strangelights.com Go to last post
0 32
Hi every body. The code written down (by C++/ CLR console). How can I compile it by Windows Form. Can any persn wants to help?? Thanks
WELCOME ###
05-23-2007 09:19 PM
Ashot Geodakov Go to last post
1 36
Is it true that delegates are internally invoked using reflection? I know that every delegate class has the Method property of type MethodInfo, but...
Amir Shitrit
05-23-2007 02:35 AM
Manish Bafna Go to last post
3 36
Hi, I'm experiencing some kind of thread behavior problem in a WinForms app in Vb.Net 2.0. Actually I'm doing some huge interop using DirectShow to...
Victor Reboucas
05-22-2007 08:56 PM
Victor Reboucas Go to last post
1 35
We have a VSTO Word Template application that was built using VS2003, and it runs fine on both desktops and laptops. However, when we try to run it...
Matt
05-22-2007 11:16 AM
Matt Go to last post
2 39
Hi. In what cases is it possible that the GC will collect an object while a member of that object is still running? Could it happen when I create an...
Amir Shitrit
05-22-2007 12:44 AM
Barry Kelly Go to last post
14 62
I was looking at some of the Framework code using the .NET Reflector. There're some places where there're these Label_xxxx lines, e.g.: ...... if...
Bob
05-21-2007 01:15 AM
Barry Kelly Go to last post
1 28
Suppose that an exception occured at unmamaged code, and unfortunately didn't get caught where it should be caught, finally it's caught by the...
dotNeter
05-20-2007 04:27 AM
Gaurav Khanna [MSFT] Go to last post
1 57
Hi, In the program below there is two instances of the string "output.exe" and if I change the latter one to "output1.exe" the program breaks (the...
martin
05-19-2007 01:36 PM
martin Go to last post
0 31
Hi, I'm debugging some code running on Windows 2003 R2, .Net 1.1 as windows service. The code parses medium sized (ca 1,5MB) csv files. Recently...
Sjors
05-18-2007 06:23 AM
Sjors Go to last post
2 33
I think I asked a similar question previously, but I can no longer find the post. My company is trying to use the .Net framework with some...
Jonathan Chambers
05-17-2007 09:27 AM
Laura T. Go to last post
5 53
Here is my case. In unmamaged code, I wrote code as, RaiseException(MYEXCETIONTYPE, ....); Thereafter the exception finally got caught by managed...
dotNeter
05-17-2007 07:33 AM
Phill W. Go to last post
3 36
Dear Group, I have got some XML code which I need to send from my SQL Server database to some remote application server via POST method....
acx@centrum.cz
05-16-2007 03:17 PM
Egghead Go to last post
5 37
Hi all How can I do "web site" or "Web developer" by using C++. I tried using Visual studio 2005. I could not do it because C++ language not...
WELCOME ###
05-16-2007 10:11 AM
Ben Voigt Go to last post
2 66
I've got a quick question that's been bugging me for a long, long time: Let's say I've got a member variable (in a heavily threaded app): private...
Chris Mullins [MVP]
05-15-2007 06:28 PM
Barry Kelly Go to last post
46 284
Hello Everybody! I am currently developing a Versioning - Policy, which shall be something like: * For compatible Changes only change the...
Günter Prossliner
05-14-2007 04:31 AM
Günter Prossliner Go to last post
0 56
Hello every one. The following is code built by C++ \ CLI . It's built well : -------------------------------------------------- #include...
WELCOME ###
05-11-2007 11:08 AM
LOST Go to last post
1 35
Hi all From Beginner: The below is simple program written with C++/ CLR Console; showing the weights for each of 3 persons...
WELCOME ###
05-09-2007 03:43 AM
WELCOME ### Go to last post
0 29
Apologies for the length of this problem statement but it is a bit complicated and I just wanted to be as thorough as possible. Also, code samples...
fawad.karim@gmail.com
05-08-2007 04:44 PM
fawad.karim@gmail.com Go to last post
0 31
Hi, Managed Spy is a wonderful tool and really it helped a lot . It is working fine with VS2005. But I am facing some probelm with VS2003. I have...
mohan@tek.com
05-08-2007 05:27 AM
mohan@tek.com Go to last post
0 74
Can any body fix this code ?? =============================== #include "stdafx.h" #include "cstdlib" using namespace System;
WELCOME ###
05-07-2007 10:13 PM
WELCOME ### Go to last post
0 49
Hi all From Beginner: The below is simple program written with C++/ CLR Console; showing the weights for each of 3 persons...
WELCOME ###
05-07-2007 09:14 PM
WELCOME ### Go to last post
0 32
Hi, Reading about what CLR does, that it JIT compiles the IL code and generates native machine code instructions for the CPU to understand and act...
Sugandh Jain
05-07-2007 08:20 PM
William Stacey [C# MVP] Go to last post
6 41
Hi, I'm new serialization concepts....I need some hwlp.. I've a class defined as follows class CustomSerialization1 { private string s; public...
AVL
05-05-2007 05:52 AM
Alex Meleta Go to last post
3 49
Hi there According to the framework documentation, a generic List is thread-safe for multiple readers, as long as it is not being modified: "A List...
Torsten Seemann
05-03-2007 09:00 PM
William Stacey [C# MVP] Go to last post
6 43
i've created a console application whcih reads different file formats and scans for some for words.... the application builds fine and executes...
AVL
05-02-2007 12:11 PM
Barry Kelly Go to last post
1 37
I wonder if you could help. The event handler code below, will allow the user to change the phone number and write it on a label of a message box. I...
Allen Maki
05-02-2007 12:24 AM
G Himangi Go to last post
1 37
Post New Thread

Display Options
Showing threads 101 to 150 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.