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 > august 2004

Filter by week: 1 2 3 4 5

Server-side .NET Component question
Posted by Henry Chen at 8/31/2004 3:11:07 AM
Hi All, I am new in .NET development. I have few questions. Hope you can help me. 1. If I would like to develop a server-side .NET Componet with DTS support, What technology will best fit my requirement? .NET Remoting? 2. Is the MTS or COM+ going to obsolete in .NET? If yes, what will ...more >>


Need help in .Net Setup and Deployment Project
Posted by asparihar NO[at]SPAM gmail.com at 8/27/2004 12:26:16 AM
I am using .Net Setup and Deployment Project to create .msi file for web application. I am using ‘Setup Project' template for this. In this project I am creating virtual directory at run time. All the code has been written in ‘Install' overridable method in Installer Class. Directory is creati...more >>

Set Icon Property for User's Desktop and AddRemoveProgramIcon Prop
Posted by Joyce at 8/27/2004 12:05:03 AM
Hi, I am using VS.NET Setup Wizard to create my setup msi file. However, I can't set the AddRemoveProgramsIcon property for my Setup Project and the Icon proptery for the shortcut of the output file in the User's Desktop. The correct icon can't appear. I use the following steps to set th...more >>

UAB and Public Key
Posted by Tom at 8/26/2004 4:12:15 PM
When using the Updater Application Block: Let's say we used the manifest utility to generate a public/private key. We hash our files using the private key (which we keep secure). Obviously, the updater, when rrunning on the users workstation and when copying/verifying the files, needs the public ...more >>

WEB enabling old VC applications
Posted by toreernt at 8/26/2004 3:21:01 PM
Hi there ! I have developed several applications using VC++ 6.0. To do the IPC part I have used (D)COM and CORBA. Which have been working very nice. Now I need to create WEB enabled interfaces to my applications(which has an COM interface), and I am using VS dotnet 2002. I have made som pages ...more >>

Good book on multi-tier programming
Posted by jvr_be NO[at]SPAM yahoo.com at 8/25/2004 11:10:29 AM
What is a good book on multi-tier programming? This for windows applications as well as web applications. Can anyone make some suggestions? Lots of thanks...more >>

strong names -compiling and distribution
Posted by sahridhayan at 8/24/2004 8:45:03 PM
is there any simply way to create strong names for all my DLLs say i have nearly 50 DLLs in a Solution... BL,DA,DS... lot of references to outlook,office... I am using this Microsoft DLL Microsoft.ApplicationBlocks.ExceptionManagement.Interfaces also in my projects i am not able to compil...more >>

System Time synchronization
Posted by arcvonz at 8/23/2004 3:29:58 PM
We have a time critical smart client application running on Windows 2000/XP systems. Is there any reliable service that would help in syncing the local system time to atomic clock or local time at the least in case the user changes the system clock in purpose or inadvertently? - Network synch...more >>



How can I add my own folders to Visual Studio.Net Templates?
Posted by kamaumalone NO[at]SPAM yahoo.com at 8/22/2004 8:17:23 AM
I have been charged with creating customized visual studio project templates for our organization. I have been successful to a point. I would like to add folders to the project template and I have not been able to do so. For example, I would like the directory structure to look similar to the fo...more >>

PLEASE HELP FOR MICROSOFT DISTRIBUTED TRANSACTION NOT WORKING IN VB.NET
Posted by DotNetJunkies User at 8/18/2004 8:03:22 AM
I am writing a distributed transaction code. My current scenario include a client database(Suppose client- having 4 main database) which can be installed anywhere which would connect to a public database placed at ISP datacentre(Suppose Server- having 2 database[host,transmissionqueue]). this serve...more >>

Unable to reference a web service on a windows project
Posted by Joby Joy at 8/17/2004 5:55:06 PM
Hi, I need to create an application which would use windows forms user interface, while connecting over the web. I have created a webservice, which is running on the local host. But when I try to add a web reference, I get the following: Custom tool warning: DiscoCodeGenerator unable to in...more >>

Application shortcut has strange behavior
Posted by tycus at 8/16/2004 6:27:02 PM
I am deploying a .NET Windows application. In the Setup project, in the "Files on Target Machine" I chose the User's Desktop and create a shortcut. The target of the shortcut is "Primary output". The idea is to have the Installation script create a shortcut to the application on the user's d...more >>

Using DataSet and remoting to implement distributed cache--pattern
Posted by Liam Davis-Mead at 8/13/2004 2:31:02 AM
I'm interested in implementing a data access layer which uses typed DataSets as data transfer objects. I would like for the assembler which is responsible for managing each DTO and its corresponding DataAdapter to maintain a static cache--a larger DataSet of the same type as the DTO. Any r...more >>

Moving from Development to Staging
Posted by Robin at 8/12/2004 8:25:18 PM
When moving an Asp.Net solution that has used the drag and drop method for some data components. What is the best method of changing them to use the staging SQL Server connection. ...more >>

updating dataset
Posted by Robin at 8/12/2004 8:22:32 PM
In a .Net solution that has a DAL, Class and Business logic. When recreating a dataset from the class the records are inserted into the database from the dataset instead of updating. This is using the dataset merge command. Is there any settings that should be used to ensure that the data is ...more >>

COM+ - why & when...
Posted by ereldor NO[at]SPAM hotmail.com at 8/12/2004 1:56:18 PM
Hello all, My project is a .net c# project, and has some layers - SI (service component), BL &DAL. Nowdays i'm using com+ for every layer (Si s a service component, others are just plain library components - though without using themself setabort/setcomplete). My question is - why should i...more >>

