| Thread | Last Post | Replies |
|
| Question about "Exception Management Application Block for .Net" | 20 Feb 2004 10:36 GMT | 1 |
I am new to the "Exception Management Application Block for .Net", and I wonder does this application block apply on Distributed Apps? It seems that it doesn't mention about marshalling stuff. Did I miss something or the exception management only apply on client side. What about ...
|
| Scheduled tasks | 20 Feb 2004 09:29 GMT | 6 |
My web app needs to run a schduled task - every hour it needs to scan the DB, find any updates and - if there are updates - send an email to an address list, notifyling them of the change.
|
| Server timer | 20 Feb 2004 02:38 GMT | 4 |
I have added a timer component to my web server according to the instructions in the Visual Studio Help files. This file gives as an example a simple timer to run for 5 seconds. I have copied the code for this - and
|
| debugger | 19 Feb 2004 19:06 GMT | 1 |
After installing (and later removing) Microsoft PocketPC simulator, I found my DotNetStudio doing this 1) In "Build" menu everything is missing and only thing with is there is "Configuration Manager". What do I do there 2) Every time I run debugger "Just-In-Time Debuggin" pops up ...
|
| Newbie question on Application Blocks | 19 Feb 2004 12:46 GMT | 1 |
I'm trying to investigate the Patterns & Practices Application Blocks but I can't find any documentation. The end of the road for these is a .msi installer file. I have no idea what's inside the .msi files. Seems silly to have to install the block before you can learn what it's
|
| Datagrid not showing correct columns | 17 Feb 2004 23:49 GMT | 2 |
I have found a serious problem which I can't find any solution for. Basically, I am querying a database for a set of data, creating onjects based on some analysis of this data, and then showing the data as a datagrid. This
|
| Connection Property | 17 Feb 2004 23:22 GMT | 1 |
XP Pro VS.NET VB.NET ASP.NET
|
| Too many oracle connections by using MS Data Access layer DAL | 17 Feb 2004 23:09 GMT | 1 |
I am using Microsoft Application Data Application layer for Oracle to build multi tier web application. I am running into this problem of too many oracle connections opened by this DAL layer. I know DAL uses connection pooling but still there are too many connections open and ...
|
| Exception Management Application Block Error | 17 Feb 2004 08:16 GMT | 2 |
I am using a few Microsoft application blocks in our winforms applications I am having problem with the Microsoft.ApplicationBlocks.ExceptionManagement components The samples for Microsoft.ApplicationBlocks.ExceptionManagement work great and I am keen to use it. But once I try to ...
|
| UIP Application Blocks Webform View - Why Response.Redirect? | 13 Feb 2004 20:21 GMT | 1 |
I've just started looking at the UIP application block and am concerned that the WebFormViewManager uses Response.Redirect (client-side round trup) every time there is a change of view via the ActivateView method.
|
| UIP - Using IE's Back button and going to the wrong view! | 13 Feb 2004 19:51 GMT | 1 |
I'm a starter on UIP. I created 3 views; login, error and home. The navigation graph is login->home(on success) or login->error(on failure). What's happening is, after logging in as "success" I am taken to the home view as expected, but when I click the back button in IE and ...
|
| corba dot net integration | 13 Feb 2004 19:46 GMT | 1 |
does anyone know of any other commercial products besides Borlands Janeva & MIdtecs Midcor that will allow a c# application to communicate to another CORBA (orbacus) based system ??
|
| Data Updates in N-Tier Arch via .NET ? | 12 Feb 2004 17:53 GMT | 2 |
question: How to update data in .NET Distributed (n-Tier) Architecture ? I can easily call sprocs via cmd objects but what is the best practice for updating existing records ?
|
| Smart Client ( No Touch Deployment ) | 12 Feb 2004 12:01 GMT | 1 |
Hi Friends I am having a problem related to no touch deployment. When I am using no touch deployment with windows application that uses third party components. I have to install the dll's for the third party on the
|
| Using DAAB in COM+ Apps : A Bad Practice ? | 12 Feb 2004 03:51 GMT | 4 |
Sam Gentile (http://samgentile.com) has stated in a comment to Ron Jacobs's blog post (http://blogs.msdn.com/rjacobs/archive/2004/02/09/70355.aspx) that using DAAB in ES/COM+ apps is Bad Practice ".... Two, and most significantly, in COM+/ES applications use of the DAAB is a ...
|