| Thread | Last Post | Replies |
|
| a developer's rights and permissions on production servers | 12 May 2004 22:35 GMT | 1 |
Dear ASP.NET Programmers, I am working as an enterprise web application developer. I am using a Windows 2003 box with VS.NET. I have administrator rights on this box, but no rights on the production servers. Soon, our project is going to be
|
| Manging references | 12 May 2004 21:38 GMT | 2 |
Hi... Our company has a fairly large client-server application and is very complex in its construction. The main point about that is there are a number of separate client pieces that require dependent project references to be maintained. For example, we have at the very bottom a ...
|
| How can you monitor installs? | 12 May 2004 20:23 GMT | 3 |
Anyone know of any applications that monitor software installs and show you what the application did during install - like registry entries added/changed and DLLs registered and which files were written to the systema and where?
|
| AI and .NET: Simulating a Swarm Algorithm in C# | 12 May 2004 18:37 GMT | 2 |
http://www.c-sharpcorner.com//Code/2003/March/SwarmSim.asp I just found this port of the swarm groups famous 'complexity from simple interacting agents' type software. Very easy to load and run in Studio.
|
| Moving data from one database to other | 12 May 2004 18:02 GMT | 1 |
I have to move data that meet certain criteria from one database that have many tables to another (identical) database. My question is what is the best way to do it? Should i make an stored proc that make the processing in this way:
|
| High CPU usage in Sockets | 12 May 2004 16:59 GMT | 6 |
In our application I need to detemine if there is a internet connection valid. So I build a windows service which every minute creates telnet connection against some host and port.
|
| Simple Question | 12 May 2004 16:09 GMT | 1 |
This maybe a silly question, but I like efficiency in my code so I'll ask. Will the following 2 For/Each statements do the same thing? Dim datRow as DataRow For each datRow in DataTable.Select("State = HI")
|
| how to connect to Domino databases from VB.NET | 12 May 2004 15:46 GMT | 2 |
I would like to connect to Domino Database From VB.NET Is there any library for that ? Have you an example Thanks for your help.
|
| .NET has a broken Exception model | 12 May 2004 15:16 GMT | 42 |
public DateTime Value { get {
|
| wsdl.exe support for Nillable Value Types within WSDL | 12 May 2004 13:33 GMT | 2 |
I have a WebService whose WSDL contains the following snippet: <complexType abstract="true" name="Type"> <sequence> <element name="localId" nillable="true" type="xsd:string"/>
|
| Rethrowing Exceptions - Best Practice? | 12 May 2004 13:01 GMT | 2 |
If a class has no need for any specific clean up code in a particular catch block is there any benefit to catching and rethrowing exceptions, rather than just letting the original exception bubble up to the calling function If so what?
|
| Content-Type from file extension ? | 12 May 2004 12:16 GMT | 1 |
In VB6, I got the File Content-Type (image/gif ...) from Windows Registry. Is there an easy way now in DotNet (i.e. from file extension)? Another question: is the IE control (SHDocVw) a WinForm's control now in VS2003? I know it wasn't in VS2002, needs InterOp.
|
| Exception error when trying to run an application on non-development machine | 12 May 2004 11:57 GMT | 2 |
I have developed an application that access an SQL database and installed it on a different machine The installation is successful but when I try to run the application I get the following error Application has generated an exception that could not be handled ...
|
| Problem and unable to solved it:( Help me out of this | 12 May 2004 11:41 GMT | 2 |
Hi i have problem . i am using asp.net and i can upload file upto 2mb very fine no server connection lost nothing..... i extend the max size to 10mb and allow user to upload that much file to the server. but i got problem when ever user try to upload that mush of file to the ...
|
| Multiple tooltip objects. | 12 May 2004 10:51 GMT | 2 |
I have created a number of Windows Forms Controls that require tooltips. If I add a tooltip object to each of my controls will this create any resource/performance issues that I should be concerned with. Would it be better to bind to a single tooltip object when the control is
|