all groups > dotnet general > december 2004 > threads for saturday december 18
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 31
FileSystemWatcher help please....
Posted by Jim Hubbard at 12/18/2004 11:31:39 PM
I want to develop an installation watcher to watch over programs as they
install themselves to the PC.
The FileSystemWatcher will enable me to see all files created or changed
within any subdirecty of any specified path. But, that's *too* much
information. Windows is constantly changing f... more >>
ASP HTTP Upload Component
Posted by Uncle Ben at 12/18/2004 11:07:40 PM
Is there any good and reliable Upload Component for ASP (or ASP.NET)? I
need one which provides an upload status bar.
As well, it must be able to handle more than 4 gigabytes of data transfer.
Internet connections can be unreliable at times. This component needs to be
able to resume broken u... more >>
strong name
Posted by Bern at 12/18/2004 10:15:57 PM
Is it possible to unsign an assembly after it has been signed?
(that is to remove the protection from tampering)... more >>
windows Installer crash
Posted by Luke at 12/18/2004 6:19:02 PM
I'm using VC.NET 2003 (updater says theres no new updates).
I'm just creating a basic installer for a project I'm working on. However,
anytime I attempt to add a ".obj" file, VC.NET crashes. .obj is a 3d model
format we're using.
If we rename the file extension to something else it works... more >>
.net problems
Posted by Dale Hersh at 12/18/2004 5:21:29 PM
Hi Everyone,
I have been using .net for a few weeks and I am getting the following two errors:
1.
Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
2. Networ... more >>
Reference to a form in another project
Posted by David Gagné at 12/18/2004 4:37:07 PM
Hello,
My C# solution is composed of 2 projects, a class library project and a
Windows application project. The window in one project calls the DLL in the
other. That's ok.
Now, to better test the solution I would like to create a new Windows
application project in that solution so that my 2 ... more >>
how to read application ".config" file in No-touch-deployment
Posted by Marek at 12/18/2004 3:00:52 PM
Hi there,
my WinForm application has to be installed in "no-touch-deployment" mode, so
users can run it from the web. I need to read application's .config file but
it does not work in no-touch-deployment.
Could anyone give me directions to documentation piece (or article) that
explains how to ... more >>
Can't assign values to array
Posted by Buddy Ackerman at 12/18/2004 2:29:02 PM
I created a simple class:
Public Class MyTestClass
Public Test() As String
End Class
I tried to assign some values to the array Test() and display them like this:
Dim clsTest As New MyTestClass
Dim r As String
clsTest.Test.SetValue("First Item",... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Processing Audio
Posted by markarichman NO[at]SPAM gmail.com at 12/18/2004 1:03:04 PM
How can I load and process an audio (wav) file using C#? I want to
implement a pitch detection algorithm.
... more >>
.NET Framework 1.1 - Installation on W2K - Error
Posted by anthamon NO[at]SPAM yahoo.com at 12/18/2004 9:23:14 AM
Hello,
I have installed the .NET Framework 1.1 on several Windows 2000
Servers (identical hardware / build etc.). This has worked fine apart
from one, which reports the following error in the Application log:
DETAIL: ----------------------------------------------------------------
Event Ty... more >>
Connecting an EXISTING application to SQL database
Posted by pmud at 12/18/2004 8:35:01 AM
Hi
I need to connect an existing application to an SQL database. How to go
about doing that coz its an application created by a third party & I dont
even know how or in what programming language or what environmant that
application uses. It is an application called Roboform which is used f... more >>
assistant for generating a project
Posted by Le, Thanh-Nhan at 12/18/2004 3:36:11 AM
Hi,
I am a beginer in .NET.
Is there an assistant or a free tool as in VB6 for generating a complete
project frame in VS .NET.
Thanks
Nhan
... more >>
|