Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet clr > may 2004 > threads for may 22 - 28, 2004

Filter by week: 1 2 3 4 5

Custom Attributes and Code Generation
Posted by S-t-a-r-C-i-t-e at 5/28/2004 11:56:06 PM
When you use the [WebMethod] attribute code is generated for you. I need to do the same for our corporate framework. Can someone point me to an article/discussion on how to do? I've seen that XC# does it. Thanks in advance ...more >>


Deadlock in C#, CreateProcess, MFC
Posted by Werner B. Strydom at 5/27/2004 11:32:49 PM
Hi, I'm having some trouble launching an MFC application from a .NET application. In a Winforms application [written in C#], I use the Process class to start an MFC application. The MFC application creates, automates and destroys several COM objects (including Microsoft Word) in a background ...more >>

Assembly Reference
Posted by GurriBurri at 5/27/2004 2:39:33 AM
Hi there I have a peculiar prob. I am trying to build a file with testcases for NUnit in which I want to reference the Assembly with the code to be tested. The source compiles but when I try to execute the file in the NUnit console it doesn't find the Assembly. But if I copy the .dll to ...more >>

Get assembly location from IMetaDataImport
Posted by Yang at 5/26/2004 12:28:52 PM
Hi, does anybody know how to get the assembly file location from the SDK interface IMetaDataImport? I can get the module name, the assembly name, but didn't find a way to get the location. Thanks. Yang ...more >>

Timer accuracy
Posted by LJJ at 5/25/2004 5:41:03 PM
Hi I have noticed that the time resolution of System.Timers.Timer and System.Threading.Thread.Sleep() varies significantly between systems of seemingly similar class. For example on my HP Centrino 1.6GHz laptop, I see a resolution of 10ms for the event from System.Timers.Timer and a delay in Syst...more >>

install error occuring
Posted by ahrensd at 5/24/2004 9:31:03 PM
while installing an VisualPerl-vs2003-1.8.1.2827.msi I get the following error "devenv.exe - mscoree.dll load error (Error code = %X) Two different copies of MSCOREE.DLL have been loaded First copy <Unknown Second Copy C:\windows\microsoft.net\framework\v1.1.4322\mscorwks.dl This is typi...more >>

Assembly Version Build Time
Posted by Niall at 5/24/2004 1:46:38 PM
We're using the default .Net AssemblyVersion attribute value of 1.0.* For some reason, when we use the version number to calculate the time the assembly was built, it's coming out an hour ahead of the actual time. The algorithm that is used to generate the version number is supposedly: "When...more >>

need the thread id from an API
Posted by cg22165 NO[at]SPAM yahoo.com at 5/24/2004 11:05:57 AM
I'm working on an API assembly that will be used by an application or another API. I don't have any control over when or how threads are created. My API is equipped with tracing for debugging purposes. Since my assembly can be used in by a multithreaded application, I want to put some form of...more >>



Throwing exception from a child domain.
Posted by Jonathon Bell at 5/24/2004 9:01:07 AM
Howdy I'm having difficulty throwing any kind of exception from within secondary domain, and then catching it back in the primary domain (I'm writing a managed C++ assembly, Windows XP, Visual Studio .NE 2003) The function foo() runs in the primary domain, creates a child domain instantiate...more >>


DevelopmentNow Blog