Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet distributed apps > september 2006

WebRequest performance
Posted by Andrei Varanovich at 9/30/2006 12:19:22 PM
Hi all, The code bellow is a simple console application which sends asynchronously HTTP GET requests to a remote sever (20 threads, 100 requests per thread). The application compiled under .Net 1.1 runs fine without any exception. .Net 2.0 application fails from time to time with a timeout er...more >>


Deploying windows app with XP theme
Posted by ash at 9/29/2006 2:06:02 AM
Hi, I haven't posted a question before so I hope that this is the right forum. I am developing a windows app in vb.net (2002) that I want to have an xp theme. I have read quite a few web articles describing the process for incorporating this and have indeed been successful at getting my ....more >>

Enterprise Library Exception: The configuration section for Logging cannot be found in the configuration source.
Posted by Jess Chadwick at 9/28/2006 2:07:06 PM
Hi, I am getting the following exception when attempting to open a site with using the Enterprise Library Logging block: The configuration section for Logging cannot be found in the configuration source. Description: An unhandled exception occurred during the execution of the current web ...more >>

Sharing a DataSet
Posted by James Vickers at 9/28/2006 6:58:01 AM
Hi All, I hope this is the right place for a question like this. We have a SQL Server that contains all of our company data, it unfortunately resides on a Server that is a little unstable, and has a lot of work to do. To improve our production, I need to run a query that gives us back so...more >>

DNS Interaction?
Posted by xeroxero at 9/27/2006 10:40:14 AM
I have a .NET Framework web service that needs to interact with a BIND installation on a Linux host. Right now, the web service executes a script to SSH into the Linux box, execute a Perl script that does the BINS work, capture the result, and then parse it. I would like to cut out as m...more >>

Check for time differences on other servers
Posted by Josh at 9/27/2006 12:22:41 AM
Imagine I have a distributed app on a number of servers, say a web farm and a couple of app servers. Can you think of any techniques that would allow me to be *accurately* aware of any difference in clock time between the boxes. It sounds fairly straightforward, but if you want a high level of...more >>

ASP
Posted by UB at 9/24/2006 6:47:02 PM
I have a database ASP program that works off a centralized server. Now the client wants me to put it on laptops using SQL Server 2005 Express. I can do this but do not know of any way to protect my AP code from being viewed and stolen. Is there any easy or not too time consuming way to do thi...more >>

Another Remoting Security Error
Posted by Jason at 9/22/2006 5:18:58 PM
Hello, I am trying to get a client machine running XP SP2 in a domain talking to a server app running on a Windows 2000 machine (no domain). I am running into an InvalidCredentialException when the client attempts to communicate over the Tcp channel. Is there a way to configure the server ...more >>



Installing Multiple Copies of a Service
Posted by jctebo at 9/21/2006 9:29:02 AM
Hi. I am having difficulties getting a service to work. I tested the service using a windows application that has one button (simulating the start service command). Everything works fine. The application works as intended. I then copy and paste the code into a windows service application, and ...more >>

automatically receive xml data to sql server 2000
Posted by srid at 9/21/2006 7:21:01 AM
I am developing a vb.net windows application.The backend is sql server2000. presently company is receiving data in email format. the data entry person checks the email every hour and enter the new info to the application/db. in the future the website company will send the data in xml format. m...more >>

Microsoft Data Application Block
Posted by jeanfrancois.cantin NO[at]SPAM gmail.com at 9/18/2006 9:11:56 AM
Hi ! We use the application block from Microsoft with an ASP.NET 2.0 application. We already have develop previous solutions with the same pattern, and everything worked fine, but this time, the application block seems to create too much connections to the SQL Server. How can I make sure the ...more >>

Microsoft.net Framework 1.1
Posted by golf45 at 9/15/2006 7:11:02 AM
I am recieving the following error when I run Microsoft.net framework 1.1 wizards. This is on a Windows 2003 server. Any ideas on how to correct this? --------------------------- Config parser error --------------------------- Error parsing C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\conf...more >>

Crystal Report Error
Posted by kamal Hossain at 9/13/2006 11:23:45 PM
Hie Can Any One Help Me out. while i try to run my software (developd by vs 2005) in other Pc i get following exception : System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521...more >>

New to n-tier (C# Web app / ASP.NET 1.1)
Posted by Mr Al at 9/10/2006 5:42:45 AM
Needing guidance towards the next step. Apologies for the lengthy description. My question in summary is "how do I call my data access methods (and return a datatable) once they are in a seperate dll (on a different machine)?" Background: I have an application (helpdesk/FAQ) written in C#...more >>

Help with Web Services vs Remoting: a specific case
Posted by Max André Bündchen at 9/7/2006 9:51:02 AM
I'm new in .Net development and my first project is to develop a .Net version of a old Visual Fox Pro system (a ERP-like system). In that system we will develop a client winform application that will comunicate with the server side (both will be develop in .Net 2.0 - or the comming 3.0). Th...more >>

Same Service/Multiple Instances
Posted by Jeff at 9/3/2006 8:14:02 AM
I have a .Net 1.1 Windows Service that communicates with the outside world using remoting. In rare cases customers need to install this service multiple times on the same server and have each service listening on a different port. Can the same .Net 1.1 service be installed and registered m...more >>


DevelopmentNow Blog