all groups > dotnet distributed apps > june 2006
Serialization Exception propagating Exceptions from Remoting Serve
Posted by JDCL NO[at]SPAM community.nospam at 6/30/2006 1:28:01 AM
Hello:
We are now finishing a multi-tier project and have experienced problems in
some of our development machines.
Our project has been divided in three Solutions:
- 1st: DLL's (Business Façade, Business Logic, Data Access and
SystemFrameworks Layers)
- 2nd: Remoting Server (al... more >>
100 second delay loading .Net no-touch app?
Posted by dj at 6/28/2006 1:25:54 PM
We have a single laptop here that has a consistent delay in loading
multiple .Net applications off of multiple IIS servers via URL access.
It does not matter whether the .Net apps are being launched for the
first time or subsequent times: each request for the application takes
almost exactly 100... more >>
How to get assembly version of remote object?
Posted by Martin Müller at 6/24/2006 2:46:02 PM
Dear community,
I'm looking for a way to find out the assembly version of a remote type.
In a .NET remoting application it's possible that the assembly version of a
remoted type is not the same between the client and the server.
Let's say the server has the type ServerObj in a version 1.0.0.0... more >>
ClickOnce app not being elevated to Ful Trust?
Posted by DugrHill at 6/23/2006 12:24:01 PM
I have created a ClickOnce application that is set as a FullTrust
application. When an XP Limited User installs this application they are
prompted with the "Are you sure you want to install this application" type
warning. If the Limited user clicks the YES button and installs the app,
should... more >>
MSDTC and distributed Transactions.
Posted by Ram at 6/22/2006 9:43:01 AM
Hello All,
I have a very basic query on how MSDTC coordinates with the participants.
Particularly when the participant is a Non Windows Resource ( Like MQ Series,
TIBCO etc..)
I want to make all the transactions coordinated by MSDTC. My transactions
include using ODP.NET driver to do upd... more >>
Updating assemblies at runtime
Posted by Sami Väisänen at 6/20/2006 11:10:57 PM
Hello,
I need to be able to add features to a running COM+ application. This
requires installing new versions of the assemblies. What would be the best
way to minimize the system downtime as this is mission critical, or
alternatively would there even exist a way to completely do this withou... more >>
consuming XML web service from client side.
Posted by Eli Silverman at 6/19/2006 11:46:03 AM
I am hoping someone can help me
I have created an xml web service and I am atempting to utilize it from the
client side.
basically what I want to do is I have a form with an input box and a select
list.
I want someone to type a couple of characters into the input box, hit enter
and have the... more >>
Async TCPClients
Posted by Shak at 6/19/2006 11:40:24 AM
Hi all,
Three questions really:
1) The async call to the networkstream's endread() (or even endxxx() in
general) blocks. Async calls are made on the threadpool - aren't we advised
not to cause these to block?
2) You can connect together a binaryreader to a networkstream:
BinaryRe... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
64-bit Platform Error: "incorrectly aligned or overlapped" Updater
Posted by lissbpp at 6/19/2006 7:55:02 AM
Hello,
I tried posting this message on the Updater message board however I have
not received any response.
The following message is received from the Updater application block while
performing an update on a 64-bit install of the framework:
"Could not load type
'Microsoft.Application... more >>
Reading __remotePrincipal from CalContext for an IPC channel
Posted by Sydney at 6/18/2006 11:47:01 PM
Hi,
I am trying to read the "__remotePrincipal" data from the CallContext in a
remoting application but the value of this data is always null.
My remote object derives from MarshalByRefObject and has a method as follows:
public string GetContextInfo(string role)
{
IPrincipal i = (IPri... more >>
Software Protection
Posted by Tony Chang at 6/16/2006 12:00:00 AM
Is there any way to get the CPU serial, MAC address, and Volumn ID from
VB.Net? I am thinking to make use of the information to generate serial
number request code. The serial number request code then can be used to
generate final serial number to provide the the use for activate the
softwar... more >>
how to protect my codes
Posted by zeeway at 6/15/2006 12:00:00 AM
hi,every one!
I have an urgent question. My codes need to be published now,but I learn
programs produced with .net are very easy to be reverse-engineered. Could
anyone give me some sugguestions to protect my c# codes?
Crespo
2006-06-15
... more >>
Deploying dotnet application
Posted by Sharrukin Amiri at 6/13/2006 5:28:13 PM
Hi,
In order for an online application to run such as the one shown below which
is written in VB2005 Express:
http://www.vctlive.com/amtek/app/publish.htm
Does the app need to be installed on a Win Server with IIS and the
appropriate DotNet framework?
I published the app on regular w... more >>
Updater Application block
Posted by dennisd45 at 6/13/2006 5:22:03 PM
When using the WaitForApplicationExitProcessor, a DOS window appears as soon
as the downloads are complete and needs to be closed manually. If not closed
manually, it will disappear on it's own once the application is closed. Is
there any way to hide this window from the user? I would like the... more >>
Web App Design
Posted by dan at 6/12/2006 2:52:21 PM
I am designing a 4 tiered web application (Presentation, Business, Data
Access and DB). The application will be communicating with other systems
via web services and HTTP post. Most of the data passed between the layers
is XML (business and presentation). I am thinking about designing the
... more >>
EntLib Jan 2006 - configuration section for Logging cannot be foun
Posted by Scott Merilatt at 6/8/2006 11:46:02 AM
I have written an application that is exposed via COM+. The application uses
the Logging application block and the DAAB. When the application is run via
VS2005 (e.g. unit tests), everything works fine. When I deploy it to COM+, I
get the following error: "The configuration section for Logg... more >>
Displaying information from an LDAP query w/VB.Net
Posted by Melanie Peterson at 6/7/2006 12:42:02 PM
I've been asked to provide a simple query screen that displays information
like name, department, phone number, etc. for our users. I'm to pull this
info from our Active Directory. I'm using .Net 2.0 with VB. Thanks to Mark
Scheuner, I've got the query working, and I'm trying to output the ... more >>
Error on Deserialization of object from http remoting
Posted by Jeremy at 6/5/2006 9:02:02 AM
First of all, this system is written in C# using VS2005 Team edition.
I've got a 3 tier application that starts from an IE HTML page with a User
control hosted as an object tag. THe User control communicates with a web
server (IIS) using http Remoting and the webserver passes communications ... more >>
Querying LDAP/Active Directory in .Net
Posted by Melanie Peterson at 6/5/2006 8:52:02 AM
I've been asked to create a simple .Net page that queries our Active
Directory for a lastname. Below is the code I've written. I get an "Unknown
Error" at the
objSearchResultsCollection = objDirectorySearcher.FindAll()
line. I'm not very familiar with Active Directory, so I'm pretty su... more >>
Problems with Events using Remoting with IPC
Posted by avidgator at 6/1/2006 7:43:02 AM
I have been having problems when configuring my remoting application(s) to
use remoting and events with IPC when the client application is closed then
is reopened (while leaving the server app running). In particular,
every-other execution of the client app results in
"System.Runtime.Remoti... more >>
|