| Thread | Last Post | Replies |
|
| SMTP Component | 05 May 2008 12:48 GMT | 2 |
I want to send with SMTP the eml files dropped by SmtpClient.Send when using a pickup directory (not IIS one). This can be useful for me as I send mails in several cases, included with SQL Express CLR procs, and I don't want (or it's not possible) to
|
| System restore will not save except one entry and list printer dri | 04 May 2008 23:52 GMT | 1 |
My XP pro system restore is acting up, first it will not keep except one day contrary to the scdeuled daily restore in the scheduler, second it have multiple entries of this statment "Printer driver send with eFax messenger plus installed" and I mean this place a new entry every ...
|
| HasExited() generates an Access Denied error | 04 May 2008 00:19 GMT | 2 |
I have a C# program that relies on a service (let's call it myService.exe). So I wrote a routine that makes sure the service is running: int iProcessID = IsProcessRunning("myService.exe"); Process myProcess = Process.GetProcessById(iProcessID);
|
| sync att 8525 with vista | 03 May 2008 23:44 GMT | 1 |
I have vista home premium edition in the computer. I have the software that came with the phone for sync Microsoft ActiveSync 4.2 I use Microsoft Office Outlook for the email and calendar. I can not get the computer to see the software, or the phone. Has anyone
|
| performance - xf.server vs .net 3.5 async sockets | 03 May 2008 18:06 GMT | 6 |
Hi, I know that Socket class performed poorly in .NET 2.0, was it fixed in .NET 3.5? Can you give an expert advice regarding xf.server component(http://www.kodart.com) that pretends to be a better solution for network programming in .net Thanks, Gregory
|
| Deployment issue | 03 May 2008 07:08 GMT | 3 |
With vb.NET, I created a very simple class library project with only one com class (one method). I used the setup project template to generate an msi file. On some computers, trying to use my com class in a VBA macro throws the
|
| System.IO.StringReader ReadToEnd() | 02 May 2008 20:07 GMT | 8 |
I'm doing screen scraping from a Windows Application and dumping certain data into a SqlDb, it's one of our parent websites, through a Proxy server using the the WebClient class. I have used the WebRequest/Response classes but the only benefit I got from that was the abiliy to ...
|
| .NET Runtime 2.0 Error | 02 May 2008 19:46 GMT | 5 |
A couple of users have been getting this same .NET Runtime 2.0 error from an app that I have written, and I haven't been able to diagnose or debug the problem: Faulting application.....faulting module kernel32.dll version
|
| Regex Replace Help | 02 May 2008 12:20 GMT | 10 |
I have a files which contains & & "e;
|
| Programatically create static network route | 02 May 2008 00:06 GMT | 1 |
I am searching for information on programmatically creating static network routes. We need to integrate the functionality of the command line "route.exe" utility to create a static route. I would appreciate any pointers to understanding how to do this with the .net framework ...
|
| Symantec Endpoint prevents .NetFramework programs from launching | 01 May 2008 23:26 GMT | 2 |
We have a few laptops, different Dell models using Windows XP SP2, that are having a problem with .Net 2.0 and Symantec Endpoint. Whenever a program that uses .NetFramework attempts to launch we receive errors, different errors depending on the program. An example is when I ...
|
| Alternate Function for CreateFile on .NET Framework,... | 01 May 2008 23:03 GMT | 6 |
sorry for Crossposting, but i dont know whether someone can help me here. If i remember right, there was a Class or a Member function in the .NET Framework that could do mostly the same as CreateFile can do for me, but i
|
| Unable to logon to Dell Inspiron Laptop with Vista Operating Syste | 01 May 2008 15:49 GMT | 1 |
Every time I try to logon I get this reply: "The user profile Service service failed Logon, user profile cannot be loaded" I dont know if I have a virus or 1 year online service finished resulting in
|
| Problem with AddNew row in DataGridView | 01 May 2008 15:43 GMT | 3 |
I created a custom class that implements IBindingList. I've tested the class and all properties and methods function as I expect. When I assign an object (of my IBindingList class) to the DataSource property of a DataGridView, everything appears to work fine. Records appear
|
| click once command line parameters how to ? | 01 May 2008 02:35 GMT | 4 |
I want to pass parameters to a click once application run from the windows scheduler. I have found several references that tell me these applications are launced using a URL to the deployment manifest using query string parameter syntax:
|