microsoft.public.dotnet.distributed_apps Archive - July 2004
Post a message to this list
Messages
Page: 12
Implementing FTP with WebRequest (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
I'm having no luck getting the FTP sample found here: http://www.csharphelp.com/archives/archive9.html to work. I've tried every conceivable angle, but can't figure it out why I can't successfully upload a file. I'm almost convinced it's a permissions issue when the System.IO tries to read the file from the client machine. The file gets created on the remote FTP server, but doesn't get written to....
Setting a path in VB.net Code (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
Good Evening Everyone: I was wondering if anyone could tell me how to set up a path in VB.net code. For example, I know in Foxpro they have the SET PATH TO .../directory to specify a directory that you want Visual Foxpro to search. Is there anyway to do this in VB.Net? Is there any way to read the current directory that an exe may be sitting in? and Do I need to use the System.IO components? Thank...
Client Server Design Pattern (3 replies, VIP)
microsoft.public.dotnet.distributed_apps
Just a general question about client / server application design. Is there a pattern / template etc for developing a client server application such as a real time network game? (obviously only a small one :)
version error (2 replies)
microsoft.public.dotnet.distributed_apps
I am getting a strange version error "Visual studio .NET has detected that the specified web server is not running ASP.NET version 1.1. You will be unable to runASP.NET web applications or services." But the web applications are on there, and are running. I edited them before using VS.NET any idea what i need to do to get in there again now? This is our production server, and so uninstalling and r...
web apps (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
I am unable to connect to server after creating a new web app from the startup page in visual studio. I am working with vb.net bredd
Show Dialog (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
I have a form that is set up to display as a dialog form. This was converted from VB6 and was modal. When I open the form through code it populates the grids & lables ect. but has sections of the form that are not painted correctly. If I open some other type of application (word or ooutlook) and then minimize it this dialog form shows up painted correctly even though I never reopened it.This indic...
Well-known server activated object and IDisposable (9 replies, VIP)
microsoft.public.dotnet.distributed_apps
I created a singleton object using .NET Remoting. The object is created in a .NET remoting server and the same instance is marshaled to the client when the client creates a new object of it. This singleton object is hosted under NTService and I need to destroy it when the service is stopped and create it again when the service is started. So, I thought I would implement the IDisposable interface o...
UIPAB system requirements limitations inquiry (3 replies, VIP)
microsoft.public.dotnet.distributed_apps
Download page at microsoft.com cites supported operating systems as Windows Server 2003, Windows XP. For a Win Forms application having server connectivity to a Windows Server 2003 server, are there portions of the UIPAB v2 that may be used with Windows 2000, assuming any necessary installs applied to Windows 2000? If there would be installs required for Windows 2000, what would these be? Which pa...
Business Objects+Data Binding+Remoting (5 replies, VIP)
microsoft.public.dotnet.distributed_apps
http://www.dot-net-guru.com/247reference/msgs/47/238841.aspx My problem is similar to the above post by David. Again i am looking for some recommendations about designing my business objects for scalability and performance. The recommended way by using web services and xml doesn't really work for me b'coz I would like my windows forms to be bound to my business objects using native databinding. Later...
can this be done (2 replies)
microsoft.public.dotnet.distributed_apps
I've got a process that will check a user's registration of my product. Can I have a deployment product run this process before it starts the actual installation (setting the registry, copying the files, etc.)? I want to do it in a way that will prevent the installation from proceeding if the user has not registered my product. thanks in advance, ed
Can't Find Crystal Engine (8 replies)
microsoft.public.dotnet.distributed_apps
I have a VS NET 2003 VB solution in which I created a setup and deployment project. The setup & deployment object appears correct. The target system has the 1.1 framework installed. When I distribute the resulting files (the msi, setup.exe and setup.ini) and run the install, everything appears fine but when I run the app on the target and use a process that invokes Crystal Reports I get an error t...
Remoting (3 replies, VIP)
microsoft.public.dotnet.distributed_apps
Is this possible? Server Object: Standard Windows Form, compiled as dll Host: .NET Remoting referencing Server object Client: (run on different computer) to retrieve Server Object (windows form) from the Host The idea is to build "smart thick application" that will call all Forms from the server. The question is where Form code will be executed (on the Server or on the Client)? Tx for all comments...
UI Validation in NTier (13 replies, VIP)
microsoft.public.dotnet.distributed_apps
I've been reading "Application Architecture for .NET: Designing Applications and Services" http://msdn.microsoft.com/library/en us/dnbda/html/distapp.asp which to my mind reconfirms the good practice I have come across from other sources, such as "Patterns of Enterprise Application Architecture" http://www.martinfowler.com/books.html I have one nagging question... I haven't come across advice on p...
Microsoft.ApplicationBlocks.ExceptionManagement and Remoting (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
I am using the Microsoft.ApplicationBlocks.ExceptionManagement within a distributed ASP.NET application that uses Remoting. I throw a customer exception from the middle layer to the web layer and trap this. When I try to publish this error to the event log using the Microsoft.ApplicationBlocks.ExceptionManagement supplied ExceptionManager.Publish(ex) method it raises an exception: File or assembly...
I need advice on disconnected clients (4 replies)
microsoft.public.dotnet.distributed_apps
Hi all I want to develop a client which only connects to a server in order to synchronize data. The idea is that the user will see a smaller view of the whole database (only items relevant to themself) and may then add new items, update, delete, etc. Eventually connecting to a middle tier which checks their changes and sync's with the main database. I don't want the user to be online and have to "...
Callback Over the Internet (Advanced?) (14 replies, VIP)
microsoft.public.dotnet.distributed_apps
All, Before I attempt to implement the following, I am wondering if this is even possible. There is the situation: client A wants to create a client activated object (CAO) on server B. The configuration appears as follows: 1. CLIENT A FIREWALL A [INTERNET] FIREWALL B SERVER B Is this possible if the firewalls are configured correctly? If #1 is possible, here is the twist. When CLIENT A creates the...
AppUpdater not working (3 replies)
microsoft.public.dotnet.distributed_apps
I tried using the Application Updater Component, using the article ".NET Client Applications: .NET Application Updater Component" by Jamie Cool. The application is going out to the network (as ZoneAlarm asks for permission), but it's neither downloading the newer version, or otherwise updating itself. No new files or directory appears. The version of the application installed on the test machine (...
Date Range Query in .NET (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
Hello, I am trying to use a begin and end date with both dates being inputs on a web form from a user to pull data from an MS Access DB and I am having problem. Please note that the data type of Date1 through Date4 is DateTime in DB (short date). When I do this, I get data back but this not how it will work since the begin and end dates will not be hard coded: Session("Begin Date") Convert.ToDateT...
UIP 2.0 OpenNavigator Issue (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
Hello all, I am currently trying out the UIP Block V2.0 in a small test web app and am running into a problem... I am using 2 controllers, each with a different navigator. One uses a NavigationGraph, and is working fine. The other is using an OpenNavigator. Sometimes, when I start the task (with the code: UIPManager.StartOpenNavigationTask("NavName", "FirstViewName")) my application crashes with t...
CMAB and EMAB together? (2 replies)
microsoft.public.dotnet.distributed_apps
The configuration management application block sounds like a good thing to use. However, I'm also considering using the exception management application block... But does the EMAB work with the CMAB? In other words, the EMAB has code such as... ConfigurationSettings.GetConfig ....but the CMAB requires code such as... ConfigurationManager.Read(...) So if I wanted to store my EMAB settings in SQL, i...
Remoting from IIS, reuse the object created (2 replies)
microsoft.public.dotnet.distributed_apps
I have DataAccess class which handles routine work. When I first get object from the server and set the proxy on the clinet that is ok. *** ... dbobject (IDBObject) GetRemotingObject("DBObject.soap", typeof(IDBObject)); DataSet ds dbobject.RunSqlDataSet("select * from hr main where rownum 100"); dataGrid1.DataSource ds; ... *** but when I want to reuse that connecction again: i.e. *** ... DataSet ...
CMAB - Could not load the Assembly (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
Hi, I am trying to incorpoarate CMAB into my application. I have installed it, and the quick start applications work fine. However I'm running into issues when trying to use in my application. For simplicity I have created a new windows project and copied the following files from the quick start write application and added them to the new project app.config CustomConfigurationData.cs CustomSelecti...
Remoting Problem (5 replies, VIP)
microsoft.public.dotnet.distributed_apps
I've written a simple application to test the remoting scenario, and find out that the client activated object's destructor was never called until server application was down. the application is simple. The remoting object public class RemotingObject:MarshalByRefObject { private string id; public RemotingObject() { Console.WriteLine("Someone Called me"); } ~RemotingObject() { Console.WriteLine("So...
Singular vs. Manager Business Layer Classes (5 replies, VIP)
microsoft.public.dotnet.distributed_apps
I'm helping to design a 3 tiered architecture for the first time and we have an issue that we're looking for advice on. In our application, we work with a particular type of object a lot. For the sake of argument, let's say that we're writing an application that simply stores data about people. Logically you would think that a business tier class called Person would be called for. However, as we d...
How to know in code it is debug mode or release mode in C#? (3 replies)
microsoft.public.dotnet.distributed_apps
Hi everyone, Does anybody have an idea about how to know in C# code it is in debug mode or in release mode? I do not want to just display some message using Debug or Trace class. I know how to solve this issue in C . Any suggestion would be appreciated. Thank you in advance. Regards, Robert.
Ad
Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification