all groups > dotnet distributed apps > september 2004
Filter by week: 1 2 3 4 5
newbie problem starting with CMAB
Posted by Bill Hertzing at 9/30/2004 9:37:02 PM
Lots of folks have got CMAB working, from the posts. I must be dense... I'm
trying to compile/run the simple Hashtable Quickstart. I keep getting a
dialog box with 'Could not create
"Microsoft.ApplicationBlocks.ConfigurationManagement,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null" '
I... more >>
Update App Block & Setup Projects
Posted by Sébastien Ros at 9/29/2004 2:53:04 AM
I made a smart client application with automatic updates throught version
numbers. This application is installed using a .msi file generated with a
..net setup project in visual studio .net 2003.
When I change the version numbers three times, the first installation is
deleted, and the msi ... more >>
checking string
Posted by delaneya at 9/29/2004 1:55:09 AM
hi
can someone help me
my problem is that i have a textbox and i want to make sure it has the @ in
the string if it dont you cant submit the form.
any help would be great !... more >>
Loading a dll in multiple app domain
Posted by Sajjad Akhter at 9/28/2004 11:55:48 PM
Hi,
I am working on a test framework which is similar to nunit, i am facing a
problem
I have one windows form app which is linked with framework.dll
then there are other dlls those are linked with same framework.dll lets say
test.dll
so directrory structure is some what like this
c:\T... more >>
My Windows Service Will Not Install
Posted by m00nm0nkey at 9/28/2004 3:59:02 AM
Hello. I have created a Windows Service using VB.NET.
I have followed an Microsoft MSDN article entitled "Walkthrough: Creating a
Windows Service Application in the Component Designer", to build and deploy
the component.
On installation, the setup program requests a user name and password.... more >>
Converting 2-tier ASP.NET application to 3-tier
Posted by BP at 9/27/2004 10:14:10 AM
Hi,
What will be the best way to convert an ASP.Net web application which has got 3 logical tiers but residing on 2 servers, IIS webserver and MSSQL Database server, to a physical 3-tier application model.
Is there a way we can forward all the requests coming to the webserver, to another webs... more >>
Connecting Java with .Net
Posted by Guhanath at 9/27/2004 4:39:01 AM
Does anyone know how to connect .net with java class and get some values back
to .net??
The scenario is this
The .Net application that I have to write should invoke java class that
inturn gets information abt the user that is listed in oracle internet
directory and gets back the result ... more >>
intranet and Framework basics
Posted by Miro at 9/27/2004 4:35:08 AM
I'm trying to get a Windows Forms application to work on an intranet (not
including my dev. comp.) It gives me the "unhandled exception error" so I
found an article about strong names. I'm still lacking the basic knowledge of
what's goig on when an application runs.
First of all, does the s... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Config File Declaration
Posted by cnot at 9/24/2004 12:43:04 PM
hi,
I have a remote Server "A" with Business Logic, and this remote server needs
to make a call to another remote Server "B" which handles database access.
I am getting wrangled on my config file declarations for this scenario,
since "A" acts a Client to "B" but also acts as a Server to so... more >>
Oracle: "Unable to load dll (oci.dll)"
Posted by rotarinn at 9/24/2004 4:51:06 AM
Hi,
I am using VisualStudio.NET 2003 trying to connect to an Oracle Database
(version 8.0.5). I have created the connection using "Microsoft
OleDBProvider for Oracle" and when I click on Test connection, I get a
message showing "Test connection succeeded".
However, when I try to drag a ... more >>
New to .net Client/Server app
Posted by Fred S. at 9/23/2004 7:19:04 AM
I'm new to .net, and need to catch up on the newer technologies quickly. I
need to put together a (database centric) client/server app, using .net, and
as many of it's featurese as possible. Seems they call this 'dictributed
applications' now, versus client/server. Is that correct? Seems th... more >>
Required sqlhelper.vb file
Posted by arun kumar via .NET 247 at 9/23/2004 6:39:45 AM
Hi
I required SqlHelper.vb file Very Very Urgent.
with regards
ArunKumar
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>faDyjmO0cEyVhcWR1nsDvA==</Id>... more >>
Single Sign on with Oracle
Posted by Guhan at 9/23/2004 1:47:05 AM
We are developing asp.net application with oracle10g and oracle 10
Application Server.WE know that oracle is tightly intergrated with Java API's.
However I would like to know how single sign on can be implemented using
VB.Net?How to authenticate a user and get a cookie back.
anyone's help ... more >>
.Net COM+
Posted by Thomas at 9/22/2004 10:08:54 PM
Hi,
What is the tool for managing .Net components much like Component Services
for COM+?
I want to see # in call, call times and # instances with a tool or
framework - which?
Thomas
... more >>
Shared function in COM+ DLL
Posted by Dhaval Naik at 9/22/2004 2:47:20 PM
I have existing DLL with shared function everywhere. I want to convert this
DLL into COM+ DLL. Do I need to remove all shared function from code? Can I
use all function the same way only Inherits from ServicedComponent change
will work?
Thanks
... more >>
WEB Services and .NET Remoting...
Posted by gordingin NO[at]SPAM consiliumsoft.com at 9/22/2004 7:50:15 AM
A WEB Service and a .NET Remoting application (if I am saying that
correctly) 'can' provide the same service. Am I correct in saying that
an .NET application can consume the service provided by a .NET Web
Service and a .NET Remoting application but a NON .NET application
like a native C++ or MFC... more >>
Total line in Datgrids
Posted by Rellik at 9/21/2004 1:35:02 AM
I have an application which comprises of many datagrids.Some of the columns
in the datagrid represent monetary or qty amounts.I would love to be able to
display the column totals within the grid.I could just add an extra row with
the totals in it - but when columns are sorted the row will no l... more >>
How can I add MSDE in my VB.NET application Installer...
Posted by Sohail at 9/21/2004 12:01:02 AM
Hello,
I have made my VB.NET Installer, now I have to deploy it . How can I add
MSDE in my installer so that it can be install with my applicantion.
--
Look forward for the response
Regards,
Muhammad Sohail Anjum... more >>
Building an .msi via command line...
Posted by hzgt9b NO[at]SPAM nopost.com at 9/18/2004 6:05:01 AM
Is it possible to build an msi via the command line?
I am trying to set some automated scripts for doing builds on my project...
I am able to get (from VSS via "ss Get...") desired versions of configuration
items and build them (create exewith "devenv /rebuild..." but to this point
have not... more >>
Need help with install
Posted by Schmidty at 9/17/2004 10:33:02 PM
I have installed VB.NET Professonal 3 times now. Every time has been
complete, but when I try to debug a program it takes about 1 minute and it
says debber is courupt please repair or reinstall.
Please help me.
Tony... more >>
VB.NET : install exe in .cab file
Posted by Eric French at 9/16/2004 3:49:03 PM
Hi all, I have a simple begginer's question, so please bear with me ;)
I have an app that I would like deployed through a web page across the
company's workstations. It's going to eventually be a piggyback to an
existing .cab that contains ActiveX items but for now I need to get it
running... more >>
Tibco Rendezvous Silently Dies
Posted by wwbach NO[at]SPAM ameritech.net at 9/15/2004 10:34:53 PM
I think it may be a long shot that anyone has seen this but... I have
a dotnet client application that is using Tibco Rendezvous (7.2)
(dotnet version) for transport. The client connects to the Rendezvous
daemon and subscribes to a couple of subjects and begins receiving
messages. This has be... more >>
Real-time notification in ASP.NET
Posted by mistercrabs NO[at]SPAM mail.ru at 9/15/2004 5:13:00 PM
Hello!
I wonder, if there could be a way for a client of ASP.NET application
to recieve a message from a server. For example, let's consider we
have a job assignment application. The dispatcher assigns a job for a
particular executer. How to notify executor that he or she has a new
job assign... more >>
Crystal Reports
Posted by Lou Civitella at 9/14/2004 4:33:49 PM
I have a form that uses the Crystal Reports viewer so I can view a report.
When I try to run the report I always get the database login screen. When I
type in the correct information I get this error message:
Logon Failed, Please Try Again.
What is going on and how can I fix this?
Thanks In... more >>
Framework Redirect Broken
Posted by peter NO[at]SPAM mclinn.com at 9/14/2004 7:12:17 AM
If a customer installs one of my apps that does not have the framework
attached to the file it redirects them to a dead link. Is there any
way to update the .net Framework link in the microsoft installer?... more >>
EMAB Custom Publisher problem - Utilites.exe
Posted by Ben at 9/13/2004 11:40:50 PM
Hi,
I have encountered a strange problem recently. In my application I have
derived quite a few exceptions from BaseApplicationException and throw the
exceptions up through the layers by nesting them as i go up the tree. Once I
get to the topmost layer I call the Exception Manager Publish event ... more >>
1.1 Redistributable SP1?
Posted by Neil W. at 9/13/2004 11:46:06 AM
Does anyone know whether Microsoft is planning a 1.1 redistributable
(dotnetfx.exe) that includes SP1? At the moment, users need to download the
redistributable and then apply the SP.
Thanks.
... more >>
Application objects in UIP
Posted by deepkash NO[at]SPAM yahoo.com at 9/13/2004 1:56:47 AM
Since we use State objects for persisting session information, What is
the option in UIP to use application / cache objects, as there will be
common informatin whcih will be used across users.... more >>
Updater Application Block Error: range header, paths not allow sha
Posted by Joyce at 9/12/2004 11:55:02 PM
I am using Updater Application Block. However, when there is a new version in
the updater server, the client can't update the new version.
The following error message throw:
The BITS service returned an error for the job with the ID
'3214f216-44e3-461a-a423-c7902ffb63b2'; the job's name and ... more >>
implementing authentication & authorization using custom HTTPModule
Posted by mallik at 9/12/2004 9:31:27 AM
I am trying to implement Authentication and Authorization using a custom =
HTTPModule.
Scenario :=20
A simple asp.net application(uses 'integrated windows authentication'). =
I need to capture the user credentials(windows) and based upon the user =
roles(in the sqlserver database), either all... more >>
Windows Service failed on socket
Posted by mtv at 9/8/2004 1:51:12 PM
I have a windows service app that calls a smtp-customed object to establish
socket connection and send email content through the socket to smtp server.
The email code (smtp-customed object) has been well tested and sent out email
fine on window form app (single or multi threaded environment). ... more >>
UAB problem
Posted by Rajah at 9/8/2004 5:40:09 AM
Is there any way to change the Updater Application Block to check for updates only on user demand rather than polling every interval?
---
Posted using Wimdows.net NntpNews Component -
Post Made from http://www.DotNetJunkies.com/newsgroups Our newsgroup engine supports Post Alerts, Ratings, an... more >>
web applications
Posted by muchaeli muchaeli via .NET 247 at 9/6/2004 11:53:58 AM
(Type your message here)
--------------------------------
From: muchaeli muchaeli
could somebody please give me the differences and (dis)advantages of the following:
*2-tier and 3-tier architectures
*fat & thin server
*fat & thin client
-----------------------
Posted by a user from .NET ... more >>
Would this work?
Posted by ed at 9/4/2004 1:29:39 AM
I distribute a setup.exe for a web bootstraper application. As usual, the
setup.exe downloads and installs the .msi file from my website. What if I
change the .msi file? For example, I add a jpeg file to the included help
file. Do I have to include a new setup.exe file or will the old one ... more >>
Calling pop-ups in UIP Blocks
Posted by Parag Arjunwadkar via .NET 247 at 9/3/2004 12:30:22 AM
Hi,
I have a page to manage master tables in the application=2E The=
pages are in the following sequence
The list page is the first page, that lists all the master data=
entry, along with pagination=2E The list page has three buttons,=
Add, Modify & Delete=2E Clicking on the Add & Modify b... more >>
ObjectSpaces
Posted by ChamithSri at 9/1/2004 10:57:20 PM
Hi All,
Does anybody know whether the ObjectSpaces (an Object Relational Mapping
tool) is included in the Beta 1 of VS 2005 which was recently released? if
not when are they planning on releasing it (atleast a beta) ?
Thanks,
Chamith
... more >>
Card Swipe and disable keyboard
Posted by Mel at 9/1/2004 5:43:12 PM
Hi
I have a vb.net application deployed the query the db using a card swipe(mag
stripe/card reader) using a textbox my problem is they want to restrict
typing in the card number they want the to force the user to swipe the card
for security purposes. Can I disable the keyboard when my app is ... more >>
|