| Thread | Last Post | Replies |
|
| is it possible to have one compiled exe for both app as well as service? | 24 Sep 2004 17:02 GMT | 2 |
i have an application that i would like to be able to run both as a service, as well as a normal application. can this be done? how can i specify to Main(),
|
| Converting Java-Applet -> .NET-Applet | 24 Sep 2004 15:57 GMT | 2 |
i've trying to convert a Java-Applet, which runs inside a HTML-Page with Javascript and Sessiong-Management to a .NET-Applet. The Java-Applet loads in the contend of the Browser-Session data from the server (Java-Applet is based on java.applet.applet).
|
| Can't Access application config file with APPSETTINGS through fire | 24 Sep 2004 15:39 GMT | 1 |
We have a client with an ISA Server 2000 configured in cache only mode, and a checkpoint one firewall. Integrated authentication is required for requests. We can replicate the problem with an ISA Server 2000 configured in integrated mode, with integrated authentication required, ...
|
| PKCS7 padding is invalid and cannot be removed. | 24 Sep 2004 14:39 GMT | 1 |
I'm creating a simple RinjdaelManaged class for some simple encryption/decryption. I am not using a password to generate the Key and IV, but am just hard-coding those values into the class. Yes, I know, but I intend to build on it later for better security.
|
| Where can I find a design pattern for paging through a list? | 24 Sep 2004 14:29 GMT | 7 |
How do websites like google page through large numbers of records? For example; if I do a search on Google, get 187,000 matches, and go to the 22nd page of the results; I'm sure Google doesn't do a new SELECT statement and traverse through 440 records (22pgs x 20 per page). But ...
|
| how to get the 'Start' parameters in a windows service? | 24 Sep 2004 13:50 GMT | 1 |
how can i get the 'Start' parameter specified for a windows service? assaf
|
| fatal communication error, Setup Error | 24 Sep 2004 13:39 GMT | 4 |
Perhaps someone out there can help me with this matter. Our Webpage is running on windows 2003 server machines (8 machines, webfarm, loadbalancing). It was running quite ok for several months but since a few days we RANDOMLY
|
| Uninstall 1.1 SP1 on Server 2003 | 24 Sep 2004 07:47 GMT | 12 |
I would like to uninstall the SP1 "critical update" on a Server 2003, but I can not figure out how to do it. Any idea? TIA, Jens.
|
| reference an array of methods | 24 Sep 2004 03:23 GMT | 3 |
I've an unusual (?) question. I want to create an array of references to methods having identical parameters and return types. I would like to reference the appropriate method within the array via a enum type and then execute the corresponding method. Is this possible?
|
| DropDown Selected Item Default | 23 Sep 2004 23:29 GMT | 1 |
I have a simple dropdown list with four elements. Element 0 is defined as "Selected True". I would like to pass this function a string and compare the string against the Item Text field. When there is a match I want to mark that item as
|
| how to make system independent exe. file in C# | 23 Sep 2004 23:09 GMT | 2 |
hi everyone !! i am nearly exhausted trying to make system independent exe. file in C# and yet couldn't find any solution to that. I want that the exe. file of my project should run on any computer including the ones which don't have visual
|
| Is there an easy way to convert an ASP.NET application to an EXE? | 23 Sep 2004 22:19 GMT | 1 |
I have an ASP.NET web application. We would like to be able to package it up onto a CD so that someone could run it on their laptop that doesn't have internet access or even a web server on their laptop. So we would like it to run basically like an EXE without a web server. Is
|
| How do I logon to SMTP server using SmtpMail .NET class? | 23 Sep 2004 21:34 GMT | 4 |
I want to use the SmtpMail .NET class to send e-mail. The SMTP e-mail server that I need to connect with requires a logon and password to allow send to occur. Is there anyway that I can perform the logon and send the e-mail to the SMTP server using the SmtpMail class?
|
| Is it possible to create a ForeignKeyConstraint with a static valu | 23 Sep 2004 21:33 GMT | 3 |
I would like to create two ForeignKeyConstraints like this.. ParentTableA - ForeignKeyConstraint on ParentTableA.PrimaryKey = ChildTableA.ForeignKey1 and ChildTableA.UseTableA = True ParentTableB - ForeignKeyConstraint on ParentTableB.PrimaryKey =
|
| SQL Connection Program Name | 23 Sep 2004 21:29 GMT | 4 |
Is there a way to set the program name for a connection so that it is a bit more descriptive than ".Net SqlClient Data Provider"? Thanks, Charles
|