| Thread | Last Post | Replies |
|
| Assembly Reference | 30 May 2004 16:09 GMT | 2 |
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
|
| ArrayList Sort Terminating | 27 May 2004 05:22 GMT | 3 |
Project C# utilizing the Framework In my project I have an array list of integers that sorts just fine. Then I have an array list that contains a class that I have built. When I call the "sort" method of the array list and accept the defualt sort arraylist.sort() I get the ...
|
| Get assembly location from IMetaDataImport | 26 May 2004 15:31 GMT | 1 |
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.
|
| need the thread id from an API | 25 May 2004 20:29 GMT | 4 |
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
|
| Assembly Version Build Time | 25 May 2004 00:30 GMT | 2 |
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 ...
|
| Sequential class layout and packing | 24 May 2004 21:43 GMT | 2 |
Hell I've been playing with some IL code, and have encountered two interesting issues The first is probably a usage misunderstanding on my part. The ".pack <n>" directive seems to have no effect on my object layout The second is that the CLR appears to ignore me if I mark the class ...
|
| Profiling NGEN'ed modules | 24 May 2004 21:04 GMT | 1 |
My profiler needs to profile some of the Framework libraries, and so the contents of the native image cache need to be changed. I would really like to be able to just do a "ngen.exe /prof mscorlib.dll" and then have this version or mscorlib picked up when profiling (and when
|
| COM Profiler problems on Win2003 | 24 May 2004 20:55 GMT | 6 |
I am using the COM Profiler API to hook into the CLR for the various notifications it provides, specifically in ASP.NET. Everything is working fine on Win2k but when I try it under Win2k3 I don't get hooked for ASP.NET (i.e., my COM object doesn't seem to be created at all for w3wp ...
|
| Loading of .NET executable | 24 May 2004 11:28 GMT | 4 |
Can someone refer to me a good online resourec about how a .NET exe gets loaded into memory and executed once I dbl-click the executable icon from my windows explorer?
|
| shared Assemblies | 21 May 2004 08:06 GMT | 6 |
I Created 2 versions of an assemblies in GAC..Now I have 2 projects one of which will refer to Version 1 of the Assembly and Other to Version 2 of the Project. Now My question is where should i give the assembly version numbers in my project Remember..i created 2 assemblies first ...
|
| StreamWriter Adds FFFE at the start of the file with Unicode Encoding!! | 21 May 2004 05:24 GMT | 4 |
Hi , all I'm trying to write unicode to a file for another app (not developed with vs2003) to read it. I used StreamWriter with unicode encoding.but I was surprised that the streamwriter adds FFFE to the start of the file,which
|
| AppActivate | 20 May 2004 11:06 GMT | 1 |
In Visual Basic you use AppActivate when you want to set the focus on another application. Does anyone know what the equivalent function call is in C#? Thanks,
|
| sensitivity of the charcter | 19 May 2004 12:46 GMT | 2 |
I want to know how can i made comparisn between sensitivity of the charcter i.e I want My Code accept "HASSAN" as "hassan" thank u very much
|
| Usage of AppDomain.CreateInstanceFromAndUnwrap method | 18 May 2004 01:50 GMT | 1 |
i am trying to load a Windows Form Assembly at run time to a seprate AppDomain. I don't want that this Assembly to be loaded in the Caller Domain, so i used the metho CreateInstanceFromAndUnwrap instead of AppDomain.Load(.. // I am passing the Control's parent through the ...
|
| question regarding 64-bit processing | 18 May 2004 00:05 GMT | 4 |
Here's something I was pondering earlier: There's a 64-bit version of Windows XP that is supposed to work with AMD 64-bit processors. Now, the huge task of migrating unmanaged code to 64-bit would be monumental (I'm guessing). But given that .NET code
|