| Thread | Last Post | Replies |
|
| TcpClient | 07 Jun 2007 15:54 GMT | 5 |
I see that TcpClient.Connected only gets updated after an I/O operation. This stumps me. I have a service that listens for connections, and spawns a thread for each connection to deal with client requests.
|
| Undeletable Desktop Icons | 07 Jun 2007 14:56 GMT | 2 |
I restored my C drive from an external hard disk backup and now have four desktop icons that cannot be deleted. The error message states "Cannot read from source file or disk." I've not used VB before. How can I delete these four icons?
|
| udp (UdpClient) not transmitting in vista | 07 Jun 2007 09:28 GMT | 5 |
I have a program (works fine under XP), sends a udp message using .net udpclient and listens for a udp response from dedicated music server that our company manufactures. It does not work under Vista. I have Norton Anit-virus for Vista (completely turned off).
|
| Running Application Without .net Framwork | 07 Jun 2007 09:00 GMT | 3 |
I want to run the Application on CLient computers WITHOUT installing .net Framwork on their Computer. Is this Possible? Is not then does Microsoft Started doing any work to overcome this
|
| margins and bounds? [Printing] | 07 Jun 2007 05:30 GMT | 2 |
i have a simple question. Do the margins and bounds for a page have to be considered together? As in , should i add up the two to get the *real* printable area? can i , or should i turn the margins off? by setting it to (0,0,0,0)
|
| ccan not open incoming email link | 07 Jun 2007 05:22 GMT | 2 |
I am running Outlook express on WIN XP pr. When I recieve an incoming e-mail. I can not open the link if there is one in the message. Help. Jerome
|
| ASynch sockets race | 07 Jun 2007 00:57 GMT | 1 |
I have a fully asynch socket server application. I find however that sometimes it locks up. The client sends me a packet before I have posted a BeginRead. My beginread then completes but I never get called back. Both sides end up waiting for
|
| How to do a "NET VIEW" command | 06 Jun 2007 23:11 GMT | 1 |
I'm looking for a solution to execute the DOS command "NET VIEW" in .NET 2.0. Are there any classes in .NET or can I use WMI? Or do I need to capture the DOS output? Thanks
|
| gotdotnet replacement? | 06 Jun 2007 23:02 GMT | 2 |
Its been a while from the anouncement of gotdotnet (Sad, I loved the site!)? is there any replacement out there that has the same enviroment and quality especializing for .Net?
|
| dynamic functions... | 06 Jun 2007 22:34 GMT | 4 |
i need to be able to create a dynamic C# function on the fly on an existing type that exists within an assembly already loaded into memory. basically, the body of this dynamic function will be loaded from an external source (e.g. a file).
|
| RijndaelManaged class | 06 Jun 2007 18:08 GMT | 4 |
When I run my application as a NonAdmin user(a user who is a part of the "Users" group), it throws an exception at a point in the code where RijndaelManaged class is instantiated. Exception thrown is "Requested registry access is not allowed". Any help wld be highly appreciated.
|
| Regular Epx | 06 Jun 2007 17:00 GMT | 5 |
I am using the Regular Expression Validator, and I need to test for a pattern that allows words in quotes, or multiple words in quotes seperated by the word "OR". I can get the single word in quotes check [^"]*, but I don't know how
|
| Passing arguments to ClickOnce applications | 06 Jun 2007 15:39 GMT | 1 |
Is there a simple way for passing arguments to applications deployed with ClickOnce and having off-line capabilities. My app takes arguments if I start it with the whole path to it "c:\whole\path\myapp.exe /arg=123" but as I do not know where the
|
| About Certificates and digital signing | 06 Jun 2007 15:14 GMT | 2 |
I am trying to make a digital signature for a Zip Package using the packaging facility provided in .NET 3.0 . But the problem is that i need a certificate to use it, can i use a personal certificate, just for test before buying a true certificate. If so can someone tell me how to ...
|
| update XML file from aspx page | 06 Jun 2007 13:21 GMT | 1 |
Thanks in advance fo rany help... I have an XML data file (well- formed) that I need to place into my website's app_data folder. I would like to have an .aspx form on my site that simply has two textboxes (corresponding to two XML fields in my file), and a "submit"
|