all groups > dotnet distributed apps > june 2004
Filter by week: 1 2 3 4 5
UIP 2.0 OpenNavigator Issue
Posted by Rebecca at 6/30/2004 7:52:01 PM
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 ... more >>
Microsoft.ApplicationBlocks.ExceptionManagement and Remoting
Posted by Neptune at 6/30/2004 1:29:01 AM
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.Excep... more >>
Remoting
Posted by Kokie at 6/29/2004 9:45:43 PM
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 ... more >>
UIPAB system requirements limitations inquiry
Posted by Nate at 6/29/2004 10:47:15 AM
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 ap... more >>
Date Range Query in .NET
Posted by EC at 6/29/2004 5:42:01 AM
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 ho... more >>
Remoting from IIS, reuse the object created
Posted by Mustafa Bilge at 6/28/2004 2:48:33 AM
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
... more >>
.NET Components in COM+
Posted by John at 6/27/2004 6:34:01 PM
I am working on a project which consists of ASP.NET to a COM+ component to SQL Server. The problem, or annoyance I am having, is that I am unable to easily debug the .NET component in COM+. I have to attach to the process by opening another instance of Visual Studio, put a break point, and if I find... more >>
can this be done
Posted by ed at 6/24/2004 9:32:58 PM
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 u... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
version error
Posted by Paul N at 6/24/2004 9:18:46 AM
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.N... more >>
web apps
Posted by bredd at 6/22/2004 9:30:01 PM
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... more >>
Implementing FTP with WebRequest
Posted by Wayne Carlaw at 6/22/2004 3:14:11 PM
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 t... more >>
.Net Remoting + COM Plus architecture
Posted by sahridhayan at 6/22/2004 12:51:02 AM
..Net Remoting + COM Plus architecture
=========================
Can I have a question or expecting a idea from you all
Since .Net Remoting does not support transactions,
and cannot cross boundaries, no security (it is not easy to have security implemented directly)
can we have som... more >>
UI Validation in NTier
Posted by Piers at 6/21/2004 5:26:01 AM
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 Architect... more >>
Callback Over the Internet (Advanced?)
Posted by John Puopolo at 6/20/2004 1:16:03 PM
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... more >>
Can't Find Crystal Engine
Posted by Wayne Wengert at 6/19/2004 6:08:19 PM
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 fi... more >>
Remoting Problem
Posted by shawn at 6/17/2004 3:29:57 PM
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 strin... more >>
Show Dialog
Posted by E.P. at 6/17/2004 1:50:01 PM
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 the... more >>
Watching proxy objects in the debugger?
Posted by Hani Atassi at 6/17/2004 12:48:01 PM
If the class is derived from ContextBoundObject or MarshalByRefObject, the debugger cannot view the members of the object remotly or even inside the same Application domain.
The debugger displays the following message in the watch window:
error: cannot evaluate field of a proxy object
Debug.W... more >>
Well-known server activated object and IDisposable
Posted by Hani Atassi at 6/17/2004 9:51:06 AM
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 ... more >>
Serviced Component in Com+
Posted by Neil at 6/17/2004 7:07:02 AM
Looking for a bit of guidance here.
We're moving our VB6 server objects to VB.net. I'm working at just getting a small subset working to compare performance. I've written a class library, inherited from ServicedComponent. I've strongly named it, and installed it to the GAC from the release direc... more >>
Singular vs. Manager Business Layer Classes
Posted by headware NO[at]SPAM aol.com at 6/15/2004 10:10:47 PM
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... more >>
Business Objects+Data Binding+Remoting
Posted by Arun via .NET 247 at 6/15/2004 8:18:02 PM
http://www.dotnet247.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 ... more >>
AppUpdater not working
Posted by Richard L Rosenheim at 6/15/2004 6:43:25 PM
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... more >>
Install Framework by browser
Posted by Nir_salab NO[at]SPAM zomet.com at 6/14/2004 9:57:14 AM
Hello .
I want to install Framework into all our users pc's.
I have almost 200 users .
Is there any possibility to install it throw Browser.
I mean , When my user will log-on , my web application will check if
the Framework is already installed in his PC , if not it will
installed ... more >>
UIP 2.0 Problem (Bug?) with OpenNavigationGraph (endless loop)
Posted by RainerN at 6/14/2004 6:22:02 AM
A view with a querystring results in an endless loop in the WebFormViewManager.cs (RedirectToNextView) when invoked by an OpenNavigationGraph. Is there a workaround?
Sample web.config
....
<view name="testA" type="test1.aspx" controller="MainController" /> this line works
<view nam... more >>
Application Update Block, keeping user created files
Posted by muphicks at 6/12/2004 5:01:58 PM
Hi,
I've created an application that I use the application update block
to update it over the net. This is working fine. However, my
application also includes a number of files that are created
on the user side such as extra config settings, and extra
wavs the user wants to play.
Is there ... more >>
How to check the OS version in launch condition?
Posted by Yolande at 6/11/2004 1:18:01 PM
How to check the OS version in launch condition?
Hi there,
I'm working on a VS.NET setup project and I need to check the version of the opearting system (if it is Windows 2000 or higher) before the installation. Can anyone teach me how to do it using launch condition?
Thanks in advance.
... more >>
StreamReader
Posted by Paul N at 6/11/2004 11:00:25 AM
Hi there,
I am trying to get the StreamReader to read a text file
(from a client or from the server), and am having strange
results. The text of the file is not read, but instead,
the file's text is deleted when I go to it. Does anyone
have any explanation for this? I paste the code below... more >>
Help Isolating Data Access
Posted by Chris Gallucci at 6/10/2004 12:54:57 PM
I need help with what I think is a design issue.
I need to access a record for processing. I need to do it in such a fashion that several concurrent processes do not access the same
record.
I've set up a stored procedure that first queries the table for a record to process than marks the reco... more >>
Web service doesn't run
Posted by Ioannis Vranos at 6/10/2004 11:08:36 AM
When i open the .asmx file with IE the IIS server doesn't run the web
service but instead i am prompted by the web browser to open the .asmx file
(that is it is getting downloaded). The same happens with the default Hello
World web service. I am using VS 2003 and Windows XP SP1 (with its IIS
ser... more >>
Frames - Communicating Between
Posted by Dianna at 6/10/2004 8:27:02 AM
I have a Page that contains 2 frames (both .aspx pages). The top frame is sort of a menu page and contains a 'Print' button (among other buttons). The Print button is a server control. When the user clicks Print I want to print what ever is in the below frame (and only that). I will work out nec... more >>
FileSystemWatcher -> OnChanged being launched multiple times
Posted by Erik Herje via .NET 247 at 6/10/2004 5:36:24 AM
Hi,
I have a Windows Service written in C# whos purpose is to sniff a folder to look for changes in the folder. If a file is created or changed, it should get its name and start an object the sends the file to another server.
The problem I have is that when for example a txt file gets edited ... more >>
Why won't no touch windows app work with non admin on XP?
Posted by Harry Keck at 6/9/2004 3:25:01 PM
I wrote a small .Net windows app and made it available on a web server. When I navigate to the exe with my regular Administrator account from Windows XP, the application opens and runs correctly. However, when I try this from a non-administrator user account on the same computer, the application f... more >>
using XmlHashtableSectionHandler
Posted by David Scemama at 6/9/2004 2:34:16 PM
Hi,
I'm trying to use XmlHashtableSectionHandler to store a hashtable. Here is
my hashtable and class:
Public ht as new Hashtable
Public Class cDialogOptions
Public width As Integer
Public height As Integer
Public otherOptions As Hashtable
End Class
dim opt1 as new cDial... more >>
UIP 2.0 APplication block
Posted by hyperlinkddd NO[at]SPAM yahoo.com at 6/9/2004 10:56:19 AM
Hi All,
I am using UIP 2.0 to develop a wizard style web interface. I save
the values in state when they press "Next" button.
but, when they press "Prev" button, I want to have the screen with
the values that were filled in. i.e. exactly as it was before they
clicked "Next".
I am trying t... more >>
Error when Instanciating the Clerk object in a CRM Worker Derived class
Posted by Chamith at 6/9/2004 5:41:51 AM
HI all,
When i try to instanciate a Cerk object in the Activate Method of the Worker
Derived Class, It gives the following exception
System.Runtime.InteropServices.COMException (0x8000FFFF): Catastrophic
failure
at
System.EnterpriseServices.CompensatingResourceManager.CrmLogControl.Regi... more >>
Set terminal service configuration properties
Posted by Nagina at 6/8/2004 11:36:02 PM
Hi
I need to set terminal service configurations using c# code
I found the VB script code to do that ,but how can i convert this code to C# .Net
Thanks
Set objUser =
GetObject("LDAP://cn=johndoe,ou=manufacturing,dc=acme,dc=com"
WScript.Echo objUser.Name & " Terminal Services Profile S... more >>
CMAB and EMAB together?
Posted by Marty McDonald at 6/8/2004 3:13:08 PM
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... more >>
integrating C# and Vb.net
Posted by chaks_sa NO[at]SPAM hotmail.com at 6/8/2004 2:06:03 PM
Hi,
Iam trying to call a C# class file from VB..i have shown part of the
Vb code where it does that.Here Solver is the name of the class which
is written in C# .Here iam trying to create an instance of the class
and call a method SolvingLP within the class.But for some reason class
file is no... more >>
Reference Data with Smart Client Application Block
Posted by Brad Simon at 6/8/2004 5:36:01 AM
I have been working with the OAB for a little while now, and I understand most of what it is doing. But when it comes down to the caching the reference data and queueing the calls to the web services, I have a little problem with understanding how my code is to use the OAB. One thing I need to do ... more >>
HELP: Strategy for Unit Testing Data Access Code
Posted by mgriffiths NO[at]SPAM compasscc.com at 6/8/2004 1:15:06 AM
I'm using NUnit to unit test my VB.NET code.
I've had no probs. doing tests for my buiness layer, some GUI bits and
infrastructure code etc. but I'm not sure of how best to go about
writing tests for code that loads/saves to/from a database.
My main issue is this: Given that unit tests are r... more >>
De-serializing BinaryDataSet
Posted by caughtfire NO[at]SPAM juno.com at 6/7/2004 3:54:57 PM
Hi All...
I'm using a variant of the BinaryDataSet code from <a
href="http://groups.google.ca/groups?hl=en&lr=&ie=UTF-8&selm=ef4j%23vq%24CHA.1552%40TK2MSFTNGP12.phx.gbl&rnum=5">this
post</a>, as shown below.
The serialization and transfer part works fine...When I step through
the
deserial... more >>
Data Access Application Block for Oracle
Posted by feng at 6/7/2004 6:55:45 AM
Hi,
I am looking for ADO.Net data access utilities for both
Oracle and SQL Server. The DAAB looks interesting, but it
seems designed for SQL Server only. Does anyone use it for
Oracle also? What does it take to do that? Just modify the
connection string or more involved?
Thanks... more >>
Fitch & Mather framework
Posted by sparmar at 6/6/2004 2:21:01 AM
Hi..
I am using the 'User Services' tier in F&M sample application as a basis for my application. I have a problem which I am hoping some one can help me resolve.
I have create my own page in the same style and manner as in the F&M example. But the problem is that it does not behave the same. Ins... more >>
How to Get "UpdaterNotAvailable" event?
Posted by Robert Duan at 6/5/2004 11:21:41 PM
Hi there,
I am trying to integrate updater into my application. I only need
updater check the new version once (when application started). I do not
need the updater keep working. The fact is, after "ManifestValidated"
event is fired, if there is no new version available, updater will delay ... more >>
RegexAssembly?_0.dll and Zero-touch deployment
Posted by Alan Seunarayan at 6/5/2004 9:25:36 AM
Hello all,
I am in the process of developing a Windows Forms application that is
distributed via zero-touch. Unfortunately I have come across an obstacle! A
3rd party control that I am using seems to dynamically create an assembly.
When I run the .EXE locally on the development PC it is fin... more >>
.NET Application Updater Component: how to handle an OCX?
Posted by DraguVaso at 6/4/2004 3:29:36 PM
Hi,
I have an VB.NET application that uses an OCX for some control. I integrated
the application with the .NET Application Updater Component
(http://windowsforms.net/articles/appupdater.aspx) to copy automaticly new
versions of the application to the clients.
The problem is: it copies the O... more >>
CMAB - why won't XML deserialize?
Posted by Marty McDonald at 6/4/2004 12:31:34 PM
I'm using the CMAB. My XML is in SQL... here is what it looks like...
<XmlSerializableHashtable xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><environmentSettings
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/... more >>
Thread Blocking system shutdown??
Posted by news.microsoft.com at 6/4/2004 10:39:59 AM
Hello all!
I have a windows for application with 1 form. This form launches 2 threads,
that possibly never return since those threads constantaly monitor the
status of the form. My problem is, when the application is running and I
try to logoff, shutdown, or restart my pc it won't it just si... more >>
"Controller" clarification
Posted by JezB at 6/3/2004 3:24:23 PM
I'm finding the term "Controller" quite confusing, since in the MVC design
pattern it's supposed to represent only the input part of the process,
whereas in the UIP application block a "Controller" seems to be, in fact,
the "Model" part of MVC.
In particular the Controller that you create in U... more >>
|