all groups > dotnet distributed apps > july 2006
How many AppDomains
Posted by billr at 7/28/2006 10:04:03 AM
Sorry for the cross post ..
hi there, I hope that someone will be able to shed some light on little old
confused me.
We are developing an application which will be deployed onto a Terminal
Server machine. The application will be used concurrently by multiple users.
We have a static obje... more >>
How to package Windows Form application
Posted by Libs at 7/27/2006 7:31:03 AM
How to package Windows Form application with VS 2003 to be further installed
using Windows Installer?... more >>
Problems with XA Transaction Manager
Posted by Fco Javier at 7/26/2006 1:23:11 PM
I have got an entry in the Application Event Log as follows:
"The XA Transaction Manager attempted to load the XA resource manager DLL.
The call to LOADLIBRARY for the XA resource manager
DLL failed: DLL=.\xarmconn.cpp File=2406 Line=%3."
This only happens for updates. The SQL select are worki... more >>
.NET 2.0 Serviced Components and windows 2000 sp4
Posted by Luiz Carlos at 7/24/2006 11:34:02 AM
Hello Folks,
I've a big problem. I developed a .NET website with Serviced Components and
Com+ Vb6. This apps are running in a windows xp sp2 very well.
I did install this in a windows 2000 but I am many problems:
- The GAC in win2K are diferente (there is only one assembly directory)
- The... more >>
COM+ Serviced Componet Application Proxy - Can anyone explain
Posted by OliviuG at 7/20/2006 5:19:03 PM
Does anyone know in details what happens when you export an application proxy
from a COM+ Managed Application, and installing the proxy on another box.
As far as I know:
- app directory created and managed dll is copied there
- COM registry entries: app id + remote server name and Cls ids poi... more >>
maintenance required?
Posted by rodchar at 7/20/2006 7:42:01 AM
hey all,
i just configured my sql server to be the session state for my web page for
the first time (under fw v.1.1 ).
is there any maintenance involved when using sql server as session state?
for instance, do i have to clear tables every now and then?
thanks,
rodchar... more >>
N-tier application
Posted by Gian Paolo at 7/17/2006 6:49:35 PM
hi all
someone knows where can i find a good example of an N-tier application?
regards
gian paolo
... more >>
[ANN] edtFTPnet/PRO 3.0 released - includes support for SFTP
Posted by javaftpclient NO[at]SPAM yahoo.com at 7/17/2006 5:59:16 AM
Enterprise Distributed Technologies Ltd is very pleased to announce the
immediate release of edtFTPnet/PRO 3.0 - a major upgrade to EDT's
popular software library for embedding secure file transfer
functionality in .NET applications.
edtFTPnet/PRO 3.0's major new feature is SFTP support. edtFT... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
UAB - New version not installed
Posted by Stef at 7/6/2006 9:01:41 AM
Hello folks,
I have used the sample projects of the Application Updater and I
have a problem. I use the manifest approach to update my application
and when the application catch a new update, it will restart the
application but it's still the same version!
Also, it creates on my client, a n... more >>
Serviced Component : Architectural revival
Posted by Furqan Baqai at 7/6/2006 1:23:01 AM
We have ASP.net application which uses crystal report as a report generation
tool and SQL server Database server.
We are using Microisoft Entlib Security Blcok and Dataacess block.
We are facing a huge performance degeration problem in the application
mainly in reporting section.
We audited t... more >>
security problem
Posted by Crespo at 7/5/2006 5:53:49 PM
hi,everybody.
I have a question about distrbuting my program safely. I have developed a
c# program and want to distribute it to my customers.But using
reverse-assembling tools everyone can "see" my codes very clearly. Is there
any tools that can changed my progrem to traditional binary execute... more >>
Newbie Question about SQL Server 2005 Express connection...
Posted by Liam at 7/5/2006 4:13:02 AM
Hi, I'm fairly new to this, hope you'll forgive the newbie question.
I'm trying to build an app that will be installed on up to six PCs. The app
will use a Winform UI connected to a database sitting in a shared network
folder.
I chose to use SQL Server 2005 Express Edition based on the und... more >>
"Couldn't install assembly as a COM+ component" Error Message
Posted by OliviuG at 7/3/2006 3:21:02 PM
We use serviced components and we've changed the transaction settings on the
componets from [TransactionAttribute(TransactionOption.Supported)] to
[TransactionAttribute(TransactionOption.RequiresNew,
Isolation=TransactionIsolationLevel.ReadCommitted)]
..
We get the error I mentioned in th... more >>
|