Monitoring and Metrics
Posted by mk at 8/12/2004 3:11:01 AM
Hi, I was wondering if someone could recommend a good performance monitoring tool for COM+ applications. We have an extensive distributed system comprised of VB and C++ COM+ components spread across multiple servers. We also have a few C# objects and C# windows services in the mix. We are ...more >>

Memory issue with COM+ .NET Managed Component
Posted by seedollarsign NO[at]SPAM hotmail.com at 8/11/2004 7:32:35 PM
I have a component that I've writen in C# that does a lot of disk reading and processing. What I'm noticing is that when I have the DLL as a part of a console test app, my memory usage stays rock solid. It'll jump to about 58MB of RAM after processing 750MB of files off the disk. When I plug ...more >>

hi.. dotneters
Posted by dinao at 8/11/2004 4:34:07 PM
I've just joined this newsgroup....more >>

Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'
Posted by Brad Simon at 8/11/2004 2:57:01 PM
I am creating a distributed app, and I am having a problem with the user's identity getting propagated to the SQL server. Here is the layout: Windows App --> Web Service --> DLL --> SQL server 2000 Windows App is on WIN XP Pro, with logged on user. Web service on a w2K3 server, using int...more >>

Handling Exceptions in Socket Callback functions
Posted by faktujaa at 8/10/2004 3:23:02 PM
Hi, I am having some problem with callback used in socket implementation. private static void Connect(string strPrtrIPAddr, int intPrtrPort, ref Socket rsocClient) { try { // Create remote end point. System.Net.IPAddress IPAddress = System.Net.IPAddress.Parse(strPrtrIPAddr); System.Net.IPE...more >>

Can it be done this way in the UAB??
Posted by Tom at 8/10/2004 9:07:02 AM
I was interested in using the Updater Application Block to ease our deployment issues with new builds in VB.NET. However, I think I want to do it a different way than the Updater allows. As I understand it, I install the initial build using my normal .MSI file. Then, as new builds get 'pushed' ...more >>

Best practice to implelement user licensing in desktop app
Posted by n33470 NO[at]SPAM hotmail.com at 8/9/2004 5:50:44 PM
In a desktop application, is there a best practice to implement a check at login time to ensure that the number of active users has not exceeded a limit? In our application, we intend to sell licenses for the software based on the number of concurrent users that need to be supported. What I'd...more >>

Debbuging on client PC
Posted by M.Ruby at 8/9/2004 2:57:02 PM
I want to debug an application on my clients PS. Presuming I deploy a debug build and the PDB file what debugging tools do I need to run on the client to step through the managed code? Oh and where can I find them? Ta in advance, M.Ruby...more >>

Error Using DPP Provider in CMAB
Posted by Paolo Taverna at 8/9/2004 11:14:36 AM
Hello I have the Message: 'Error using Storage Provider - ISAGConfigSection' when i want to use the Out-of-the Box functionality of the DPAPI Data Protection Provider. I used the sample in the Documentation from CMAB. My App.Config is the following: <?xml version="1.0" encoding="utf-8" ?> <c...more >>

Windows credential lost upon password change
Posted by Sylvain Audet at 8/9/2004 8:19:47 AM
Hi there! We are experiencing a very strange problem with our VB.NET application. The application is using .NET Framework v1.1.4322 and the problem is experienced only by Windows XP users. When our application starts, it retrieves all required core assemblies from a network path...more >>

.Net Framework on Mac
Posted by vedant_15 at 8/7/2004 10:47:01 PM
How can I run applications I wrote using Visual Basic .Net on Mac OS's ? -- There are 10 types of people. Those who understand binary and those who dont. Vedant Lath...more >>

Broadcasting SOAP messages using WSE 2.0
Posted by Marcus Mac Innes at 8/7/2004 1:45:02 AM
I came upon an idea to interrogate a network in which there are multiple machines running instances of some well known Service. My idea is to broadcast a OneWay SOAP message using the network broadcast address 255.255.255.255 in order "discover" all possible active receivers. Each receiver ...more >>

how to do AddHandler
Posted by rt at 8/6/2004 12:35:02 AM
hi, i am having a vb.net window form, that form is having a timer. in each interval the it reads data from sql server back end, continously. and display on it. some times the form may not respond, and after few seconds, responds.... i know i should go for multithreading in vb.net whe...more >>

Are callbacks/events supported by No-Touch deployment
Posted by Niklas at 8/5/2004 12:07:03 AM
Hi I have a remoting client/server application. The clients subscribes to a server event. All works fine if client is used as a window application, but when the client is used with No-Touch deployment over Internet Explorer the clients do not get the server events any more and no exceptions a...more >>

C# Queued Component memory leak
Posted by Marcelo Dabanovich Lavio at 8/3/2004 10:44:22 AM
Hi, I have the following scenario: Windows 2003 Server COM+ 1.5 ..NET 1.1 Client code snippet (in an .aspx.cs code behind): ------------------------------------------------ private void Page_Load(object sender, System.EventArgs e) { using (ESTransactionScope scope = new ESTransa...more >>

.Net Remoting Question
Posted by CEP921 at 8/3/2004 10:13:42 AM
Hi All. In preparation for exam 70-310, i've been working a chat application (refer to Lab 4 in MCAD/MCSD Self-Paced Training Kit) that consists of a server-activated remotable object (ChatCoordinator.dll), a console application that configures the ChatCoordinator object (Server.exe), and...more >>

File or assembly name error
Posted by Henrik H at 8/3/2004 7:07:01 AM
Hi All. I building a MSMQ, over one server to another. Sometimes when i have registrer my component, and runs my app, I get the error: File or assembly name <filename.dll> assembly, or one of its dependencies, was not found. The "<filename.dll>" points at a diffrent file each time i run my a...more >>


DevelopmentNow Blog