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 > september 2005

Removing the title bar
Posted by Eitan at 9/29/2005 7:36:03 PM
Hello, I am developing an SDI application, based CFormView. I would like to prevent the user from moving the window around. How do I do that? Eitan...more >>


problem in downloading exe file from website
Posted by tushar.n.patel NO[at]SPAM gmail.com at 9/26/2005 5:26:37 AM
hi, i've made one .exe application in .net 1.1 and upladed to one server. the problem is when i click on the link, instead of downloading it like normal exe file it is opening it. i want to download the exe as it also has some DLLs which needs to be deployed at client side b4 application sta...more >>

Short .net remoting calls and bad performance
Posted by apoc69 NO[at]SPAM gmx.net at 9/26/2005 3:10:43 AM
hi all, in my distributed application i have the problem that i send many short ..net remoting calls which are leading to a bad performance. i already use remoting over tcp and the binary formater. so, is there a way for example to send client-requests/calls delayed to the remoting server? ...more >>

Add Web Reference Error
Posted by Ross at 9/23/2005 4:58:03 PM
Hi folks I have a <WebMethod> public function called GetCountriesForCountryStart that has a single input parameter (Varchar 50) and returns a SQLDataReader. The relevant code is as follows: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx <WebMethod()> Public Function GetCountriesFo...more >>

Is there a function in .NET for Retrieving a Machines Information
Posted by Jose Jarabo at 9/22/2005 7:54:05 AM
Hello, Im developing a simple app for inventory purposes and atm I havent been able to find any information here or on the net, about aquiring a Machines Information. I would like to retrive a machines Model and Serial Number. Is there a function or class in the .NET framework that facilia...more >>

Uploading large files
Posted by Raj Dhrolia at 9/21/2005 12:00:00 AM
Hi, Can anyone suggest me best way to upload large files (>100-500MB) to my ASP.NET web application (IIS 6.0, Win 2K3). The problem we see with conventional method is that the session times out, and the entire file gets loaded in IIS memory and things get worst when couple of users u...more >>

.Net & Visual FoxPro Problem
Posted by V.V. Singh at 9/19/2005 12:00:00 AM
Hi, I have an application designed in VB .Net to insert records into a Visual FoxPro Free Table (DBF). I have created a setup and deployment project from within .Net to install the files on Client machines. The problem I am facing is that it compiles and runs perfectly on the developmen...more >>

Server Error - Object reference not set to an instance of an objec
Posted by Ross at 9/18/2005 2:20:02 PM
Hi folks I have an error appearing when I attempt to add a Web reference to a project. The project is a asp.net web form. I am attempting to create a web reference to an existing web service so I can use one of the methods within that service. xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...more >>



.NET Code reverse engineering
Posted by Lelic at 9/15/2005 5:07:01 AM
Hi all. I'm fairly new to the .NET platform development, so if my question is not worded correctly, I apologize. With that said … I have been tasked to convert a VB6 app to c#. The app has a thick VB client and communicates via internet with database. At the first glance I was going down...more >>

MSDTC unable to communicate
Posted by Mike at 9/14/2005 9:33:41 AM
I get the following log entry each time the MSDTC starts... Event Type: Error Event Source: MSDTC Event Category: CM Event ID: 4357 Date: 9/14/2005 Time: 9:24:16 AM User: N/A Computer: ADDVMFM12 Description: MS DTC is unable to communicate with MS DTC on a remote system. No common ...more >>

Working with offline folders
Posted by NQ at 9/12/2005 1:11:02 AM
I'm looking for a solution to work at same VB.NET project in my notebook and in my desktop keeping it updated in both PC. I'm trying creating an offline folder in my desktop with WIN 2003 server and working offline on my notebook. But when I run the application in my notebook this error appear...more >>

User Interface App Block and File Upload
Posted by Bryan at 9/8/2005 2:03:19 PM
I'm using UIPAB (2.0) and I can navigate from view to view within my UIP, except for the aspx page that uploads a file. Whenever I try to navigate to that page, I get an Error 500. Any ideas? Thanks, Bryan...more >>

Best IPC method C++ (COM plus) to C#
Posted by lpinho NO[at]SPAM gmail.com at 9/8/2005 10:10:14 AM
Hi all, I will have to build a method in C++ for a COM plus object (client), I will have a server (built in C#) running all the time and waiting for messages via IPC. Unfortunaly I'm new to the world of IPC and I would like to learn what's the best method and architecture when we have t...more >>

Deployment Auto Uninstall
Posted by CBKowitz at 9/7/2005 11:55:02 AM
Is there a way to automatically uninstall the old version of an app when running the current/new version of the setup install program for that app? Thanks....more >>

Ordered Hashtable Add?
Posted by xenophon at 9/6/2005 1:13:34 PM
I think I know the answer to this one, but here goes anyway. Is it true that there is no way to gurantee the order that things will be added to a Hashtable or HybridDictionary? Is there a way to "force" it to do so? Thanks. ...more >>

Transactions in .Net Beta 2
Posted by moguls at 9/6/2005 9:04:06 AM
Hi Were developing an distributed system running on Windows 2003 server with ..Net framework 2.0 Beta 2. We have an asp.net 2.0 client. Our components are installed as an com+ library application. Everything works fine for hours and then suddenly we get the message below. After this error e...more >>

n-Tier Business App - Complex Logic
Posted by michaeltorus at 9/6/2005 2:22:42 AM
Hi I've got a n-Tier web application, consisting of SQL Database, DAL , BOL , Web Layers, with about 500 concurrent users. I've come across some complex calculations I have to make and am wondering what the best school of thought is: The calculations are definitely Business Logic. But, they...more >>

HybridDictionary Serialization?
Posted by xenophon at 9/6/2005 12:00:00 AM
Looking for a good way to serialize a HybridDictinary, to a byte[] is preferrable (since it would be the smallest), a Base64 string is acceptable, or an XML document. Help? >queryParams["@i_" + ...more >>

Custom exception not reaching client ...
Posted by Shibu at 9/6/2005 12:00:00 AM
Hi Experts, I am attaching my sample application. Here one Client (which calls)---> Remote Server1 (which calls)---------> Remote Server2 Requirement is that exception thrown from remote server 2 should reach client. My problem is that exception thrown from Remote Server 2 reaches Remot...more >>

The request failed with HTTP status 401: Access Denied
Posted by Ross at 9/2/2005 1:45:03 PM
Hi folks I have a simple SP as follows: CREATE PROCEDURE [dbo].[procCountryAdd] @country varchar(50), @result int OUTPUT AS DECLARE @error int SET @error = 0 INSERT INTO Countries(CountryName) VALUES(@country) IF @@ERROR = 0 BEGIN SELECT @result = 1 RETURN 0 ...more >>


DevelopmentNow Blog