| Thread | Last Post | Replies |
|
| IAS Extension DLL deadlocks when mscoree.dll loads the CLR | 15 Sep 2005 14:58 GMT | 1 |
I'm trying to write an IAS Extension DLL using some managed code to do the authentication. I've created a C++ mixed-mode DLL, as IAS need standard DLL export functions called RadiusExtensionInit, RadiusExtensionProcessEx and RadiusExtensionFreeAttributes.
|
| InvalidOperationException: It is invalid to push a main message loop in this context. | 12 Sep 2005 19:26 GMT | 1 |
I have a rather tricky problem: On one of the Windows XP Pro installations, my .Net application has nothing more to say then: System.InvalidOperationException: It is invalid to push a main message loop in this context. This may cause your application to not respond to Windows
|
| Using TypeBuilder and System.Reflection.Emit to generate an assembly | 12 Sep 2005 19:18 GMT | 1 |
I have a compiled assembly: source.dll. I would like to add a single method public static string version(){ return "1.0.1.1";
|
| Help for C# Interview questions and career decision | 11 Sep 2005 15:26 GMT | 1 |
I am fresh college graduate who has done C and C++ during college times.After that i had done a C# course from one of our local computer institute.The course is BCM which ran for 1 year.But now when i am looking for job the questions asked in interview are really very very
|
| Performance | 09 Sep 2005 22:50 GMT | 2 |
I have a VB.NET application that is composed of an .exe and multiple .dlls. When I run this application on my development machine either in the IDE or standalone compiled the performance is good. When I deploy these same components to any other machine, performance is
|
| Hyperthreading | 08 Sep 2005 20:07 GMT | 4 |
Can anybody tell me how to find whether any system has hyperthreading enable or disable using .Net languages or Win SDK .
|
| XmlSerialization of an array of objects. | 08 Sep 2005 10:23 GMT | 1 |
I have some code that serializes an array of objects: XmlSerializer serializer = new XmlSerializer(typeof(Purchase[])); XmlTextWriter w = new XmlTextWriter("vpurchase.xml", Encoding.UTF8); serializer.Serialize(w, purchaseArray);
|
| all Thread objects in AppDomain | 08 Sep 2005 07:13 GMT | 1 |
How can one enumerate all running Thread objects in AppDomain? Is there a way to do it in .NET 2.0?
|
| Is it possible to Compile only perticular (selected) class file | 07 Sep 2005 14:27 GMT | 3 |
Is there any way to compile a selected class file in vb.net instead of compiling the whole project. Thanks Ia
|
| Garbage Collection - Windows 2000 Server vs. Windows 2003 Server | 06 Sep 2005 17:10 GMT | 3 |
We have an application (a set of services) that runs credit applications through a series of workflow steps to determine if credit should be extended or not. Each "step" is a separate instance of a class, and many of these steps access an Oracle database and MSMQ.
|
| Overriding explicit implementation | 05 Sep 2005 18:57 GMT | 1 |
Is there a way to override an explicit implementation, say CollectionBase.IList.Insert(), and then in my override defer to that implementation? I've been able to override that implementation (though I was suprised that I needed to add IList to my class's inheritance), but I ...
|
| CLR Info | 05 Sep 2005 10:36 GMT | 3 |
Is there a way in which I can access the CLR information, like what .NET applications are running, the object that are created, the memory the use, etc? Thanks.
|
| StackOverflowException coming from within the CLR? | 01 Sep 2005 06:02 GMT | 5 |
We're receiving a StackOverflowException intermittently. I've attached with WinDbg and provided some of the stack below (you can see the repeating pattern that eventually causes the stack overflow): 0:004> !DumpStack 035cc9d8
|