Groups | Blog | Home


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

Business Facade and Dynamic control loading...
Posted by nileblitz NO[at]SPAM gmail.com at 4/29/2005 6:45:47 AM
Hello, I have included the "Facade" pattern in my architecture for decoupling the UI and the business processes. Now we have decided that we need dynamic controls (overloaded) to be loaded for certain pages.The problem is that I have always worked with dynamic controls directly from the cod...more >>


Publish Subscribe
Posted by djmc at 4/28/2005 5:29:23 PM
Hi, I am trying to setup a publish subscribe system to broadcast data to clients behind a firewall. Here is my scenario: Customers [Group A] update/create data on website Customers [Group B] are running an app behind a firewall and need to be notified of updates. I am trying to avoid ...more >>

Serialization of uninitialized attributes
Posted by Aaron at 4/28/2005 7:02:09 AM
When passing objects using .Net Remoting, I am getting an error when any of the attributes of the serializable class are null. Is there a requirement that all values or certain types must be initialized? Does anyone know of a good article which speaks of this?...more >>

Windows Service and Serviced components (COM+)
Posted by BillK at 4/28/2005 1:28:13 AM
I have created an enterprise component (COM+) that work fine when used with a windows form application, but when i try to use the same component through a windows service nothing happens. Can i use Serviced components from Windows Service? Bill...more >>

Architecture for distributed application
Posted by Grishka at 4/27/2005 10:16:02 PM
Hello guys, My question is regarding the architecture of the application I am going to develop: I have several applications running on different Windows machines. All of them communicate each other and perform some tasks. These applications are NOT Windows services and they are running a...more >>

Remoting and Exception Help Needed
Posted by xenophon at 4/26/2005 2:11:57 PM
I have an ASP.NET app with pages that put data into a Hashtable. Other pages get data out of the Hashtable. The Hashtable is actually inside a seperate AppDomain, and a "gateway" object is instanced/used to get data from the Hashtable. When one page is getting something in the Hashtab...more >>

.Net Distributed info
Posted by juliankhan NO[at]SPAM hotmail.com at 4/26/2005 2:23:40 AM
Hi i am new to .net and i am trying to get some basic information about designing a robust distributed .net application. i have written many vb6/asp n-tier com+ applications but need some basic direction. is there one source of information (with good examples). the many web sites i have vis...more >>

MS SQL Server 2000
Posted by Johan at 4/26/2005 12:00:00 AM
Hi, If I have a distributed application where the database is accessed over a WAN, how should the login and the access control be done, in the database? There will be several different users with different access rights. The app needs to be highly secure. /Johan...more >>



Webservice or not Advice
Posted by JJ at 4/25/2005 9:33:02 AM
Hi, I have a situation where I have a Rich Client Win Form App built in C# and I need to transport a dataset across the internet to a webservice in asp.net. Database is Sql Server sitting on the same webserver. Now the problem resides in the connection type. He is using a satellite conne...more >>

Automatic Reminders
Posted by nvishnu at 4/25/2005 12:00:00 AM
Hi All, We sell a web based product and part of our application in future will rely on sending automatic reminders to a set of users configured via application. The application should monitor the database constantly to generate reminder emails if its due. My question is how to develop this rem...more >>

Using compiled .Net system on a new PC
Posted by Scott at 4/24/2005 8:54:04 AM
I wrote an app and compiled it. Of three PCs, all are XP Pro. Two have VB.Net 2002 Std Edition installed. Copied .aspx's and the new .dll to new folders (virtual dir's) on all 3 PCs. The two PCs w/VB.Net see it and run it okay. The third PC gets this message: Line 11 char 1, Error 'doc...more >>

How many webforms can I have in one application?
Posted by nique at 4/23/2005 11:10:04 PM
Hello everyone, I have seven webforms that works fine at design time. But when I package it for installment, I get an unrecoverable error. If I remove one of the webforms, the packaging continues without a problem. I thought it was the form that I removed was the culprit. So, I added a b...more >>

Help in deployment
Posted by Mona at 4/22/2005 8:25:13 AM
Hi, This is a SOS...I am able to compile and run the application from my login but unable to create the deployment setup package. My system admin has to come and run the .net in his login to help me create the setup. Does anybody have any alternative/solution. I need to create the setu...more >>

Web page automatically runs .net exe (no download prompt)
Posted by GMRDev4 at 4/21/2005 9:44:14 AM
I created an executable in vs.net 2003 and loaded the exe onto a webpage to be downloaded by our other office locations. When I (or anybody else) click on the link to download the exe, the page does not prompt me to run/save the exe, it just runs it automatically. Is this an issue with the e...more >>

VB.NET application install error
Posted by clbarcode at 4/20/2005 9:58:02 AM
I am trying to install a VB.Net application and I keep getting this error: Error writing to file: CRVsPackageLib.dll. Verify that you have access to that directory. Any ideas as to what is causing this error. I have installed this application numerious times and this is the first time I have s...more >>

Crystal Reports v8.5 Pro & IIS 6.0 on Windows Server 2003
Posted by Khanh at 4/20/2005 8:56:01 AM
My web app fails to show the crystal report when on Windows Server 2003. It uses a report template. My app returns the following cryptic error: Error #507 An exception occurred (Source: Microsoft VBScript runtime error) Please contact your administrator about the problem (i...more >>

