Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / CLR / September 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
IAS Extension DLL deadlocks when mscoree.dll loads the CLR15 Sep 2005 14:58 GMT1
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 GMT1
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 assembly12 Sep 2005 19:18 GMT1
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 decision11 Sep 2005 15:26 GMT1
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
Performance09 Sep 2005 22:50 GMT2
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
Hyperthreading08 Sep 2005 20:07 GMT4
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 GMT1
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 AppDomain08 Sep 2005 07:13 GMT1
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 file07 Sep 2005 14:27 GMT3
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 Server06 Sep 2005 17:10 GMT3
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 implementation05 Sep 2005 18:57 GMT1
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 Info05 Sep 2005 10:36 GMT3
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 GMT5
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
Pages: 1 2 August, 2005
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.