all groups > dotnet distributed apps > october 2005
Filter by week: 1 2 3 4 5
utterly idiotic question
Posted by Sergei Shelukhin at 10/30/2005 11:04:15 AM
I understand it sounds stupid, but I need to tag an app "distributed"
with minimum damage (and effort ;)).
I want to produce an app for my diploma project for the uni, it will be
a web app because I'm all into web apps. We have discussed everything
with the professor who will be supervsing the p... more >>
Beginner's Questions
Posted by JT at 10/29/2005 10:06:04 PM
Hi all,
I have written an app with a Windows Forms UI that is deployed to clients
across the internet via Terminal Services. It uses SQL Server as a data
store, and ADO.NET for CRUD. The data access layer is currently completely
ensnarled within the code for the Windows Forms app, and calls... more >>
The simplest aspx deployment
Posted by Peter at 10/28/2005 5:06:10 AM
I used a text editor to create a aspx file and its code-behind c# file, then
I put these two files in the ...inetpub\wwwroot\test folder. When I tested
it, the result was that the code-behind is ignored.
When I used Visual Studio to do the same, the result was correct. Please
advise.
Pet... more >>
App Does not work on other PC's??
Posted by Andrew Stokes at 10/27/2005 1:08:39 AM
Hi Guys,
I have just finished my app and need to deploy it to other pc's BUT,
when i deploy it i keep getting errors which are piced up by the JIT
debugger. Below is the error i keep getting...
************** Exception Text **************
System.IO.FileLoadException: The located assembly's ... more >>
c# - listbox scroll bar event
Posted by John Keers at 10/27/2005 12:00:00 AM
Can anyone tell me how to fire and use a listBox onScroll event. The
language I am using is C# in a windows forms application
thanks
... more >>
Downloading assembly from a remote host
Posted by Evan Woo at 10/26/2005 9:37:02 PM
Hi there,
I know an application can specify in its config file an assembly (DLL) that
it depends on and where to get it from, e.g (person.dll deployed on a local
webserver):
<dependentAssembly>
<assemblyIdentity name="person"
publicKeyToken="30740f778431d3... more >>
Redistribute Problem
Posted by MC at 10/26/2005 10:40:16 AM
Still trying to learn folks.
Ok, so I have my application built and tested and debugged and now I am more
than happy to redistrubute to my friends.
Those with Dot Net Framework v2 already installed seem to have no problems.
Those who dont get this error during setup:
Setup has detected ... more >>
About n-tier development
Posted by CSV at 10/26/2005 7:54:05 AM
Hi All,
We have a visual basic 6.0 application and we want to migrate it to 3
tier in .net . Could any one suggest me some good links for n-tier
development introduction. I am not new to programming, but new to n-tier
development.
Thanks... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Programmatic TypeFilter?
Posted by xenophon at 10/25/2005 1:48:04 PM
I can set the TypeFilter via config file, how do I set it completely
in code so I do not have to use a remoting.config file?
Thanks.
... more >>
Assembly or dependency not found using Remoting.
Posted by Luc at 10/24/2005 7:41:02 PM
I have this particular problem. I am using .NET Remoting. My server (an
EXE) listening on a port has a reference (a dll) that is registered in the
GAC.
While trying to access a class in this reference (DLL) via my client, I
receive a remoting error stating that it cannot find the referenc... more >>
Is there anybody in the world :) who uses an serviced component in more than one app partition on Windows 2003 Srv?
Posted by Adam Boczek at 10/24/2005 9:54:49 AM
I'm a little bit confused but I can't find any good resource about using
serviced components in application partitions on Windows 2003 Server. Should
I throw this idea away because of lack of integration between .NET and COM+?
Can anybody say "it's possible" (how?) or "it's impossible" (why?).
... more >>
Invalid value for 'encryptedTicket' parameter
Posted by Aamir79 at 10/24/2005 2:52:02 AM
I am using basic forms authentication in my web application and it is working
fine on my Dev machine. However when I stress test the application using
Microsoft ACT,
And increase the number of concurrent users more than 3, I get following
error:
Exception Type: System.ArgumentException
M... more >>
When to use EnterpriseServices (COM+)
Posted by Morten Overgaard at 10/23/2005 10:03:10 AM
Hi
We have a traditionally 3-layer windows application with database access.
The application has explicit boundaries regarding to the layers involved in
the architecture thus we have a rich domain model (business layer) and a
data access layer doing all the persistence.
We want to get int t... more >>
Simple Rich Client Question
Posted by Kevin at 10/20/2005 6:56:19 AM
I develop WEB apps that include data management, wizards and workflow
(document routing). Most apps utilize email to notify users that action is
required.
For example, an email may contain the following link that directs the user
to an approval web page: DocumentApprovalPage.aspx?ID=123
... more >>
ClickOnce and Third Party Assemblies
Posted by New Innovations, Inc. at 10/19/2005 11:05:12 AM
Hello! We have successfully been able to install a barebones application
using ClickOnce. We have obtained a code signing certificate from VeriSign,
created a PFX file, and signed the manifest and assembly. The prompt the user
receives is acceptable and the application runs. After introducing ... more >>
Object Creations in Command Pattern implementations
Posted by Bilge at 10/19/2005 6:43:06 AM
The fact that Command pattern (GoF) encapsulates the business operations into
“classes†brings up a valid concern of too many object creations
(performance) and consequently memory overflow problems (an object creation
per method call)
Question 1) Does anyone have any feedback on h... more >>
MSMQ over HTTP problems
Posted by LonP at 10/19/2005 6:06:15 AM
Gettings!
I'm trying to deliver an MSMQ message over HTTP to my Windows 2003 Small
Business server using System.Messaging in the .NET framework. I've set up
the default website with the MSMQ.
The messages don't always make it into the queue and I see that the queue on
the server has som... more >>
Suitability of custom formatting for interoperability
Posted by drewnoakes at 10/14/2005 8:22:07 AM
Hi,
I'm developing an application server to which clients will connect over the
network. This server has a variety of entry points, and remoting seems well
suited for those clients written in .NET.
However there are two simple functions that will be accessed from unmanaged
C++, and poss... more >>
Enterprise Library June 2005 install error.
Posted by Chico at 10/12/2005 7:11:05 AM
I downloaded EnterpriseLibraryJune2005.exe and tried installing it but got an
error 1327: Invalid drive G.
Thanks.... more >>
Remoting - How does one use a specific Channel?
Posted by A1b2c3d4 NO[at]SPAM community.nospam at 10/11/2005 11:27:04 AM
Hi,
I need to connect a client to multiple remote server-activated objects using
TCP. To communicate with one of the remote objects I require a custom Client
sink to be inserted into the sink-chains associated with the TCP
communication channel on the client. I can happily create & regist... more >>
N-Tier Application
Posted by Radi Radichev at 10/11/2005 12:00:00 AM
Hi!
I am about to develop an application for a transport firm, to store records
about their courses, personal, trucks and so on..., and to calculate
different things. I was told that I must do it 3-tier when i want it to be
proffesionaly made. I have read alot of infos, tutorials, posts and s... more >>
Remoting, what are the quickest configurations?
Posted by lpinho at 10/10/2005 9:37:29 AM
Hi there,
I'm using remoting as a way to call a method (Log) that exists in a
windows server application, this method will be called from a COM+
component.
But I think this may not be the best way to do this, I would more a
fire&forget method to send information from the COM+ component an... more >>
Cannot create activex component
Posted by Lyners at 10/10/2005 8:51:02 AM
I have an application in VB.NEt that takes an excel file, reads it in and
then exports it as a text file. This application works fine on my machine. I
installed the application on our Windows 2003 server. The application does
not work and we get an error message stating that it "Cannot create ... more >>
App.Config gets deleted when client app starts
Posted by Dale at 10/9/2005 10:02:01 AM
I have a windows service, mediaservice, that exposes a remoting object,
mediaplayerwrapper, and a client application, wmpremoteclient all running on
the same machine during development. Each project is in a separate project
folder but are all in one solution.
I am trying to use an applicat... more >>
VB.NET using ADO.net
Posted by ericzaj at 10/6/2005 10:27:13 AM
I am creating a simple two form data access application. The first form
displays my main table that shows orders in an orders table. I have a command
button that opens a second form that show a related table that contains all
of the order details. I know there is a simple code that I can put i... more >>
C# COM in COM+ without using EnterpriseServices
Posted by Zdenek Drlik at 10/6/2005 12:00:00 AM
Hi all,
I have created and registered C# COM class without using
EnterpriseServices and deriving my class from ServicedComponent. I have
registered it with regasm tool and imported into COM+ server activated
application.
It works fine, VB 6 clients can work with it from client computers usin... more >>
Microsoft Updater Application Block 2.0 - Partial updates and compression.
Posted by Phil Rayner at 10/6/2005 12:00:00 AM
The new updater application block version 2.0 claims that it has support for
partial updates. I can not find any examples on how to program an
application that uses partial updates.
I understand partial updates to mean, if the application has 6 files
(support DLLs, config files and EXE), an... more >>
Question concerning application architecture with .Net
Posted by OneOfTheTwoWiseMen at 10/5/2005 1:57:02 AM
Hello,
I’ve got a difficult problem that I cannot figure out. I’m working on a
distributed web application which will be used by approximately 50 concurrent
users. I have decided to use a distributed Remoting architecture but that’s
not the point at all.
Due to the fact that one o... more >>
.Net Socket.Send Bug?
Posted by Druid at 10/4/2005 10:44:11 AM
Hi, I posted this under the topic "C#"
(http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_frm/thread/eced8551da69d8c2/657848de43ee4a1a?hl=en#657848de43ee4a1a)
But I think it's more appropriate here:
I've got a C# client/service application using a Socket object ... more >>
Logging App Block and Email
Posted by bryan NO[at]SPAM newsgroups.nospam at 10/3/2005 11:29:17 AM
When you set up an EMail event sink in the Application Logging Block,
there are properties for Start of subject line and End of subject
line. How do you populate what goes between those two blocks of text?
Thanks,
Bryan... more >>
AJAX (javascript help) - ASP.NET(C#)
Posted by Trip at 10/2/2005 12:00:00 AM
Please if someone can help me !!!
I need client and server code(principle based on AJAX) for next problem:
i have 3 <select> tags on html page.(it must be NO page reload(callback)
only select(controles) regeneration !!!)
In the first <select> goes countries, which must be pulled from some ki... more >>
|