serialization question
Posted by param NO[at]SPAM community.nospam at 4/18/2005 1:47:42 PM
Hi all, I am working on designing a solution that will have an asp.net front end and sql back-end. Due to the constantly evolving nature of the application, I will be using vb.net classes and objects to represent data and pass them back and forth between tiers. This is all great except when it...more >>

Web Services or Sockets?
Posted by Joe at 4/18/2005 12:12:02 PM
I am looking to create a Windows Forms application that would get notifications from the server when data changes or it gets an instant message from other users. This application would have to work at different sites over the internet. The two technologies I am looking at are Web Services or...more >>

Parameterized components?
Posted by Steve N. at 4/15/2005 2:57:01 PM
I'm following the walkthroughfor creating a Web Application ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/vsintro7/html/vxwlkWalkthroughCreatingWebApplicationUsingVisualCOrVisualBasic.htm The application uses a component where data adapters are dropped onto the component designer, and then c...more >>

New Project - Should I use MS technology?
Posted by David Young at 4/15/2005 10:25:03 AM
Wow, this is exciting. I've just got a new project request. It's for building a statement processing system. Customer send us data, we merge the data with an existing report layout, then we print and send back to the customer for distibution. Sounds simple enough right? Use Crystal or SQL ...more >>

New company architecture
Posted by John Wright at 4/15/2005 9:52:30 AM
I have been asked to sit on the commitee that is designing the new architecture for the company. Currently we are a VB shop that uses SQL Server 2000 as the data store. In the company there are a vast array of programmers from beginners to advanced programmers. Up until now, the VB codes came...more >>

Can't Run Program Off of CD
Posted by JAIMEM at 4/14/2005 1:40:03 PM
I have a Program written in VB.net that runs off a CD. The CD Contains tecnical Drawings and Information that Can be printed. I need to know how to get this Program to run on computers that do not have .net framework installed. It is a pain to have to install the framework just to view some...more >>

Why would I use Serviced Components?
Posted by David Young at 4/13/2005 9:19:10 AM
I've really been struggling with this question for weeks now. I've litterally read EVERY article on the .Net Architecture site. I've read more blogs than I care to admit and I still just don't get it. I understand SOA and can see where it would benefit certain types of applications for certain...more >>

Oracle ODP and Enterprise Library
Posted by Tom at 4/11/2005 2:17:01 PM
Anyone know if there is a version of the Data Access component of the Enterprise library that will use the Oracle ODP? I've started writing one of my own, but it is taking quite a bit of time (and I've yet to figure out a couple of things) so was just wondering if anyone else has done this alread...more >>

Architecture Question
Posted by vin at 4/11/2005 1:49:03 PM
Hi & TIA, Not sure if this is the right forum... I am an amatuer programmer. I have an asp.net app which has the following layers:UI->UIP(xxxController)->BLL->(IDAL)->DAL. Using Enterprise Library. I am trying to add on a smart client which will access the data thru webservice using WSE2.0...more >>

Serviced Components Out-of-Band Data
Posted by Arjuna Marambe at 4/11/2005 6:23:02 AM
Hi, I am trying to pass some additional information in every method call to a serviced component, like we do in SOAP Headers in web services. When using remoting I was able to pass this info in CallContext, but I cannot use CallContext from Serviced Components since it returns null. Does ...more >>

Best way to do this...
Posted by Fabio Gouw at 4/9/2005 1:01:03 PM
Hello, I've got the following question, I hope you guys can help me. I have an ASP.NET application. It has an page that calls a process (send lots of e-mails using a component form my customer framework). The problem is that this call can take a long time do execute. So, I'd like to cre...more >>

got answer
Posted by diana suganthy via .NET 247 at 4/7/2005 11:57:01 PM
Have any one answer to my question -------------------------------- From: diana suganthy ----------------------- Posted by a user from .NET 247 (http://www.dotnet247.com/) <Id>aLI5DDoefUOpX+p5bi8SSg==</Id>...more >>

How can i get the Property value using Reflection (Return type: Collection of controls)
Posted by Mudassar at 4/7/2005 12:00:00 AM
i want to get the property value using reflection. Scenerio: i have a status bar on MDI form. it has property named "Panels" and i want to get a specific panel from that panels collection using reflection. Please let me know. Thanks C# Developer Mudassar ...more >>

Application won't start without Visual Studio
Posted by kkaisa at 4/6/2005 11:49:04 PM
When starting up our application in a computer without Visual Studio it won't start and does nothing. Our program uses dll-files but the target computer doesn't seem to find them. A program which doesn't use dll-files works fine in the target computer. .NET Framework has been updated to the ...more >>

Help:Alternative for Sessions
Posted by Pavan at 4/5/2005 8:15:12 PM
Dear Sir In our project we are using more than 30 Session variables and we are assigning those variables in the first page and using them in different pages.Our program may be accessed by 500 users at a time and we are feeling that it might create a bottleneck in our program.We would lik...more >>

.Net Documentation
Posted by Inam Ulhaq via .NET 247 at 4/1/2005 4:11:12 AM
(Type your message here) Hi How the .NET languages extract the comments from the projects to generate the xml documentation. I have to do this all by my self with some additional features like filtering and convert to different formats i.e, PDF, MS Word etc. Actually i am going to develop an Add...more >>


DevelopmentNow Blog