| Thread | Last Post | Replies |
|
| I Still can not run a SQL Stored Procedure from ASP Web Matrix | 10 Feb 2005 10:17 GMT | 1 |
Can anybody Please demonstrate how to run a stored procedure from ASP Web Matrix. I can not believe all the answers that people have given me that are not working. Does anybody use stored
|
| DNS.GetHostByAddress Question | 10 Feb 2005 09:58 GMT | 2 |
When I make the following call: IPHostEntry hostInfo = Dns.GetHostByAddress( hostIPAddress ) ; If the PTR (i.e. the IP address to name resolution) does not exist my program will start making Netbios calls (Name query to the remote host).
|
| left add unary operator ( += ) | 10 Feb 2005 09:30 GMT | 8 |
Is there a left add unary operator ( or do I have to overload one ) ? For example: string s1 = "A"; s1 += "B";
|
| "Process/thread cannot access file" problem | 10 Feb 2005 09:19 GMT | 2 |
Im trying to make an app that uses threading, I want to write to a file in a loop. How can i ensure that only one thread writes to the file a the time??? Im accessing the fil with:
|
| Sleeping thread and callback delegate | 10 Feb 2005 07:08 GMT | 1 |
I have a thread that has a delegate function which will be called when another process exits. This thread went to sleep, the process exits and is supposed to call the delegate, but it did not happen. When the thread wake up, the function is not called either.
|
| Can we pass a method to another class? | 10 Feb 2005 06:13 GMT | 6 |
Can anyone tell me if it's possible to pass a method to another class? Example of what I would like to do: class1: public void MyMethod()
|
| Installer | 10 Feb 2005 02:45 GMT | 1 |
Does anyone have info on using the dotnet installer to install and start as well as stop and uninstall a windows service as part of the installation process
|
| Type * can not be marshaled as an unmanaged structure | 10 Feb 2005 01:41 GMT | 4 |
I'm having a problem that I don't quite understand. I'm using someone else's class: using HANDLE = System.IntPtr; namespace Win32 {
|
| Efficient file movement - Faster than drag-and-drop Explorer movem | 10 Feb 2005 00:10 GMT | 2 |
We just installed a new SAN from Sun and need to migrate several terrabytes over to it from our Windows servers. We've found that drag-and-drop copying files using Explorer is going to be very slow and I haven't found any software designed specifically for the purpose of fast ...
|
| Newbie:Connecting via TCP to a machine behind a NAT router | 09 Feb 2005 23:34 GMT | 2 |
I've built a .NET service that sends events to registered clients via TCP. A client need to provide their IP and port when registering. And service opens TCP link to the client on the provided IP and port. Everything is fine except when the client is behind a NAT router in ...
|
| Faulting application vbc.exe | 09 Feb 2005 22:01 GMT | 1 |
This is a really weird demon that pops up from time to time. We have a large ASP.Net site running, and randomly (every couple of days) across 5 servers, this error pops up. In the event log:
|
| Converting VB ListBox to ListView in VB.net | 09 Feb 2005 21:39 GMT | 3 |
I have an application that I am converting to vb,net. I use a list box with multiple columns that I reference using the "list" function. How do I do this in vb.net? The list box looks like this: Col1 Col2 Col3
|
| debug error Object reference not set to an instance of an object. | 09 Feb 2005 21:13 GMT | 8 |
Hello everyone, Can anyone help me with this error above when I debug my web app project in vstudio.net?? I can't figure it out! It was working fine for months, and now all of a sudden it's not!! This is the error:
|
| garbage | 09 Feb 2005 20:09 GMT | 3 |
Can someone please help me with this. Cheers Chris The .Net garbage collector is a generational copying collector. What are the implications of this for: - application memory utilisation?
|
| Can we add an event handler that has different delegate? | 09 Feb 2005 18:44 GMT | 2 |
As topic, Can we add an event handler that has different delegate? Example: I have a method that takes no parameter:
|