all groups > dotnet distributed apps > july 2005
Filter by week: 1 2 3 4 5
DTC and Oracle
Posted by richlm at 7/28/2005 12:00:00 AM
Problem is with multiple processes using DTC with Oracle and SqlServer.
Oracle sporadically returns error ORA-6106.
The scenario and problem appears to be the same as described in
http://www.devnewsgroups.net/group/microsoft.public.dotnet.distributed_apps/topic13829.aspx
The solution sugges... more >>
Collecting and propogating Validation Errors and Warnings in the Business Layer and Data Layer
Posted by Alan Fisher at 7/27/2005 12:00:00 AM
I am building a stateless distributed web application which has validation
of information performed in many layers. Most of the validation will be
repeated in both the UI and business layers as the code is structured to
also expose functionality as a web service. More advanced validation will ... more >>
Following Question in C# and Assembly
Posted by Silent Ocean at 7/26/2005 11:07:52 PM
Hi All
I have following questions regarding C# Assembly and Threading.
Let me know the precise answer or lead me to the proper materials.
1. Is memory leakeage possible in .Net Manager Code ?
2. Is memory leakage possible in .Net Unmanaged Code ?
3. How can I find the what % of memory i... more >>
User Interface Application Block and VS2005 Wizard Control
Posted by Alan Fisher at 7/25/2005 12:00:00 AM
Has anyone been extremely adventurous and attempted to use the UIP
Application Block to create a Wizard style ASP.Net app? I have been
exploring the Wizard Control in VS2005 but the model doesnt seem to vit with
the UIP Application Block.
I'd really like to use the UIPAB so at this stage I ... more >>
Rendered page available before completely loaded
Posted by Wrobbins at 7/23/2005 5:16:01 AM
I have a problem with a DotNetNuke custom control I am building. When run on
a hosting site (WebHost4Life), there is a 2-5 second delay between the time
the page is apparently ready for use and when the "Done" icon appears in the
lower left of the browser window. During that delay, the progres... more >>
Remote access to queued componenets in .NET
Posted by Rob Garfoot at 7/21/2005 10:39:02 AM
I've got a major problem at the moment getting this to work so hopefully
someone here can help me out.
We've 3 assemblies in .NET. One client, one server and one interface
definition. The client and server assemblies both reference the interface
assembly. The server is an object deriving fr... more >>
Formatting of columns in a datagrid
Posted by Paul Nelson at 7/20/2005 3:14:04 PM
My Last name in Nelson
The operating system on my client computers in Windows 2000, on the server
is Windows 2000 Server
The additional details, importantly, are that I am trying to configure a
DataGrid such that the columns displaying dates display them in the short
style, i.e. MM/DD/YYYY. ... more >>
ASP.NET 2.0 ready yet?
Posted by nickpup at 7/20/2005 1:33:02 PM
We are working on the design of our new web site, which we initially targeted
for ASP.NET 1.1. We also planned on using SQL Server Reporting Services from
SQL Server 2000. However, I have been reading about ASP.NET 2.0, as well as
vs.net 2005 and SQL Server 2005, including the fact that they... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
UAB Directory not created after Updater Application Blocks Downloa
Posted by Roy at 7/20/2005 1:29:12 PM
I built an application using the Updater Application Block. Everytime I
execute it, however, the block indicates a new update is present when there's
not.
I did some research and discovered that the UAB directory containing the
manifest ID was not created in the application directory on the... more >>
Designing .NET applications
Posted by Rafael Gómez at 7/20/2005 10:33:12 AM
Hi,
I'm considering to develop a .NET application.
I have read a lot about 3-tier model, n-tier model and distributed
application design, and conceptually I think I understand it.
The goal of the design that I want is deploy business components one time,
to allow reuse its in windows fo... more >>
System.Transactions -- "The transaction has already been implicitly or explicitly committed or aborted" exception when opening SqlConnetion
Posted by news.microsoft.com at 7/19/2005 12:00:00 AM
Hi, everybody!
I sure hope somebody has already stumbled upon a similar problem and found a
solution.
Basically I'm having a problem with establishing a transaction between my
app server and a sql server, both on different boxes.
When I try and open the connection, an "The transaction has... more >>
SOAP project
Posted by MR at 7/17/2005 10:27:22 PM
i need to develop a SOAP client, Since I have never personally done one I
would like to make sure that I am going about it correctly.
The client is a Windows (probably 2k3) application that communicates over
HTTPS SOAP. The remote server is Unix based and implements Axis, which I
know nothing... more >>
Screensaver
Posted by Antonio at 7/16/2005 5:25:04 PM
Hi, everybody. Sorry about the cross-post.
I would like to create a screensaver with my son's pictures. Can it be done
with VB.NET? If so, can someone tell me where I can find information?
Thanks
... more >>
Socket Buffer Question
Posted by MasterBlaster at 7/15/2005 7:53:04 AM
I'm building a socket layer within my project and I have a couple of questions.
1) What is the optimal size for the Buffer for performance? I could have a
lot of data coming across.
2) I am doing asynchronous listening for clients & data using BeginAccept &
BeginReceive. What would you say... more >>
How to create n-tired application.
Posted by Niyazi at 7/15/2005 2:45:03 AM
Hi all,
I am planing to create n-tired application using VB.NET + ADO.NET.
SQLServer only will holds the person name address and picture.
Than hypotheticaly speaking the another branch (client machine) will access
to server and server retrives the information from SQL Server and send it to
cl... more >>
Proper Deployment
Posted by Nikhil at 7/14/2005 9:23:05 AM
All,
I just wanted to get your insight on the correct way to deploy .NET
dll's
I have a web-site, which in turn interacts with my dll's the main dll the
web-page calls for now is in Com+ unmanaged code, this in turn at times
call's managed code (C# dll's). The process I currently u... more >>
Notification via webservices; transport files via sftp?
Posted by kiln at 7/12/2005 5:18:10 PM
I need to build a program that from a client pc, checks via webservices
a public webserver for the availability of new files. What are my
options for transferring the files to the client pc? The files would be
encrypted word docs. I'd like to keep things as simple to program, and
as simple t... more >>
Remote executable
Posted by kentk NO[at]SPAM berger-transfer.com at 7/12/2005 11:41:03 AM
I have created a .net console app and installed it on a machine in our
domain. The folder that the app is in is shared. On another machine in the
same domain, I map a drive to this folder. On the machine with the mapped
drive, I open a cmd window and I am able to run the app. Now if I cha... more >>
BITSDownloader error in Updater Application Block 2.0
Posted by AA at 7/12/2005 8:15:04 AM
I am working on an application using the Updater Application Block 2.0, using
BITSDownloader.
When BITSDownloader try to download a config file (for example:
“myApplication.configâ€), the BITSDownloader returns this exception:
Exception Information Details:
============================... more >>
2 Tier and N-Tier
Posted by Raju Joseph at 7/12/2005 12:00:00 AM
Hi
I am looking for some suggestions here. We are creating a distributed app
(3-tier) using VB.NET and ASP.NET Web Services. The architecture follows
that of a 3-Tier architecture. Now, one of our clients do not want the
3-tier model. They want the application to be just a client-server model.... more >>
Sharing data between distributed apps
Posted by Joe Thompson at 7/11/2005 2:56:08 PM
I am using Visual C# to design a system as follows:
There will be 3 computers all on the same network running identical programs
at the same time. The computers can come up in any order. The programs
(which I am writing) are supposed to share their data with one another a few
times per se... more >>
TCP Socket Question
Posted by MasterBlaster at 7/11/2005 11:19:16 AM
I'm in the process of building a communication layer for a system that needs
real time data transfer from client to client asynchronously and what I have
read it seems that socket is a better approach than remoting for client to
client communication. Do you feel that is true also I've also see... more >>
Choice Between Windows Service and NET Remoting
Posted by Zeeshan Gulzar at 7/10/2005 10:39:11 AM
I have created three windows services in which two services listening two
different logical ports continously and one service capture COM ports. These
windows services informs the Main Window Application which is also running in
different Application Domain or Window Process space. These servi... more >>
Remoting and DataSet events
Posted by gwenda at 7/7/2005 3:21:04 PM
Hi,
My client - server communication is done using .Net remoting. I'm hosting my
server components in IIS. The objects passing between the client and the
server are classes which wrap DataSets inside:
[Serializable]
public class CallOut
{ ....
private DataSet calloutDS;
public DataTa... more >>
connection to a remote computer by sockets
Posted by asilter at 7/6/2005 2:35:02 PM
the computer which i want to access from my home is the computer of mine in
the company. and i want to do this with socket programming.i will execute a
java program listening the port 5101 for example.
my intranet IP is 10.10.20.84
but i know that is an unreachable IP from outside.
so ho... more >>
c# concept question (.exe's vs web interdface)
Posted by RobKinney1 at 7/6/2005 11:06:03 AM
Hello, I am a beginner C# programmer for our company. I am rewriting some
of our software written in C++ to C#.
With our new software we are developing, my boss is under the impression
that you can actaully just "change" the .exe file on our servers and everyone
who logs into our webpag... more >>
Remoting vs TCP Socket
Posted by paps at 7/6/2005 8:56:04 AM
Following the previous post Remoting vs WS I have another question.
I need to implement a client that receive from the server hundreds of small
message from the server every hour. (the number of clients may be 1000 and
they are in the internet )
will remoting tolerate this kind of traffic (wit... more >>
Remoting vs Web Services
Posted by vishy at 7/4/2005 9:09:01 AM
Hi,
I am completely confused what to use in my app..web services or remoting(any
other options?)..performance is very important facor in our application..
Scenario..
well i would like an opinion on an architecture question..
I am involved in a project..where users are processing sales at
ter... more >>
Having trouble with .jpg file association
Posted by Obsulete at 7/2/2005 3:28:02 AM
I recently installed Office XP and it changed my .jpg file association for
Visual C++ .net. I was wondering if anybody knows how to reset my file
association so I can get it back to the default association for Visual C++
..net. Any help will be appreciated. Thank You.... more >>
Remoting and Proxy settings with .NET 1.1
Posted by Thilo at 7/1/2005 8:01:05 AM
We develop a distributed application; the client accesses remoting objects.
The remoting objects are delivered from a library, which is hosted in the
IIS. In the Internet Explorer settings a proxy is set; local adresses and the
masks "*.xyz.de" and "1.2.*" are excluded from access over proxy (... more >>
|