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 > september 2004 > threads for friday september 10

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

Insert .reg files into Registry
Posted by Kosmas Nikolaidis at 9/10/2004 10:11:38 PM
I need VB.NET source code to help me insert .reg files into registry. Any help would be appreciated. Thanks ...more >>

FileSystemWatcher.Created Event Question - Please look!
Posted by Florida Development at 9/10/2004 4:10:04 PM
I have the need to monitor a directory for the arrival of files and then to run some processing on those new files. This is easy enough conceptually, the problem I have is that I get an event to handle when the file is first created yet is not fully written to the disk yet. Is there some simple...more >>

Whidbey Bug? CustomAttributeTypedArgument.ResolveType
Posted by pop-server NO[at]SPAM nyc.rr.com at 9/10/2004 3:21:48 PM
There appears to be a bug in CustomAttributeTypedArgument.ResolveType I encounter it when I do reflection on custom attribute data where the custom attribute constructor type is in a different assembly than a CustomAttributeEncodedArgument that encodes a type from a different assembly than m...more >>

.NET 1.1 SP1 breaks class inherited from Windows.Forms.Datagrid
Posted by Urs Eichmann at 9/10/2004 1:14:39 PM
After installing SP1, we have huge problems with a self-grown class which inherits from Windows.Forms.Datagrid. It throws exceptions every now and then, such as this: System.NullReferenceException: Object reference not set to an instance of an object. ------- at System.Data.DataTable....more >>

Any scheduled release date for .NET Framework 2.0?
Posted by Berry Morgan at 9/10/2004 12:55:42 PM
When will the .NET Framework 2.0 go RTM? TIA, Berry ...more >>

The Database Application Block
Posted by Simon Harvey at 9/10/2004 11:44:27 AM
Hi all, Can someone please reasure me that it is entirely possible to use the Data Access Application in large applications - even those that require transactions? I have a friend who is adament that the application block is crap because it uses static methods. He thinks that because its us...more >>

Problem with .NET 1.1 SP1 - Events
Posted by Mark at 9/10/2004 10:45:01 AM
I suspect that several others have seem the same program but here goes: I have sets of code (C# and VB.Net) that both show the same problem. Basically, the call to "ManagementEventWatcher.Start" fails with an access denied since upgrading to SP1 for .Net 1.1 - the same code runs on non SP1 ...more >>

Licensing literature for the .NET Framework
Posted by John at 9/10/2004 10:38:02 AM
Hi, I was speaking to somebody about a project yesterday regarding writing a small web app for him. He suggested ASP, and I of course suggest ASP.NET. He rejected the idea due to licensing and cost etc... I told him the .NET framework is free and as long as he's got a licensed version o...more >>



Assembly loading
Posted by Kjetil Kristoffer Solberg at 9/10/2004 9:01:35 AM
I have a question regarding assembly loading.Basically I am asking whether or not the assembly loader can load multiple versions of the same assembly if: 1. The assemblies are strongly named and lies in the GAC 2. The assemblies are strongly named and lies outside the GAC 3. The assemblie...more >>

VB.NET compiler bug in SDK app??
Posted by Kevin at 9/10/2004 7:57:07 AM
when coding sdk app using notepad, it seems that the vb.net compiler treats all </script> tag as the end tag of the page script, so when I try to register some client side javascript, it fail to parse the script after the "</script>" in the string even when trying to comment out the string usi...more >>

Problem with Assembly.CreateInstance
Posted by CoffeeMug at 9/10/2004 7:34:51 AM
When I execute the following code from ASP.NET my application sporadically hangs inside CreateInstance(). The hangs don't occur every time but are frequent enough to be considered a serious problem. Assembly asm = Assembly.GetAssembly(typeof(MyType)); Type t = asm.GetType("MyType2"); object o...more >>

.NET Framework 1.1 sp1 breaks our application!
Posted by paulio at 9/10/2004 3:25:01 AM
We're having problems with events from a Windows Forms Control embedded in a web page not firing in javascript after installing sp1 of the .net 1.1 framework. I have de-installed SP1 and can confirm that the problem is solved by reverting to the original 1.1 framework. For some background ...more >>

winxp home edition
Posted by roberto at 9/10/2004 1:23:05 AM
I want to disabilite the ask of account when start XP Home Edition. What do i do?...more >>


DevelopmentNow Blog