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 framework > november 2006 > threads for november 29 - 30, 2006

Filter by week: 1 2 3 4 5

Set Value for Property in base class.
Posted by Ruben Gatt at 11/30/2006 4:45:04 PM
Hi, I have a problem when im trying to set a value for a property in the base class. the following example shows what i currently have... Example: Base Class public class Person { public string Name { get {return m_Name;} set {...more >>


codebehind for .master?
Posted by shaly at 11/30/2006 10:57:00 AM
Hi All, I am a newbie to .net technology. So, please bear if this question sounds very basic. Is there a code behind file for .master page too? or should I write all my script in .master itself. Thanks in advance. -Shaly ...more >>

Garbage collection and async operations
Posted by Bob Altman at 11/30/2006 10:49:33 AM
Suppose I have the following code: ' Get a new instance of some class Dim myWorker As New MyWorker ' Start a long-running operation on a background thread. dim deleg as new SomeMethodDeleg(AddressOf myWorker.SomeMethod) deleg.BeginInvoke(...) ' Abandon the object instance ...more >>

Display currentDateTime on my asp.net page
Posted by shaly at 11/30/2006 10:42:44 AM
Hi Folks, Is there a simple way to display current Date and Time on my asp.net page. I am trying to display this in header of my .master page so that it gets displaye dthrougghout the site. Please help. Thanks, Shaly ...more >>

Can't get Assembly.GetCallingAssembly() to reflect the proper assembly
Posted by Brad Wood at 11/30/2006 8:44:50 AM
I have an executable that references a separate .dll assembly. Inside the ..dll I call GetCallingAssembly and I always get a reference to the .exe. Documentation for GetCallingAssembly says, "Returns the Assembly of the method that invoked the currently executing method." Obviously that was...more >>

Reference Problem
Posted by pargat.singh NO[at]SPAM gmail.com at 11/30/2006 8:40:02 AM
Hi Everyone: I developed a .Net 2.0 asp.net application and add some references to VB DLL and every thing work fine. Once the development is complete and i deploy the app on Integration server references t Vb dll does not work.To fix the problem i have to open the solution on Integration ...more >>

.NET Framework 2.0 to 3.0
Posted by r.manikandan NO[at]SPAM gmail.com at 11/30/2006 6:38:50 AM
These different versions of frameworks which seems quite too many for me, do they provide any sort of downward compatibility. I mean can I assume that if I write a application on .net framework 2.0 will it work okay when I move to 3.0 ? Or do I need to do some sort of conversion? Is anyone h...more >>

when microsoft stop the support for ASP.Net 1.1
Posted by Pankaj Jain at 11/30/2006 12:00:00 AM
Hi All Can any one tell me when microsoft stop the support for ASP.Net 1.1 Thanks, Pankaj Jain ...more >>



Pump Messages During Long Operations
Posted by Mark Ingram at 11/29/2006 4:04:43 PM
"The CLR has been unable to transition from COM context 0x1b0f58 to COM context 0x1b10c8 for 60 seconds. The thread that owns the destination context/apartment is most likely either doing a non pumping wait or processing a very long running operation without pumping Windows messages. This si...more >>

VSNET: Problems adding VS 2005 extensions for .Net 3.0
Posted by Dave at 11/29/2006 8:42:00 AM
I am running vs.net 2005 on an up to date XP SP2 system. I just added the .Net 3.0 framework as well as the "Windows SDK for Windows Vista" just fine. I think I am supposed to add the two VS 2005 extensions for .Net Framework 3.0 for WWF and another for WCF and WPF. Problem is I get an unsp...more >>

Updater Application Block Examples
Posted by TigerMan at 11/29/2006 12:00:00 AM
Hi, Does anyone know any good examples of Application Block? I am using VB 2005 and know there is one click but that doesn't suit my needs. I want to be able to check a server for a more recent exe and dlls and patch the local exe. TIA ...more >>


DevelopmentNow Blog