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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|