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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|