| Thread | Last Post | Replies |
|
| Open File - Security Warning using Process.start... | 28 Mar 2006 16:39 GMT | 1 |
I am writing a VB.NET (VS2003) program that runs off a CD. One of the tasks that this program must perform is to run some exe's (for example windows updates and virus signature & engine updates) without ANY interaction from the user. The problem that I am encountering is that ...
|
| can't run dotnet 2005 website from webserver | 28 Mar 2006 16:07 GMT | 1 |
First time I've tried this so I'm probably doing something stupid. 1. Create a new folder: C:\Inetpub\wwwroot\dn2. Make dn2 an application in IIS settings. 2. Start dotnet 2005 and Start a new website in C:\Inetpub\wwwroot\dn2
|
| How to read folder security | 28 Mar 2006 15:56 GMT | 1 |
Can anyone post a code snippet on how to retrieve Permission information on a Folder? (Visual Basic 2005) There's lot's of information on how to set a permission, but I can't figure out how to read them. I want to be able to return what Users and Groups
|
| Windows Service ( Emailing ) | 28 Mar 2006 15:53 GMT | 2 |
Sorry if this has been disscussed before but i can't find ref/examples I have a service that works based on the time of day , it looks into my db and creates a few more records etc BUT i need it to email the results. This is where i am having trouble , does anyone know how to send ...
|
| Windows 2003 server IIS 6.0, having problems...Plz help needed...... | 28 Mar 2006 15:10 GMT | 1 |
I have a web service that i created in IIS 5.1,on windows xp. it has a method "stopservice" in which im stopping the aspnet_wp.exe,to clean all resources.And im using a boolean set to true so that after that if anyone access the
|
| Problem with Virtual Directory in asp.net | 28 Mar 2006 14:11 GMT | 1 |
I have created a virtual directory in IIS 6.0 with the name JohnASP . Now my problem is when i'm creating new ASP.NET project in MSVS .NET in the location place which name i should give either Folder Name or Virtual Directory Name ie
|
| dataadapter - object reference not set... | 28 Mar 2006 13:47 GMT | 1 |
Hello, I get an error saying "object reference not set to an instance of an object" when running my application on some computers (not all!). The error is on the last line (da3.fill) in this code:
|
| Windows Service Best Practices | 28 Mar 2006 13:42 GMT | 2 |
I have a windows service. When the onstart fires, my app creates two threads. The first is a processing thread and the second is a watcher that makes sure the everything is ok with the first thread. When a problem is detected the second (watcher) thread stops the processing ...
|
| IList | 28 Mar 2006 09:47 GMT | 7 |
I have a collection class that inherits from CollectionBase. I want to override the Contains method for the List property. I'm not sure how to do that. Can anyone assist? Thanks in advance,
|
| Netmeeting problems | 28 Mar 2006 06:45 GMT | 1 |
I am recieving an error ID 7031 whenever I try to use RDP through NetMeeting on a Windows 2000 Professional Machine. When netmeeting goes to start the service the service is immediately stopped with an error. "MNMSRV.EXE has encountered and error and will close the application... ...
|
| Internet class differences... | 28 Mar 2006 03:18 GMT | 6 |
I've tried this on another group without any resolution, so let me see if anyone here has an answer - please! ;-) I have a database with which I must communicate queries via a web-based interface. The queries are not in a standard format, but involve strings
|
| checking for last row | 28 Mar 2006 00:07 GMT | 1 |
I like add \r\n to all my rows except for the last row. How do I check for the last in the following code? StringBuilder sb = new StringBuilder(); foreach (DataRow row in rows)
|
| execute gpg commands in dotnet? | 27 Mar 2006 22:05 GMT | 3 |
I've been trying for some time now to decrypt with GPG from inside vb .net to no avail. my normal decrypt command goes something like this: gpg.exe --armor --passphrase-fd 0 < P:\mis\mfg\NorelcoIBM\etc\foxpassphrase.txt -o
|
| Displaying form at position | 27 Mar 2006 19:57 GMT | 1 |
how can I create a form that is always displayed at the right bottom of the screen (just above the systray)? Thanks, Peter
|
| Uninstalling Windows Service With Deployment Project | 27 Mar 2006 17:50 GMT | 2 |
I have created a small windows service in C# that installs using the service installer classes and a deployment project. I have been able to install the service but the uninstallation does not work. The files are deleted from the application directory but the service is not being
|