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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|