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 clr > june 2006 > threads for june 1 - 7, 2006

Filter by week: 1 2 3 4 5

Obsolete Errors and Deprecated Errors using Dotnet Framework 2.0
Posted by SenthilVel at 6/7/2006 5:17:10 PM
Hi I am building my Dotnet Framework 1.1 C# code with VS2005 (Framework2.0) . For this process i use NAnt 0.85 RC4 Version. During the Build i get errors like : 1. "Method is Deprecated" ..change to ...... 2. When i Open VS2005 and build i get errors like " Method is Obsolete" ... ...more >>

ICeeFileGen
Posted by Dave.NET at 6/7/2006 4:16:02 PM
I noticed in the documentation, http://msdn2.microsoft.com/en-us/library/ms404463.aspx, that ICeeFileGen has/will be deprecated in the future. What should we be using, from unmanaged compiler code, to create CLR PE files? Dave.Net ...more >>

Obsolete Errors using Dotnet Framework 2.0
Posted by SenthilVel at 6/6/2006 7:51:09 PM
Hi All I am Trying to build my 1.1 framework code with 2.0 framework using Visual Studio 2005 installed in my machine. when i tried doing doing so , i get errors like : " Error 1 Warning as Error: 'System.Runtime.InteropServices.UCOMITypeLib' is obsolete: 'Use System.Runtime.InteropServ...more >>

Embedding a resource at runtime
Posted by Dave Brown at 6/6/2006 11:31:23 AM
Hi there. Does anyone know if it's possible to embed a new resource into an assembly at runtime as well as update an existing (assembly) resource. Any assistance would be appreciated. Thanks. ...more >>

Reflection question about PropertyInfo
Posted by AdamM at 6/5/2006 9:11:19 PM
Hi all, How do you take a PropertyInfo and get an instance of the object described by it? For example, I want to get the actual instance of the object described by "pi" in the snippet below (not the object's value like what GetValue() provides, but a reference to the object itself): Member...more >>

How to get current running values from .LocalVariables in .NET 2.0?
Posted by Lou Zher at 6/5/2006 10:52:11 AM
We've got a project that needs to be able to see the current running values from the objects returned back by .LocalVariables. How is this done? LocalVariables only appears to give us the types of the method vars. -LZ ...more >>

"Managed Debugging Assistant 'LoaderLock' has detected a problem in
Posted by mohan NO[at]SPAM tek.com at 6/4/2006 11:32:52 PM
Hi all, I have ported my VB.Net project from VS2003 to VS2005. I am facing two issues while running my applications: Issue1: I am calling some managed dlls (developed in C#) from my Vb .net . Whne I debug the code,Iam getting the following Error message. "Managed Debugging Assistant 'Loa...more >>

getting value from Dropdown and setting it as TextBox Text without Postback
Posted by Charleees at 6/4/2006 10:14:11 PM
Hi all, I have a DropDown and a TextBox just bekeow it... I have to get the selected value from dropdown and set it as textBox Text.. The thing is i have to do this Without PostBack..... Is there any java script to do this functionality... please reply.. Thanks in Advance.. San...more >>



Getting and changing File Summry information
Posted by Hiten at 6/3/2006 5:13:01 AM
Hi, I am trying to find a way to get and change file summary information. I tried using FileInfo class, but it doesn't give me information such as "Author,Title,Rating" etc. Is there a way to get and change these information using .NET libraries? Sample would be a great help... Thanks...more >>

Form resource files
Posted by Dave Brown at 6/2/2006 1:08:42 PM
Hi there, Given an arbitrary ".resx" file (not ."resources"), does anybody know how I can identify that this file actually contains a Windows form (in code). Once identified, I then want to collect information about the form and all its controls. Presumably I would want to read this file in...more >>


DevelopmentNow Blog