all groups > dotnet distributed apps > july 2005 > threads for july 15 - 21, 2005
Filter by week: 1 2 3 4 5
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 >>
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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|